Skip to content
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

Update eslint-plugin-import 2.29.1 → 2.31.0 (minor) #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Oct 4, 2024

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ eslint-plugin-import (2.29.1 → 2.31.0) · Repo · Changelog

Release Notes

2.31.0

Added

Fixed

Changed

2.30.0

Added

Fixed

Changed

  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit (#2944, thanks @mulztob)
  • no-unused-modules: add console message to help debug #2866
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap (#2982, thanks @soryy708)
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic (#2985, thanks @soryy708)
  • [Docs] order: Add a quick note on how unbound imports and --fix (#2640, thanks @minervabot)
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (#2987, thanks @joeyguerra)
  • [actions] migrate OSX tests to GHA (ljharb#37, thanks @aks-)
  • [Refactor] exportMapBuilder: avoid hoisting (#2989, thanks @soryy708)
  • [Refactor] ExportMap: extract "builder" logic to separate files (#2991, thanks @soryy708)
  • [Docs] order: update the description of the pathGroupsExcludedImportTypes option (#3036, thanks @liby)
  • [readme] Clarify how to install the plugin (#2993, thanks @jwbth)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ array-includes (indirect, 3.1.7 → 3.1.8) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 6 commits:

↗️ available-typed-arrays (indirect, 1.0.6 → 1.0.7) · Repo · Changelog

Release Notes

1.0.7 (from changelog)

Commits

  • [Refactor] use possible-typed-array-names ac86abf

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 2 commits:

↗️ es-abstract (indirect, 1.22.4 → 1.23.3) · Repo · Changelog

Release Notes

1.23.3 (from changelog)

  • [Fix] ES2024: StringPad, StringPaddingBuiltinsImpl: prefer uppercase spec enums
  • [Fix] helpers/bytesAsInteger: avoid a crash in node 10.4 - 10.8
  • [Fix] ES5: CheckObjectCoercible: restore optMessage optional arg
  • [Refactor] ES2022+: update TimeString to use ToZeroPaddedDecimalString
  • [Robustness] use cached copies of builtins
  • [Deps] update string.prototype.trimstart, typed-array-length
  • [Dev Deps] update array.from, array.prototype.filter, array.prototype.indexof, object.fromentries, safe-bigint

1.23.2 (from changelog)

  • [Fix] records/regexp-record: add optional [[UnicodeSets]] boolean field
  • [Fix] ES2024+: AddValueToKeyedGroup: avoid adding matched values twice
  • [Fix] ES5: CheckObjectCoercible: use the right function name
  • [Fix] ES2024+: AddEntriesFromIterable, GetIterator, GroupBy: properly capitalize spec enums
  • [Deps] update string.prototype.trim, string.prototype.trimend
  • [Tests] increase coverage

1.22.5 (from changelog)

  • [Fix] ES2015+: DetachArrayBuffer: node v21.0.0+ structuredClone throws with an already-detached ArrayBuffer
  • [Fix] helpers/assertRecord: partial revert of 87c340d; unintentional breaking change
  • [patch] records: fix indentation, improve object checks
  • [Refactor] extract TA tables to separate files
  • [meta] extract "list spackled files" to separate run-script
  • [Deps] update available-typed-arrays, es-set-tostringtag, has-proto, is-negative-zero, is-shared-array-buffer, typed-array-buffer, typed-array-byte-length, typed-array-byte-offset, typed-array-length
  • [Dev Deps] update available-regexp-flags, tape
  • [Dev Deps] pin jackspeak and glob, since v2.1.2+ and v10.3.8+ respectively depend on npm aliases, which kill the install process in npm < 6
  • [Tests] use define-{accessor,data}-property
  • [Tests] fix some test cases
  • [Tests] use safeBigInt for Z() pattern to handle node 10.4 - 10.8

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 47 commits:

↗️ eslint-module-utils (indirect, 2.8.0 → 2.12.0) · Repo · Changelog

Release Notes

2.12.0 (from changelog)

Added

2.11.0 (from changelog)

Added

Fixed

2.10.0 (from changelog)

Added

2.9.0 (from changelog)

Added

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ has-proto (indirect, 1.0.1 → 1.0.3) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 7 commits:

↗️ hasown (indirect, 2.0.1 → 2.0.2) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 8 commits:

↗️ is-core-module (indirect, 2.13.1 → 2.15.1) · Repo · Changelog

Release Notes

2.15.1 (from changelog)

Commits

  • [Tests] add process.getBuiltinModule tests 28c7791
  • [Fix] test/mock_loader is no longer exposed as of v22.7 68b08b0
  • [Tests] replace aud with npm audit 32f8060
  • [Dev Deps] update mock-property f7d3c8f
  • [Dev Deps] add missing peer dep eaee885

2.15.0 (from changelog)

Commits

2.14.0 (from changelog)

Commits

  • [Dev Deps] update @ljharb/eslint-config, aud, mock-property, npmignore, tape 0e43200
  • [meta] add missing engines.node 4ea3af8
  • [New] add test/mock_loader e9fbd29
  • [Deps] update hasown 57f1940

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 13 commits:

↗️ is-negative-zero (indirect, 2.0.2 → 2.0.3) · Repo · Changelog

Release Notes

2.0.3 (from changelog)

Commits

  • add types e28f0d5
  • [meta] use npmignore to autogenerate an npmignore file f68ec13
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, tape 70abff7
  • [actions] update rebase action to use reusable workflow 6e1356e
  • [Dev Deps] update @ljharb/eslint-config, aud, npmignore, tape c00d4ab
  • [meta] add sideEffects flag 9c45539

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:

↗️ object.fromentries (indirect, 2.0.7 → 2.0.8) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ object.values (indirect, 1.1.7 → 1.2.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 4 commits:

↗️ string.prototype.trim (indirect, 1.2.8 → 1.2.9) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ string.prototype.trimend (indirect, 1.0.7 → 1.0.8) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ string.prototype.trimstart (indirect, 1.0.7 → 1.0.8) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 6 commits:

↗️ which-typed-array (indirect, 1.1.14 → 1.1.15) · Repo · Changelog

Release Notes

1.1.15 (from changelog)

Commits

  • [types] use a namespace; improve type f42bec3
  • [types] use shared config 464a9e3
  • [actions] remove redundant finisher; use reusable workflow d114ee8
  • [Dev Deps] update @types/node, tape, typescript; add @arethetypeswrong/cli 9cc63d8
  • [types] add a helpful hover description 29ccf8d
  • [Deps] update available-typed-arrays, call-bind, has-tostringtag 7ecfd8e

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:

🆕 @​rtsao/scc (added, 1.1.0)

🆕 data-view-buffer (added, 1.0.1)

🆕 data-view-byte-length (added, 1.0.1)

🆕 data-view-byte-offset (added, 1.0.0)

🆕 es-object-atoms (added, 1.0.0)

🆕 is-data-view (added, 1.0.1)

🆕 possible-typed-array-names (added, 1.0.0)

🗑️ @​restorecommerce/dataset-demoshop-catalog-transformer (removed)

🗑️ @​restorecommerce/dataset-system-units-transformer (removed)

🗑️ array.prototype.filter (removed)

🗑️ csv-parser (removed)

🗑️ es-array-method-boxes-properly (removed)

🗑️ node-xlsx (removed)

🗑️ object-hash (removed)

🗑️ xlsx (removed)

🗑️ uuid (removed)

🗑️ through2 (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants