Skip to content

build(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 #1244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
name: has-proto
version: 1.0.3
name: call-bind-apply-helpers
version: 1.0.2
type: npm
summary: Does this environment have the ability to get the [[Prototype]] of an object
on creation with `__proto__`?
homepage: https://github.com/inspect-js/has-proto#readme
summary: Helper functions around Function call/apply/bind, for use in `call-bind`
homepage: https://github.com/ljharb/call-bind-apply-helpers#readme
license: mit
licenses:
- sources: LICENSE
text: |
MIT License

Copyright (c) 2022 Inspect JS
Copyright (c) 2024 Jordan Harband

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
name: define-data-property
version: 1.1.4
name: call-bound
version: 1.0.4
type: npm
summary: Define a data property on an object. Will fall back to assignment in an engine
without descriptors.
homepage: https://github.com/ljharb/define-data-property#readme
summary: Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
homepage: https://github.com/ljharb/call-bound#readme
license: mit
licenses:
- sources: LICENSE
text: |
MIT License

Copyright (c) 2023 Jordan Harband
Copyright (c) 2024 Jordan Harband

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
32 changes: 32 additions & 0 deletions .licenses/npm/dunder-proto.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: dunder-proto
version: 1.0.1
type: npm
summary: If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
homepage: https://github.com/es-shims/dunder-proto#readme
license: mit
licenses:
- sources: LICENSE
text: |
MIT License

Copyright (c) 2024 ECMAScript Shims

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
notices: []
2 changes: 1 addition & 1 deletion .licenses/npm/es-define-property.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: es-define-property
version: 1.0.0
version: 1.0.1
type: npm
summary: "`Object.defineProperty`, but not IE 8's broken one."
homepage: https://github.com/ljharb/es-define-property#readme
Expand Down
32 changes: 32 additions & 0 deletions .licenses/npm/es-object-atoms.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: es-object-atoms
version: 1.1.1
type: npm
summary: 'ES Object-related atoms: Object, ToObject, RequireObjectCoercible'
homepage: https://github.com/ljharb/es-object-atoms#readme
license: mit
licenses:
- sources: LICENSE
text: |
MIT License

Copyright (c) 2024 Jordan Harband

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
notices: []
2 changes: 1 addition & 1 deletion .licenses/npm/get-intrinsic.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: get-intrinsic
version: 1.2.4
version: 1.3.0
type: npm
summary: Get and robustly cache all JS language-level intrinsics at first require
time
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
name: call-bind
version: 1.0.7
name: get-proto
version: 1.0.1
type: npm
summary: Robustly `.call.bind()` a function
homepage: https://github.com/ljharb/call-bind#readme
summary: Robustly get the [[Prototype]] of an object
homepage: https://github.com/ljharb/get-proto#readme
license: mit
licenses:
- sources: LICENSE
text: |
MIT License

Copyright (c) 2020 Jordan Harband
Copyright (c) 2025 Jordan Harband

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/gopd.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: gopd
version: 1.0.1
version: 1.2.0
type: npm
summary: "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation."
homepage: https://github.com/ljharb/gopd#readme
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/has-symbols.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: has-symbols
version: 1.0.3
version: 1.1.0
type: npm
summary: Determine if the JS environment has Symbol support. Supports spec, or shams.
homepage: https://github.com/ljharb/has-symbols#readme
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
name: set-function-length
version: 1.2.2
name: math-intrinsics
version: 1.1.0
type: npm
summary: Set a function's length property
homepage: https://github.com/ljharb/set-function-length#readme
summary: ES Math-related intrinsics and helpers, robustly cached.
homepage: https://github.com/es-shims/math-intrinsics#readme
license: mit
licenses:
- sources: LICENSE
text: |
MIT License

Copyright (c) Jordan Harband and contributors
Copyright (c) 2024 ECMAScript Shims

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/object-inspect.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: object-inspect
version: 1.13.2
version: 1.13.4
type: npm
summary: string representations of objects in node and the browser
homepage: https://github.com/inspect-js/object-inspect
Expand Down
32 changes: 32 additions & 0 deletions .licenses/npm/side-channel-list.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: side-channel-list
version: 1.0.0
type: npm
summary: Store information about any JS value in a side channel, using a linked list
homepage: https://github.com/ljharb/side-channel-list#readme
license: mit
licenses:
- sources: LICENSE
text: |
MIT License

Copyright (c) 2024 Jordan Harband

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
notices: []
32 changes: 32 additions & 0 deletions .licenses/npm/side-channel-map.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: side-channel-map
version: 1.0.1
type: npm
summary: Store information about any JS value in a side channel, using a Map
homepage: https://github.com/ljharb/side-channel-map#readme
license: mit
licenses:
- sources: LICENSE
text: |
MIT License

Copyright (c) 2024 Jordan Harband

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
notices: []
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
name: has-property-descriptors
name: side-channel-weakmap
version: 1.0.2
type: npm
summary: Does the environment have full property descriptor support? Handles IE 8's
broken defineProperty/gOPD.
homepage: https://github.com/inspect-js/has-property-descriptors#readme
summary: Store information about any JS value in a side channel. Uses WeakMap if available.
homepage: https://github.com/ljharb/side-channel-weakmap#readme
license: mit
licenses:
- sources: LICENSE
text: |
MIT License

Copyright (c) 2022 Inspect JS
Copyright (c) 2019 Jordan Harband

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/side-channel.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: side-channel
version: 1.0.4
version: 1.1.0
type: npm
summary: Store information about any JS value in a side channel. Uses WeakMap if available.
homepage: https://github.com/ljharb/side-channel#readme
Expand Down
Loading
Loading