Update eslint-plugin-import 2.31.0 → 2.32.0 (minor) #112
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.31.0 → 2.32.0) · Repo · Changelog
Release Notes
2.32.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
v2.32.0[Deps] update `array-includes`, `array.prototype.findlastindex`, `eslint-module-utils`[Fix] `order`: codify invariants from docs into config schema[Docs] `no-restricted-paths`: clarify wording and fix errors[Docs] `no-unused-modules`: add missing double quote[utils] v2.12.1[actions] split out tests into new vs old eslint[utils] [dev deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `@types/node`[Fix] `enforce-node-protocol-usage`: avoid a crash with some TS code[Refactor] `order`: remove unnecessary negative check[Fix] `order`: resolve undefined property access issue when using `named` ordering[New] `order`: add `consolidateIslands` option to collapse excess spacing for aesthetically pleasing imports[Fix] `order`: ensure arcane imports do not cause undefined behavior[meta] issue template with guidance for bug reports[New] `order`: add `newlines-between-types` option to control intragroup sorting of type-only imports[Fix] configs: added missing name attribute for eslint config inspector[New] `order`: add `sortTypesGroup` option to allow intragroup sorting of type-only imports[readme] Update flatConfig example to include typescript config[New] `extensions`: add `pathGroupOverrides to allow enforcement decision overrides based on specifier[Docs] `order`: remove mistakenly included sections in #3106[Deps] update `array.prototype.flat`, `array.prototype.flatmap`, `is-core-module`, `object.values`[Fix] `no-unused-modules`: provide more meaningful error message when no eslintrc is present[Docs] add missing comma[Docs] add flat config guide for using `tseslint.config()`[utils] [fix] `unambiguous` detect modules exported from minified code[Deps] update `string.prototype.trimend`[New] add TypeScript types[resolvers/webpack] v0.13.10[resolvers/webpack] [deps] update `hasown`, `is-core-module`, `is-regex`[New] add `enforce-node-protocol-usage` rule and `import/node-version` setting[Docs] `extensions`, `order`: improve documentation[Docs] `dynamic-import-chunkname`: fix typo in usage of the rule[resolvers/webpack] [new] add cache option[meta] add missing changelog linksRelease Notes
3.1.9 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
v3.1.9[Refactor] use `call-bound` and `math-intrinsics` directly[Deps] update `call-bind`, `es-abstract`, `es-object-atoms`, `get-intrinsic`, `is-string`[Dev Deps] add missing peer dep[Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `hastrict-mode`, `tape`[Tests] replace `aud` with `npm audit`Release Notes
1.24.0 (from changelog)
1.23.10 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 67 commits:
v1.24.0[Deps] update `stop-iteration-iterator`[New] add `ES2025`[New] `ES2023`+: add `GetNamedTimeZoneEpochNanoseconds`, `GetUTCEpochNanoseconds`, `IsTimeZoneOffsetString`[New] `ES2015`+: `CharacterRange`: also accept CharSets[New] `ES2024`+: add `AllCharacters`, `CharacterComplement`[Refactor] StringIndexOf: anticipate ES2025 not found sentinel change[Tests] increase coveragev1.23.10[Tests] use proper import[Refactor] Typed Array stuff: store "choices" string in the table file[Tests] refactor TA types arrays to year-taking functions[Fix] properly handle Float16Array[Tests] remove now-unused test mega-file[Tests] refactor test megafile into file-per-method tests[Dev Deps] pin `glob` to v7[Refactor] `ES2021`+: use isInteger directly in a few AOs[Refactor] `ES2022`+: `ValidateAndApplyPropertyDescriptor`: use `typeof` over `Type()`[meta] fix URL in comment[Dev Deps] update `@unicode/unicode-15.0.0`[Tests] increase coverage[meta] note `isNegativeZero` helper is slated for removal[Deps] update `call-bound`, `which-typed-array`[Dev Deps] update `ses`[Deps] update `get-intrinsic`[Refactor] `helpers/getIteratorMethod`: no longer require a passed-in `IsArray`[Dev Deps] update `has-strict-mode`[meta] add missing comments[Deps] update `object-inspect`[Dev Deps] update `for-each`[Deps] update `is-weakref`[Dev Deps] update `es-value-fixtures`, `for-each`[Fix] `ES2024`+: `IsViewOutOfBounds`: properly handle resizable array buffers[Refactor] `ES2017`+: `Num{ber,eric}ToRawBytes`, `RawBytesToNum{ber,eric}`: use TAO table sizes[Refactor] `ES2015`+: `{,Ordinary}ObjectCreate`: prefer __proto__ syntax over `Object.create`[Fix] `ES2024`+: `IsTypedArrayOutOfBounds`: properly handle resizable arrays[Tests] node 20 throws with RABs that are not a multiple of 4 and 8[Tests] avoid an OOM in node 20 on SES tests[Tests] extract common helpers[Fix] `ES2024`+: `GetViewByteLength`, `TypedArrayByteLength`, `TypedArrayLength`: properly handle resizable arrays[Tests] increase coverage[Tests] some cleanups[Fix] `ES2020`+: `abs` should accept bigints too[Fix] `ES2024`+: `ArrayBufferByteLength`: return the byte length for SABs, not NaN[Fix] `ES2024`+: `ArrayBufferCopyAndDetach`: properly handle resizable ArrayBuffers; add tests[meta] fix operations npmignores[Refactor] `CopyDataProperties` tests are the same in ES2020 as in ES2018[Refactor] `ES2016` - `ES2020`: `UTF16Encoding`: match `UTF16EncodeCodePoint`[Tests] consolidate map of AO property names to prose names[patch] `ES2023`+: `SortIndexedProperties`: improve error message[Deps] update `es-object-atoms`[Refactor] use `es-object-atoms/isObject` directly[Refactor] add `isSameType` helper, and use it[Robustness] `ES2015`+: `ObjectDefineProperties`: use `OrdinaryGetOwnProperty` to handle a missing `gOPD`[Deps] update `es-object-atoms`[Dev Deps] update `es-value-fixtures`[patch] clean up some comments[Tests] compare correct TA type[Fix] `ES2021`: `SetTypedArrayFromTypedArray`: get proper source element size[Fix] `ES2023`+: `SetTypedArrayFromTypedArray`: ArrayBuffer shouldn‘t be bound[patch] `ES2023`+: `InternalizeJSONProperty`: remove extra argument[Refactor] `ES2017`+: `WordCharacters`: `String.prototype.indexOf` should always be present[Refactor] use `arr[arr.length] = x` instead of `$push(arr, x)`[Fix] `ES2022`,`ES2023`: `ValidateIntegerTypedArray`: return the buffer[patch] `ES2020`+`: `GetIterator`: fix comment to indicate that it changed in ES2018[Deps] update `get-proto`, `regexp.prototype.flags`[Dev Deps] update `es-value-fixtures`🆕 is-negative-zero (added, 2.0.3)
🆕 stop-iteration-iterator (added, 1.1.0)
🗑️ @esbuild/aix-ppc64 (removed)
🗑️ @esbuild/aix-ppc64 (removed)
🗑️ @esbuild/android-arm (removed)
🗑️ @esbuild/android-arm (removed)
🗑️ @esbuild/android-arm64 (removed)
🗑️ @esbuild/android-arm64 (removed)
🗑️ @esbuild/android-x64 (removed)
🗑️ @esbuild/android-x64 (removed)
🗑️ @esbuild/darwin-arm64 (removed)
🗑️ @esbuild/darwin-arm64 (removed)
🗑️ @esbuild/darwin-x64 (removed)
🗑️ @esbuild/darwin-x64 (removed)
🗑️ @esbuild/freebsd-arm64 (removed)
🗑️ @esbuild/freebsd-arm64 (removed)
🗑️ @esbuild/freebsd-x64 (removed)
🗑️ @esbuild/freebsd-x64 (removed)
🗑️ @esbuild/linux-arm (removed)
🗑️ @esbuild/linux-arm (removed)
🗑️ @esbuild/linux-arm64 (removed)
🗑️ @esbuild/linux-arm64 (removed)
🗑️ @esbuild/linux-ia32 (removed)
🗑️ @esbuild/linux-ia32 (removed)
🗑️ @esbuild/linux-loong64 (removed)
🗑️ @esbuild/linux-loong64 (removed)
🗑️ @esbuild/linux-mips64el (removed)
🗑️ @esbuild/linux-mips64el (removed)
🗑️ @esbuild/linux-ppc64 (removed)
🗑️ @esbuild/linux-ppc64 (removed)
🗑️ @esbuild/linux-riscv64 (removed)
🗑️ @esbuild/linux-riscv64 (removed)
🗑️ @esbuild/linux-s390x (removed)
🗑️ @esbuild/linux-s390x (removed)
🗑️ @esbuild/linux-x64 (removed)
🗑️ @esbuild/linux-x64 (removed)
🗑️ @esbuild/netbsd-x64 (removed)
🗑️ @esbuild/netbsd-x64 (removed)
🗑️ @esbuild/openbsd-x64 (removed)
🗑️ @esbuild/openbsd-x64 (removed)
🗑️ @esbuild/sunos-x64 (removed)
🗑️ @esbuild/sunos-x64 (removed)
🗑️ @esbuild/win32-arm64 (removed)
🗑️ @esbuild/win32-arm64 (removed)
🗑️ @esbuild/win32-ia32 (removed)
🗑️ @esbuild/win32-ia32 (removed)
🗑️ @esbuild/win32-x64 (removed)
🗑️ @esbuild/win32-x64 (removed)
🗑️ esbuild (removed)
🗑️ esbuild (removed)
🗑️ @bcoe/v8-coverage (removed)
🗑️ @bufbuild/protobuf (removed)
🗑️ @colors/colors (removed)
🗑️ @dabh/diagnostics (removed)
🗑️ @elastic/ecs-helpers (removed)
🗑️ @elastic/ecs-pino-format (removed)
🗑️ @elastic/elasticsearch (removed)
🗑️ @elastic/transport (removed)
🗑️ @esbuild/netbsd-arm64 (removed)
🗑️ @esbuild/openbsd-arm64 (removed)
🗑️ @esbuild/openharmony-arm64 (removed)
🗑️ @eslint/config-array (removed)
🗑️ @eslint/config-helpers (removed)
🗑️ @eslint/core (removed)
🗑️ @eslint/object-schema (removed)
🗑️ @eslint/plugin-kit (removed)
🗑️ @grpc/grpc-js (removed)
🗑️ @grpc/proto-loader (removed)
🗑️ @humanfs/core (removed)
🗑️ @humanfs/node (removed)
🗑️ @humanwhocodes/retry (removed)
🗑️ @humanwhocodes/retry (removed)
🗑️ @istanbuljs/schema (removed)
🗑️ @js-sdsl/ordered-map (removed)
🗑️ @localazy/languages (removed)
🗑️ @opentelemetry/api (removed)
🗑️ @opentelemetry/core (removed)
🗑️ @opentelemetry/resources (removed)
🗑️ @opentelemetry/sdk-metrics (removed)
🗑️ @opentelemetry/semantic-conventions (removed)
🗑️ @protobufjs/aspromise (removed)
🗑️ @protobufjs/base64 (removed)
🗑️ @protobufjs/codegen (removed)
🗑️ @protobufjs/eventemitter (removed)
🗑️ @protobufjs/fetch (removed)
🗑️ @protobufjs/float (removed)
🗑️ @protobufjs/inquire (removed)
🗑️ @protobufjs/path (removed)
🗑️ @protobufjs/pool (removed)
🗑️ @protobufjs/utf8 (removed)
🗑️ @restorecommerce/dataset-demoshop-catalog-transformer (removed)
🗑️ @restorecommerce/dataset-system-units-transformer (removed)
🗑️ @restorecommerce/dataset-system-world-transformer (removed)
🗑️ @restorecommerce/dev (removed)
🗑️ @eslint/compat (removed)
🗑️ @typescript-eslint/scope-manager (removed)
🗑️ @typescript-eslint/scope-manager (removed)
🗑️ @typescript-eslint/scope-manager (removed)
🗑️ @typescript-eslint/scope-manager (removed)
🗑️ @typescript-eslint/types (removed)
🗑️ @typescript-eslint/types (removed)
🗑️ @typescript-eslint/types (removed)
🗑️ @typescript-eslint/types (removed)
🗑️ @typescript-eslint/typescript-estree (removed)
🗑️ @typescript-eslint/typescript-estree (removed)
🗑️ @typescript-eslint/typescript-estree (removed)
🗑️ @typescript-eslint/typescript-estree (removed)
🗑️ @typescript-eslint/utils (removed)
🗑️ @typescript-eslint/utils (removed)
🗑️ @typescript-eslint/utils (removed)
🗑️ @typescript-eslint/utils (removed)
🗑️ @typescript-eslint/visitor-keys (removed)
🗑️ @typescript-eslint/visitor-keys (removed)
🗑️ @typescript-eslint/visitor-keys (removed)
🗑️ @typescript-eslint/visitor-keys (removed)
🗑️ eslint-plugin-prefer-arrow-functions (removed)
🗑️ ts-api-utils (removed)
🗑️ ts-api-utils (removed)
🗑️ @restorecommerce/grpc-client (removed)
🗑️ @restorecommerce/logger (removed)
🗑️ @restorecommerce/rc-grpc-clients (removed)
🗑️ @rollup/rollup-android-arm-eabi (removed)
🗑️ @rollup/rollup-android-arm64 (removed)
🗑️ @rollup/rollup-darwin-arm64 (removed)
🗑️ @rollup/rollup-darwin-x64 (removed)
🗑️ @rollup/rollup-freebsd-arm64 (removed)
🗑️ @rollup/rollup-freebsd-x64 (removed)
🗑️ @rollup/rollup-linux-arm-gnueabihf (removed)
🗑️ @rollup/rollup-linux-arm-musleabihf (removed)
🗑️ @rollup/rollup-linux-arm64-gnu (removed)
🗑️ @rollup/rollup-linux-arm64-musl (removed)
🗑️ @rollup/rollup-linux-loongarch64-gnu (removed)
🗑️ @rollup/rollup-linux-powerpc64le-gnu (removed)
🗑️ @rollup/rollup-linux-riscv64-gnu (removed)
🗑️ @rollup/rollup-linux-riscv64-musl (removed)
🗑️ @rollup/rollup-linux-s390x-gnu (removed)
🗑️ @rollup/rollup-linux-x64-gnu (removed)
🗑️ @rollup/rollup-linux-x64-musl (removed)
🗑️ @rollup/rollup-win32-arm64-msvc (removed)
🗑️ @rollup/rollup-win32-ia32-msvc (removed)
🗑️ @rollup/rollup-win32-x64-msvc (removed)
🗑️ @stylistic/eslint-plugin (removed)
🗑️ @swc/helpers (removed)
🗑️ @types/argparse (removed)
🗑️ @types/command-line-args (removed)
🗑️ @types/command-line-usage (removed)
🗑️ @types/estree (removed)
🗑️ @types/google-protobuf (removed)
🗑️ @types/js-yaml (removed)
🗑️ @types/json-schema (removed)
🗑️ @types/triple-beam (removed)
🗑️ @typescript-eslint/eslint-plugin (removed)
🗑️ @typescript-eslint/eslint-plugin (removed)
🗑️ @typescript-eslint/parser (removed)
🗑️ @typescript-eslint/parser (removed)
🗑️ @typescript-eslint/type-utils (removed)
🗑️ @typescript-eslint/type-utils (removed)
🗑️ @vitest/coverage-v8 (removed)
🗑️ @vitest/expect (removed)
🗑️ @vitest/mocker (removed)
🗑️ @vitest/pretty-format (removed)
🗑️ @vitest/runner (removed)
🗑️ @vitest/snapshot (removed)
🗑️ @vitest/spy (removed)
🗑️ @vitest/utils (removed)
🗑️ @vvo/tzdb (removed)
🗑️ abort-controller-x (removed)
🗑️ acorn-import-assertions (removed)
🗑️ after-all-results (removed)
🗑️ agentkeepalive (removed)
🗑️ apache-arrow (removed)
🗑️ array-back (removed)
🗑️ asap (removed)
🗑️ assertion-error (removed)
🗑️ async-cache (removed)
🗑️ async-hook-jl (removed)
🗑️ async-value (removed)
🗑️ async-value-promise (removed)
🗑️ atomic-sleep (removed)
🗑️ basic-auth (removed)
🗑️ binary-search (removed)
🗑️ breadth-filter (removed)
🗑️ builtin-modules (removed)
🗑️ cac (removed)
🗑️ chai (removed)
🗑️ chalk-template (removed)
🗑️ check-error (removed)
🗑️ cjs-module-lexer (removed)
🗑️ clean-regexp (removed)
🗑️ cls-hooked (removed)
🗑️ cls-rtracer (removed)
🗑️ color (removed)
🗑️ color-string (removed)
🗑️ colorspace (removed)
🗑️ command-line-args (removed)
🗑️ command-line-usage (removed)
🗑️ console-log-level (removed)
🗑️ cookie (removed)
🗑️ core-js-compat (removed)
🗑️ csv-parser (removed)
🗑️ currency-list (removed)
🗑️ dayjs (removed)
🗑️ deep-eql (removed)
🗑️ elastic-apm-node (removed)
🗑️ emitter-listener (removed)
🗑️ enabled (removed)
🗑️ error-callsites (removed)
🗑️ error-stack-parser (removed)
🗑️ es-module-lexer (removed)
🗑️ eslint-plugin-file-extension-in-import-ts (removed)
🗑️ eslint-plugin-unicorn (removed)
🗑️ estree-walker (removed)
🗑️ expect-type (removed)
🗑️ fast-redact (removed)
🗑️ fast-safe-stringify (removed)
🗑️ fast-stream-to-buffer (removed)
🗑️ fecha (removed)
🗑️ find-replace (removed)
🗑️ flatbuffers (removed)
🗑️ flatstr (removed)
🗑️ fn.name (removed)
🗑️ forwarded-parse (removed)
🗑️ fsevents (removed)
🗑️ google-protobuf (removed)
🗑️ hpagent (removed)
🗑️ html-escaper (removed)
🗑️ http-headers (removed)
🗑️ humanize-ms (removed)
🗑️ import-in-the-middle (removed)
🗑️ is-builtin-module (removed)
🗑️ is-finite (removed)
🗑️ is-integer (removed)
🗑️ is-native (removed)
🗑️ is-nil (removed)
🗑️ istanbul-lib-coverage (removed)
🗑️ istanbul-lib-report (removed)
🗑️ istanbul-lib-source-maps (removed)
🗑️ istanbul-reports (removed)
🗑️ json-bignum (removed)
🗑️ kuler (removed)
🗑️ lodash.camelcase (removed)
🗑️ lodash.defaults (removed)
🗑️ lodash.omit (removed)
🗑️ lodash.sortby (removed)
🗑️ logform (removed)
🗑️ long (removed)
🗑️ loupe (removed)
🗑️ magic-string (removed)
🗑️ magicast (removed)
🗑️ mapcap (removed)
🗑️ measured-core (removed)
🗑️ measured-reporting (removed)
🗑️ module-details-from-path (removed)
🗑️ monitor-event-loop-delay (removed)
🗑️ nanoid (removed)
🗑️ next-line (removed)
🗑️ nice-grpc (removed)
🗑️ nice-grpc-client-middleware-deadline (removed)
🗑️ nice-grpc-client-middleware-retry (removed)
🗑️ nice-grpc-common (removed)
🗑️ node-xlsx (removed)
🗑️ object-filter-sequence (removed)
🗑️ object-hash (removed)
🗑️ object-identity-map (removed)
🗑️ one-time (removed)
🗑️ optional-js (removed)
🗑️ original-url (removed)
🗑️ pathe (removed)
🗑️ pathval (removed)
🗑️ pino (removed)
🗑️ pino-std-serializers (removed)
🗑️ pluralize (removed)
🗑️ postcss (removed)
🗑️ process-warning (removed)
🗑️ promise (removed)
🗑️ protobufjs (removed)
🗑️ pseudomap (removed)
🗑️ quick-format-unescaped (removed)
🗑️ regexp-tree (removed)
🗑️ regjsparser (removed)
🗑️ relative-microtime (removed)
🗑️ require-in-the-middle (removed)
🗑️ rollup (removed)
🗑️ safe-stable-stringify (removed)
🗑️ secure-json-parse (removed)
🗑️ shallow-clone-shim (removed)
🗑️ shimmer (removed)
🗑️ siginfo (removed)
🗑️ simple-swizzle (removed)
🗑️ sonic-boom (removed)
🗑️ source-map-js (removed)
🗑️ source-map-support (removed)
🗑️ sql-summary (removed)
🗑️ stack-chain (removed)
🗑️ stack-trace (removed)
🗑️ stackback (removed)
🗑️ stackframe (removed)
🗑️ std-env (removed)
🗑️ stream-chopper (removed)
🗑️ table-layout (removed)
🗑️ test-exclude (removed)
🗑️ text-hex (removed)
🗑️ tinybench (removed)
🗑️ tinyexec (removed)
🗑️ tinypool (removed)
🗑️ tinyrainbow (removed)
🗑️ tinyspy (removed)
🗑️ to-source-code (removed)
🗑️ triple-beam (removed)
🗑️ ts-error (removed)
🗑️ ts-proto-descriptors (removed)
🗑️ typescript-eslint (removed)
🗑️ typical (removed)
🗑️ undici (removed)
🗑️ unicode-byte-truncate (removed)
🗑️ unicode-substring (removed)
🗑️ vite (removed)
🗑️ vite-node (removed)
🗑️ vitest (removed)
🗑️ why-is-node-running (removed)
🗑️ winston (removed)
🗑️ winston-elasticsearch (removed)
🗑️ winston-transport (removed)
🗑️ wordwrapjs (removed)
🗑️ world-countries (removed)
🗑️ xlsx (removed)
🗑️ eslint-visitor-keys (removed)
🗑️ @eslint/eslintrc (removed)
🗑️ espree (removed)
🗑️ globals (removed)
🗑️ globals (removed)
🗑️ @eslint/js (removed)
🗑️ uuid (removed)
🗑️ uuid (removed)
🗑️ lru-cache (removed)
🗑️ eslint (removed)
🗑️ eslint-scope (removed)
🗑️ file-entry-cache (removed)
🗑️ flat-cache (removed)
🗑️ @types/node (removed)
🗑️ undici-types (removed)
🗑️ yallist (removed)
🗑️ through2 (removed)
🗑️ source-map (removed)
🗑️ tr46 (removed)
🗑️ webidl-conversions (removed)
🗑️ whatwg-url (removed)
🗑️ is-arrayish (removed)
🗑️ jsesc (removed)
🗑️ picomatch (removed)
🗑️ retry (removed)
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