Skip to content

Commit 5f26c9c

Browse files
authored
Merge pull request #1043 from arduino/dependabot/npm_and_yarn/eslint-plugin-import-2.30.0
build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0
2 parents 6cec075 + d87b9d0 commit 5f26c9c

16 files changed

+1404
-575
lines changed

.github/workflows/check-npm-dependencies-task.yml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
uses: actions/upload-artifact@v3
104104
with:
105105
if-no-files-found: error
106+
include-hidden-files: true
106107
name: dep-licenses-cache
107108
path: .licenses/
108109

.licenses/npm/call-bind.dep.yml

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

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: es-errors
3+
version: 1.3.0
4+
type: npm
5+
summary: A simple cache for a few of the JS Error constructors.
6+
homepage: https://github.com/ljharb/es-errors#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

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

.licenses/npm/gopd.dep.yml

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: has-proto
3-
version: 1.0.1
3+
version: 1.0.3
44
type: npm
55
summary: Does this environment have the ability to get the [[Prototype]] of an object
66
on creation with `__proto__`?

.licenses/npm/has.dep.yml

-33
This file was deleted.

.licenses/npm/hasown.dep.yml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: hasown
3+
version: 2.0.2
4+
type: npm
5+
summary: A robust, ES3 compatible, "has own property" predicate.
6+
homepage: https://github.com/inspect-js/hasOwn#readme
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
MIT License
12+
13+
Copyright (c) Jordan Harband and contributors
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/object-inspect.dep.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: object-inspect
3-
version: 1.12.3
3+
version: 1.13.2
44
type: npm
55
summary: string representations of objects in node and the browser
66
homepage: https://github.com/inspect-js/object-inspect
@@ -33,13 +33,13 @@ licenses:
3333
text: |-
3434
MIT
3535
36-
[1]: https://npmjs.org/package/object-inspect
37-
[2]: https://versionbadg.es/inspect-js/object-inspect.svg
38-
[5]: https://david-dm.org/inspect-js/object-inspect.svg
39-
[6]: https://david-dm.org/inspect-js/object-inspect
40-
[7]: https://david-dm.org/inspect-js/object-inspect/dev-status.svg
41-
[8]: https://david-dm.org/inspect-js/object-inspect#info=devDependencies
42-
[11]: https://nodei.co/npm/object-inspect.png?downloads=true&stars=true
36+
[package-url]: https://npmjs.org/package/object-inspect
37+
[npm-version-svg]: https://versionbadg.es/inspect-js/object-inspect.svg
38+
[deps-svg]: https://david-dm.org/inspect-js/object-inspect.svg
39+
[deps-url]: https://david-dm.org/inspect-js/object-inspect
40+
[dev-deps-svg]: https://david-dm.org/inspect-js/object-inspect/dev-status.svg
41+
[dev-deps-url]: https://david-dm.org/inspect-js/object-inspect#info=devDependencies
42+
[npm-badge-png]: https://nodei.co/npm/object-inspect.png?downloads=true&stars=true
4343
[license-image]: https://img.shields.io/npm/l/object-inspect.svg
4444
[license-url]: LICENSE
4545
[downloads-image]: https://img.shields.io/npm/dm/object-inspect.svg
+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: set-function-length
3+
version: 1.2.2
4+
type: npm
5+
summary: Set a function's length property
6+
homepage: https://github.com/ljharb/set-function-length#readme
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
MIT License
12+
13+
Copyright (c) Jordan Harband and contributors
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: []

0 commit comments

Comments
 (0)