-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update all non-major dependencies #34
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #34 +/- ##
=======================================
Coverage 73.84% 73.84%
=======================================
Files 3 3
Lines 130 130
Branches 20 13 -7
=======================================
Hits 96 96
Misses 32 32
Partials 2 2 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
cfe8050
to
2b3f8a8
Compare
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
2b3f8a8
to
627921a
Compare
66d6c02
to
7f7cce1
Compare
34fa0d4
to
b19d846
Compare
3144905
to
6032bee
Compare
4762097
to
800eb36
Compare
800eb36
to
e7f0e24
Compare
This PR contains the following updates:
^29.5.12
->^29.5.14
^9.1.0
->^9.1.2
^3.6.1
->^3.10.1
^2.29.1
->^2.32.0
^5.1.3
->^5.5.4
^0.2.838
->^0.2.1025
^3.2.5
->^3.6.2
^29.1.3
->^29.4.5
^0.25.13
->^0.28.14
^5.4.5
->^5.9.3
Release Notes
prettier/eslint-config-prettier (eslint-config-prettier)
v9.1.2
Compare Source
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v3.10.1
Compare Source
Patch Changes
c1d64c3
Thanks @JounQin! - chore: bumpunrs-resolver
to v1.6.2Full Changelog: import-js/eslint-import-resolver-typescript@v3.10.0...v3.10.1
v3.10.0
Compare Source
Minor Changes
#413
89c2795
Thanks @JounQin! - chore: housekeeping, bump all (dev) depsMigrate
rspack-resolver
to rebrandingunrs-resolver
for more targets support and other bug fixesFull Changelog: import-js/eslint-import-resolver-typescript@v3.9.1...v3.10.0
v3.9.1
Compare Source
Patch Changes
4a9176e
Thanks @JounQin! - fix: userspack-resolver
fork for pnp supportv3.9.0
Compare Source
Minor Changes
6814443
Thanks @JounQin! - feat: migrateenhanced-resolve
tooxc-resolver
v3.8.7
Compare Source
Patch Changes
a14fdd9
Thanks @carlocorradini! - fix: include mapper with no files and force non-dynamic projects to use absolute pathsv3.8.6
Compare Source
Patch Changes
c9d5ab0
Thanks @JounQin! - fix: add support for importing with .js extension as tsx importeev3.8.5
Compare Source
Patch Changes
366eeaf
Thanks @carlocorradini! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.v3.8.4
Compare Source
Patch Changes
c940785
Thanks @JounQin! - fix: support multiple matching ts pathsv3.8.3
Compare Source
Patch Changes
#360
8192976
Thanks @carlocorradini! - Force tiniglobby to expand dot directories#360
8192976
Thanks @carlocorradini! - Update tinyglobby to latest versionv3.8.2
Compare Source
Patch Changes
5fd349e
Thanks @carlocorradini! - Update thetinyglobby
to the latest version to solve performance regressions.v3.8.1
Compare Source
Patch Changes
0c6303d
Thanks @carlocorradini! - Set cwd while resolving tsconfig includev3.8.0
Compare Source
Minor Changes
#345
fcc8883
Thanks @carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.#346
c124e87
Thanks @carlocorradini! - Update get-tsconfig to the the latest version. We now support the${configDir}
variable, introduced in TypeScript 5.5.v3.7.0
Compare Source
Minor Changes
#326
93ea130
Thanks @SukkaW! - This version has implemented theeslint-plugin-import-x
's v3 resolver interface. This allows you to use import/require to referenceeslint-import-resolver-typescript
directly in your ESLint flat config:Previously
Now
Note that this only works with
eslint-plugin-import-x@>=4.5.0
. You can't usecreateTypeScriptImportResolver
with the older versions ofeslint-plugin-import-x
or any existing versions ofeslint-plugin-import
.v3.6.3
Compare Source
Patch Changes
#305
f8d7b82
Thanks @SukkaW! - Fix resolve fornode:test
,node:sea
, andnode:sqlite
without sacrificing installation size#288
a4c6c78
Thanks @SunsetTechuila! - fix: ignore bun built-in modulesimport-js/eslint-plugin-import (eslint-plugin-import)
v2.32.0
Compare Source
Added
enforce-node-protocol-usage
] rule andimport/node-version
setting ([#3024], thanks [@GoldStrikeArch] and [@sevenc-nanashi])extensions
]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier ([#3105], thanks [@Xunnamius])order
]: addsortTypesGroup
option to allow intragroup sorting of type-only imports ([#3104], thanks [@Xunnamius])order
]: addnewlines-between-types
option to control intragroup sorting of type-only imports ([#3127], thanks [@Xunnamius])order
]: addconsolidateIslands
option to collapse excess spacing for aesthetically pleasing imports ([#3129], thanks [@Xunnamius])Fixed
no-unused-modules
]: provide more meaningful error message when no .eslintrc is present ([#3116], thanks [@michaelfaith])order
]: ensure arcane imports do not cause undefined behavior ([#3128], thanks [@Xunnamius])order
]: resolve undefined property access issue when usingnamed
ordering ([#3166], thanks [@Xunnamius])enforce-node-protocol-usage
]: avoid a crash with some TS code ([#3173], thanks [@ljharb])order
]: codify invariants from docs into config schema ([#3152], thanks [@Xunnamius])Changed
extensions
], [order
]: improve documentation ([#3106], thanks [@Xunnamius])tseslint.config()
([#3125], thanks [@lnuvy])order
]: remove unnecessary negative check ([#3167], thanks [@JounQin])no-unused-modules
]: add missing double quote ([#3191], thanks [@albertpastrana])no-restricted-paths
: clarify wording and fix errors ([#3172], thanks [@greim])v2.31.0
Compare Source
Added
order
]: allow validating named imports ([#3043], thanks [@manuth])extensions
]: add thecheckTypeImports
option ([#2817], thanks [@phryneas])Fixed
ExportMap
/ flat config: includelanguageOptions
in context ([#3052], thanks [@michaelfaith])no-named-as-default
]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz])export
]: False positive for exported overloaded functions in TS ([#3065], thanks [@liuxingbaoyu])exportMap
: export map cache is tainted by unreliable parse results ([#3062], thanks [@michaelfaith])exportMap
: improve cacheKey when using flat config ([#3072], thanks [@michaelfaith])Changed
no-relative-packages
]: fix typo ([#3066], thanks [@joshuaobrien])no-cycle
]: dont scc for each linted file ([#3068], thanks [@soryy708])no-cycle
]: adddisableScc
to docs ([#3070], thanks [@soryy708])RuleTester
([#3071], thanks [@G-Rath])no-restricted-paths
]: fix grammar ([#3073], thanks [@unbeauvoyage])no-default-export
], [no-named-export
]: add test case (thanks [@G-Rath])v2.30.0
Compare Source
Added
dynamic-import-chunkname
]: addallowEmpty
option to allow empty leading comments ([#2942], thanks [@JiangWeixian])dynamic-import-chunkname
]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode ([#3004], thanks [@amsardesai])no-unused-modules
]: AddignoreUnusedTypeExports
option ([#3011], thanks [@silverwind])Fixed
no-extraneous-dependencies
]: allow wrong path ([#3012], thanks [@chabb])no-cycle
]: use scc algorithm to optimize ([#2998], thanks [@soryy708])no-duplicates
]: Removing duplicates breaks in TypeScript ([#3033], thanks [@yesl-kim])newline-after-import
]: fix considerComments option when require ([#2952], thanks [@developer-bandi])order
]: do not compare first path segment for relative paths ([#2682]) ([#2885], thanks [@mihkeleidast])Changed
no-extraneous-dependencies
]: Make glob pattern description more explicit ([#2944], thanks [@mulztob])no-unused-modules
]: add console message to help debug [#2866]ExportMap
: make procedures static instead of monkeypatching exportmap ([#2982], thanks [@soryy708])ExportMap
: separate ExportMap instance from its builder logic ([#2985], thanks [@soryy708])order
]: Add a quick note on how unbound imports and --fix ([#2640], thanks [@minervabot])exportMapBuilder
: avoid hoisting ([#2989], thanks [@soryy708])ExportMap
: extract "builder" logic to separate files ([#2991], thanks [@soryy708])order
]: update the description of thepathGroupsExcludedImportTypes
option ([#3036], thanks [@liby])prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.4
Compare Source
Patch Changes
#755
723f7a8
Thanks @kbrilla! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist
#751
cf52b30
Thanks @andreww2012! - fix: disallow extra properties in rule optionsv5.5.3
Compare Source
republish the latest version
Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3
v5.5.2
Compare Source
republish the latest version
Full Changelog: prettier/eslint-plugin-prettier@v5.5.1...v5.5.2
v5.5.1
Compare Source
Patch Changes
bfd1e95
Thanks @JounQin! - fix: useprettierRcOptions
directly for prettier 3.6+v5.5.0
Compare Source
Minor Changes
92f2c9c
Thanks @dotcarmen! - feat: support non-js languages likecss
for@eslint/css
andjson
for@eslint/json
v5.4.1
Compare Source
Patch Changes
c21521f
Thanks @JounQin! - fix(deps): bumpsynckit
to v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')
errorv5.4.0
Compare Source
Minor Changes
59a0cae
Thanks @yashtech00! - refactor: migrateworker.js
toworker.mjs
v5.3.1
Compare Source
Patch Changes
dcf2c80
Thanks @JounQin! - ci: enableNPM_CONFIG_PROVENANCE
envv5.3.0
Compare Source
Minor Changes
6fe0c90
Thanks @irsooti! - feat(types): preferConfig
overFlatConfig
when they're equalv5.2.6
Compare Source
Patch Changes
1451176
Thanks @renovate! - fix(deps): bumpsynckit
tov0.11.0
v5.2.5
Compare Source
Patch Changes
4f5513d
Thanks @JounQin! - fix: clarify correcteslint-config-prettier
peer rangev5.2.4
Compare Source
Patch Changes
b8cfe56
Thanks @JounQin! - chore: hourcekeeping, bump all (dev) depsv5.2.3
Compare Source
Patch Changes
9c6141f
Thanks @BPScott! - Add name field to recommended flat configv5.2.2
Compare Source
Patch Changes
aa5b59f
Thanks @ntnyq! - fix: report node when loc not foundv5.2.1
Compare Source
Patch Changes
ac036cc
Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1cdklabs/publib (jsii-release)
v0.2.1025
Compare Source
0.2.1025 (2025-10-20)
Bug Fixes
v0.2.1024
Compare Source
0.2.1024 (2025-10-13)
Bug Fixes
v0.2.1023
Compare Source
0.2.1023 (2025-10-06)
Bug Fixes
v0.2.1022
Compare Source
0.2.1022 (2025-09-30)
Features
v0.2.1021
Compare Source
0.2.1021 (2025-09-29)
Bug Fixes
v0.2.1020
Compare Source
0.2.1020 (2025-09-24)
Features
v0.2.1019
Compare Source
0.2.1019 (2025-09-22)
Bug Fixes
v0.2.1018
Compare Source
0.2.1018 (2025-09-16)
Bug Fixes
v0.2.1017
Compare Source
0.2.1017 (2025-09-16)
Bug Fixes
v0.2.1016
Compare Source
0.2.1016 (2025-09-15)
Bug Fixes
v0.2.1015
Compare Source
0.2.1015 (2025-09-08)
Bug Fixes
v0.2.1014
Compare Source
0.2.1014 (2025-09-01)
Bug Fixes
v0.2.1013
Compare Source
0.2.1013 (2025-08-25)
Bug Fixes
v0.2.1012
Compare Source
0.2.1012 (2025-08-18)
Bug Fixes
v0.2.1011
Compare Source
0.2.1011 (2025-08-11)
Bug Fixes
v0.2.1010
Compare Source
0.2.1010 (2025-08-10)
Bug Fixes
v0.2.1009
Compare Source
0.2.1009 (2025-08-08)
Features
v0.2.1008
Compare Source
0.2.1008 (2025-08-08)
Features
v0.2.1007
Compare Source
0.2.1007 (2025-08-04)
Bug Fixes
v0.2.1006
Compare Source
0.2.1006 (2025-08-04)
Bug Fixes
v0.2.1005
Compare Source
0.2.1005 (2025-07-28)
Bug Fixes
v0.2.1004
Compare Source
0.2.1004 (2025-07-21)
Bug Fixes
v0.2.1003
Compare Source
0.2.1003 (2025-07-17)
Bug Fixes
v0.2.1002
Compare Source
0.2.1002 (2025-07-08)
Bug Fixes
v0.2.1001
Compare Source
0.2.1001 (2025-06-30)
Bug Fixes
v0.2.1000
Compare Source
0.2.1000 (2025-06-23)
Bug Fixes
v0.2.999
Compare Source
0.2.999 (2025-06-16)
Bug Fixes
v0.2.998
Compare Source
0.2.998 (2025-06-09)
Bug Fixes
v0.2.997
Compare Source
0.2.997 (2025-06-03)
Bug Fixes
v0.2.996
Compare Source
0.2.996 (2025-05-31)
Bug Fixes
v0.2.995
Compare Source
0.2.995 (2025-05-30)
Bug Fixes
v0.2.994
Compare Source
0.2.994 (2025-05-29)
Bug Fixes
v0.2.993
Compare Source
0.2.993 (2025-05-28)
Bug Fixes
v0.2.992
Compare Source
[0.2.992](https://re
Configuration
📅 Schedule: Branch creation - "before 2am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.