-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
chore(deps): update lint #13671
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?
chore(deps): update lint #13671
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Size ReportBundles
Usages
|
@vue/compiler-core
@vue/compiler-dom
@vue/compiler-sfc
@vue/compiler-ssr
@vue/reactivity
@vue/runtime-core
@vue/runtime-dom
@vue/server-renderer
@vue/shared
vue
@vue/compat
commit: |
This PR contains the following updates:
^9.27.0
->^9.31.0
^4.13.1
->^4.16.1
^16.0.0
->^16.1.2
^3.5.3
->^3.6.2
^8.32.1
->^8.37.0
Release Notes
eslint/eslint (eslint)
v9.31.0
Compare Source
v9.30.1
Compare Source
v9.30.0
Compare Source
v9.29.0
Compare Source
v9.28.0
Compare Source
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.16.1
Compare Source
Patch Changes
#399
33f07b4
Thanks @JounQin! - fix: should only usecontext.physicalFilename
as fallback instead of main source#400
34adb40
Thanks @renovate! - chore(deps): bumpstable-hash-x
v0.2v4.16.0
Compare Source
Minor Changes
1c8b9ae
Thanks @Rel1cx and @JounQin! - feat: portreact-x/prefer-react-namespace-import
intoprefer-namespace-import
Patch Changes
#393
14cb948
Thanks @lnhrdt and @JounQin! - fix(extensions): always calculatefix
option#388
1089d9f
Thanks @JounQin! - fix: takecontext.cwd
into account for cache key#390
8ca9272
Thanks @JounQin, @scytacki and @arcanis! - fix: pnp issue when used in a monorepov4.15.2
Compare Source
Patch Changes
#378
cdb95ba
Thanks @error-four-o-four! - chore: adopt newdeprecated: DeprecatedInfo
meta rule option#383
738a7cf
Thanks @JounQin! - fix: get npm client and install command correctly#382
d536756
Thanks @JounQin! - chore: bumpunrs-resolver
tov1.9.0
, it'll fallback tonapi-postinstall
check at runtimev4.15.1
Compare Source
Patch Changes
#373
90ec1f1
Thanks @JounQin! - chore: migratestable-hash
tostable-hash-x
#371
4f97a1a
Thanks @dword-design and @JounQin! - fix: takecontext.cwd
into account for glob options of rulesno-extraneous-dependencies
andno-unassigned-import
#371
4f97a1a
Thanks @JounQin! - fix: enablenocomment: true
for glob options of rulesno-import-module-exports
andno-namespace
#368
74a16c5
Thanks @JoseGoncalves! - fix: droplanguageOptions
config fromflat/recommended
v4.15.0
Compare Source
Minor Changes
8bd40d8
Thanks @JounQin! - refactor: drop @typescript-eslint/utils on productionv4.14.2
Compare Source
Patch Changes
#360
3a3f5f8
Thanks @JounQin! - fix: try/catchenumerator.iterateFiles
gracefully#357
46c8bc6
Thanks @JounQin! - chore(deps): bump@typescript-eslint/utils
andunrs-resolver
v4.14.1
Compare Source
Patch Changes
81f3d31
Thanks @JounQin! - fix: tslib is no longer used because we're targeting ES2022v4.14.0
Compare Source
Minor Changes
#272
43cdd21
Thanks @SukkaW and @JounQin! - feat: map legacy node resolver to the new one with fallback support#350
12a7cda
Thanks @43081j! - Expose flat configs inconfigs
object to allow use of ESLintextends
Patch Changes
3bc48fc
Thanks @JounQin! - fix: enablenocomment
glob option for ruleno-unassigned-import
'sallow
optionv4.13.3
Compare Source
Patch Changes
f949929
Thanks @JounQin! - fix(types): exportedimportX
should also haveflatConfigs
as propertyv4.13.2
Compare Source
Patch Changes
#344
2c007d0
Thanks @JounQin! - fix: share same plugin reference for default export#346
2991f2e
Thanks @JounQin! - fix: ruledynamic-import-chunkname
crash due to ts migration#342
a55dcc7
Thanks @JounQin! - fix(deps): bumpeslint-import-context
to v0.1.5lint-staged/lint-staged (lint-staged)
v16.1.2
Compare Source
Patch Changes
#1570
a7c0c88
Thanks @ItsNickBarry! - When using--diff-filter
with theD
option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error fromgit add
likefatal: pathspec 'deleted-file' did not match any files
.38f942e
Thanks @iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles
to console output.v16.1.1
Compare Source
Patch Changes
#1565
3686977
Thanks @iiroj! - Lint-staged now explicitly warns about potential data loss when using--no-stash
.#1571
02299a9
Thanks @iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.#1563
bc61c74
Thanks @iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stash
option. This happened because--no-stash
implied--no-hide-partially-staged
, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.The previous (incorrect) behavior can still be achieved by using both options
--no-stash --no-hide-partially-staged
at the same time.v16.1.0
Compare Source
Minor Changes
#1536
e729daa
Thanks @iiroj! - A new flag--no-revert
has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.#1550
b27fa3f
Thanks @iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.Patch Changes
c37dc38
Thanks @iiroj! - The minimum required Node.js version is lowered to20.17
following [email protected].prettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1
Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlines
library to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlines
did not already closethem.
v3.6.0
Compare Source
diff
🔗 Release Notes
typescript-eslint/typescript-eslint (typescript-eslint)
v8.37.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.36.0
Compare Source
🚀 Features
basePath
intseslint.config()
(#11357)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.35.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.35.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.34.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.34.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.33.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.33.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.