-
Notifications
You must be signed in to change notification settings - Fork 3
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 dependency upgrades - non-major #556
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
size-limit report 📦
|
006348e
to
f5cdedc
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
f5cdedc
to
2d0470a
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
20.14.10
->20.14.11
8.0.0-alpha.41
->8.0.0-alpha.45
8.0.0-alpha.41
->8.0.0-alpha.45
8.0.0-alpha.41
->8.0.0-alpha.45
8.0.0-alpha.41
->8.0.0-alpha.45
9.6.0
->9.7.0
8.5.0
->8.6.9
3.3.2
->3.3.3
7.6.2
->7.6.3
16.6.1
->16.7.0
29.2.2
->29.2.3
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.0.0-alpha.45
Compare Source
v8.0.0-alpha.44
Compare Source
v8.0.0-alpha.43
Compare Source
v8.0.0-alpha.42
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.0.0-alpha.45
Compare Source
v8.0.0-alpha.44
Compare Source
v8.0.0-alpha.43
Compare Source
v8.0.0-alpha.42
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/scope-manager)
v8.0.0-alpha.45
Compare Source
v8.0.0-alpha.44
Compare Source
v8.0.0-alpha.43
Compare Source
v8.0.0-alpha.42
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/utils)
v8.0.0-alpha.45
Compare Source
v8.0.0-alpha.44
Compare Source
v8.0.0-alpha.43
Compare Source
v8.0.0-alpha.42
Compare Source
eslint/eslint (eslint)
v9.7.0
Compare Source
Features
7bd9839
feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)1381394
feat: addregex
option inno-restricted-imports
(#18622) (Nitin Kumar)Bug Fixes
14e9f81
fix: destructuring in catch clause inno-unused-vars
(#18636) (Francesco Trotta)Documentation
9f416db
docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)c8d26cb
docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)6e79ac7
docs:loadESLint
does not support optioncwd
(#18641) (Francesco Trotta)Chores
793b718
chore: upgrade @eslint/js@9.7.0 (#18680) (Francesco Trotta)7ed6f9a
chore: package.json update for @eslint/js release (Jenkins)7bcda76
refactor: Add type references (#18652) (Nicholas C. Zakas)51bf57c
chore: add tech sponsors through actions (#18624) (Strek)6320732
refactor: don't useparent
property inNodeEventGenerator
(#18653) (Milos Djermanovic)9e6d640
refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)upleveled/eslint-config-upleveled (eslint-config-upleveled)
v8.6.8
Compare Source
d7d7519
2683540
v8.6.7
Compare Source
b970e64
8188c16
v8.6.6
Compare Source
v8.6.5
Compare Source
762452c
d38c44f
v8.6.4
Compare Source
4deff1f
87159bb
b58dac9
dd5467a
v8.6.3
Compare Source
@typescript-eslint/no-namespace
2e1673d
449e1da
v8.6.2
Compare Source
bb7cde7
624bd07
v8.6.1
Compare Source
4d741c4
4c81083
27242f3
574a9b9
v8.6.0
Compare Source
9e2a743
85f68a2
b0f6d7d
c53de01
7e50f0f
prettier/prettier (prettier)
v3.3.3
Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@let
declaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@let
declaration syntax.Please see the following code example. The
@let
declaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
npm/node-semver (semver)
v7.6.3
Compare Source
Bug Fixes
73a3d79
#726 optimize Range parsing and formatting (#726) (@jviide)Documentation
2975ece
#719 fix extra backtick typo (#719) (@stdavis)stylelint/stylelint (stylelint)
v16.7.0
Compare Source
tap
formatter to support TAP14 (#7759) (@Mouvedia).url
secondary option (#7743) (@emmacharp).at-rule-no-unknown
false positives for@historical-forms
and@font-palette-values
(#7774) (@Mouvedia).at-rule-no-unknown
false positives for@view-transition
(#7753) (@sebdanielsson).at-rule-no-vendor-prefix
false negatives for@-moz-document
and@-webkit-viewport
(#7772) (@Mouvedia).comment-whitespace-inside
end positions (#7744) (@Mouvedia).declaration-block-no-duplicate-properties
reported ranges (#7758) (@Mouvedia).declaration-block-no-redundant-longhand-properties
/declaration-block-no-shorthand-property-overrides
false negatives forfont-variant
(#7734) (@Bilie).font-family-name-quotes
false negatives for-moz-*
/-webkit-*
keywords (#7777) (@Mouvedia).font-family-no-missing-generic-family-keyword
false negatives for font families which names match a CSS3font-variant
keyword (#7823) (@Mouvedia).function-name-case
end positions (#7747) (@Mouvedia).function-no-unknown
performance by reducing file read count (#7801) (@ybiquitous).media-feature-name-no-vendor-prefix
autofix (#7770) (@Mouvedia).no-invalid-double-slash-comments
reported ranges (#7768) (@Mouvedia).property-no-unknown
false positives fornavigation
and miscellaneous legacy properties (#7764) (@Mouvedia).quietDeprecationWarnings
to suppressstylelint:003
warning (#7837) (@ybiquitous).selector-no-vendor-prefix
autofix (#7763) (@Mouvedia).selector-not-notation
end positions when new lines are part of the selector (#7755) (@Mouvedia).selector-type-case
end positions (#7752) (@Mouvedia).shorthand-property-no-redundant-values
false negatives for logical properties,overflow
,overscroll-behavior
,scroll-margin
andscroll-padding
(#7808) (@Mouvedia).string-no-newline
false positives for escaped multi-line (#7818) (@romainmenke).value-keyword-case
end positions (#7760) (@Mouvedia).stylelint.utils.checkAgainstRule()
for Promise-based rules (#7821) (@aaronccasanova).stylelint.utils.checkAgainstRule()
to useresult.stylelint
if present (#7833) (@ybiquitous).tap
formatter (#7759) (@Mouvedia).kulshekhar/ts-jest (ts-jest)
v29.2.3
Compare Source
Configuration
📅 Schedule: Branch creation - "after 4pm on thursday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.