Skip to content

Commit b0bc01a

Browse files
authored
Merge pull request #1244 from arduino/dependabot/npm_and_yarn/eslint-plugin-import-2.32.0
build(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0
2 parents dcb111f + f90b8ab commit b0bc01a

18 files changed

+2249
-980
lines changed

.licenses/npm/has-proto.dep.yml renamed to .licenses/npm/call-bind-apply-helpers.dep.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
name: has-proto
3-
version: 1.0.3
2+
name: call-bind-apply-helpers
3+
version: 1.0.2
44
type: npm
5-
summary: Does this environment have the ability to get the [[Prototype]] of an object
6-
on creation with `__proto__`?
7-
homepage: https://github.com/inspect-js/has-proto#readme
5+
summary: Helper functions around Function call/apply/bind, for use in `call-bind`
6+
homepage: https://github.com/ljharb/call-bind-apply-helpers#readme
87
license: mit
98
licenses:
109
- sources: LICENSE
1110
text: |
1211
MIT License
1312
14-
Copyright (c) 2022 Inspect JS
13+
Copyright (c) 2024 Jordan Harband
1514
1615
Permission is hereby granted, free of charge, to any person obtaining a copy
1716
of this software and associated documentation files (the "Software"), to deal

.licenses/npm/define-data-property.dep.yml renamed to .licenses/npm/call-bound.dep.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
name: define-data-property
3-
version: 1.1.4
2+
name: call-bound
3+
version: 1.0.4
44
type: npm
5-
summary: Define a data property on an object. Will fall back to assignment in an engine
6-
without descriptors.
7-
homepage: https://github.com/ljharb/define-data-property#readme
5+
summary: Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
6+
homepage: https://github.com/ljharb/call-bound#readme
87
license: mit
98
licenses:
109
- sources: LICENSE
1110
text: |
1211
MIT License
1312
14-
Copyright (c) 2023 Jordan Harband
13+
Copyright (c) 2024 Jordan Harband
1514
1615
Permission is hereby granted, free of charge, to any person obtaining a copy
1716
of this software and associated documentation files (the "Software"), to deal

.licenses/npm/dunder-proto.dep.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: dunder-proto
3+
version: 1.0.1
4+
type: npm
5+
summary: If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
6+
homepage: https://github.com/es-shims/dunder-proto#readme
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
MIT License
12+
13+
Copyright (c) 2024 ECMAScript Shims
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
notices: []

.licenses/npm/es-define-property.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: es-define-property
3-
version: 1.0.0
3+
version: 1.0.1
44
type: npm
55
summary: "`Object.defineProperty`, but not IE 8's broken one."
66
homepage: https://github.com/ljharb/es-define-property#readme

.licenses/npm/es-object-atoms.dep.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: es-object-atoms
3+
version: 1.1.1
4+
type: npm
5+
summary: 'ES Object-related atoms: Object, ToObject, RequireObjectCoercible'
6+
homepage: https://github.com/ljharb/es-object-atoms#readme
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
MIT License
12+
13+
Copyright (c) 2024 Jordan Harband
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
notices: []

.licenses/npm/get-intrinsic.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: get-intrinsic
3-
version: 1.2.4
3+
version: 1.3.0
44
type: npm
55
summary: Get and robustly cache all JS language-level intrinsics at first require
66
time

.licenses/npm/call-bind.dep.yml renamed to .licenses/npm/get-proto.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
name: call-bind
3-
version: 1.0.7
2+
name: get-proto
3+
version: 1.0.1
44
type: npm
5-
summary: Robustly `.call.bind()` a function
6-
homepage: https://github.com/ljharb/call-bind#readme
5+
summary: Robustly get the [[Prototype]] of an object
6+
homepage: https://github.com/ljharb/get-proto#readme
77
license: mit
88
licenses:
99
- sources: LICENSE
1010
text: |
1111
MIT License
1212
13-
Copyright (c) 2020 Jordan Harband
13+
Copyright (c) 2025 Jordan Harband
1414
1515
Permission is hereby granted, free of charge, to any person obtaining a copy
1616
of this software and associated documentation files (the "Software"), to deal

.licenses/npm/gopd.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: gopd
3-
version: 1.0.1
3+
version: 1.2.0
44
type: npm
55
summary: "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation."
66
homepage: https://github.com/ljharb/gopd#readme

.licenses/npm/has-symbols.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: has-symbols
3-
version: 1.0.3
3+
version: 1.1.0
44
type: npm
55
summary: Determine if the JS environment has Symbol support. Supports spec, or shams.
66
homepage: https://github.com/ljharb/has-symbols#readme

.licenses/npm/set-function-length.dep.yml renamed to .licenses/npm/math-intrinsics.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
name: set-function-length
3-
version: 1.2.2
2+
name: math-intrinsics
3+
version: 1.1.0
44
type: npm
5-
summary: Set a function's length property
6-
homepage: https://github.com/ljharb/set-function-length#readme
5+
summary: ES Math-related intrinsics and helpers, robustly cached.
6+
homepage: https://github.com/es-shims/math-intrinsics#readme
77
license: mit
88
licenses:
99
- sources: LICENSE
1010
text: |
1111
MIT License
1212
13-
Copyright (c) Jordan Harband and contributors
13+
Copyright (c) 2024 ECMAScript Shims
1414
1515
Permission is hereby granted, free of charge, to any person obtaining a copy
1616
of this software and associated documentation files (the "Software"), to deal

.licenses/npm/object-inspect.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: object-inspect
3-
version: 1.13.2
3+
version: 1.13.4
44
type: npm
55
summary: string representations of objects in node and the browser
66
homepage: https://github.com/inspect-js/object-inspect
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: side-channel-list
3+
version: 1.0.0
4+
type: npm
5+
summary: Store information about any JS value in a side channel, using a linked list
6+
homepage: https://github.com/ljharb/side-channel-list#readme
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
MIT License
12+
13+
Copyright (c) 2024 Jordan Harband
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
notices: []
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: side-channel-map
3+
version: 1.0.1
4+
type: npm
5+
summary: Store information about any JS value in a side channel, using a Map
6+
homepage: https://github.com/ljharb/side-channel-map#readme
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
MIT License
12+
13+
Copyright (c) 2024 Jordan Harband
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
notices: []

.licenses/npm/has-property-descriptors.dep.yml renamed to .licenses/npm/side-channel-weakmap.dep.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
2-
name: has-property-descriptors
2+
name: side-channel-weakmap
33
version: 1.0.2
44
type: npm
5-
summary: Does the environment have full property descriptor support? Handles IE 8's
6-
broken defineProperty/gOPD.
7-
homepage: https://github.com/inspect-js/has-property-descriptors#readme
5+
summary: Store information about any JS value in a side channel. Uses WeakMap if available.
6+
homepage: https://github.com/ljharb/side-channel-weakmap#readme
87
license: mit
98
licenses:
109
- sources: LICENSE
1110
text: |
1211
MIT License
1312
14-
Copyright (c) 2022 Inspect JS
13+
Copyright (c) 2019 Jordan Harband
1514
1615
Permission is hereby granted, free of charge, to any person obtaining a copy
1716
of this software and associated documentation files (the "Software"), to deal

.licenses/npm/side-channel.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: side-channel
3-
version: 1.0.4
3+
version: 1.1.0
44
type: npm
55
summary: Store information about any JS value in a side channel. Uses WeakMap if available.
66
homepage: https://github.com/ljharb/side-channel#readme

0 commit comments

Comments
 (0)