Bump the all-dependencies group with 40 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(2 months ago)
(2 months ago)
dependencies javascript
Bumps the all-dependencies group with 40 updates:
Updates eslint from 9.34.0 to 9.36.0
Release notes
Sourced from eslint's releases.
v9.36.0
Features
Bug Fixes
75b74d8fix: add missing rule option types (#20127) (ntnyq)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)Documentation
b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)31d9392docs: fix typos (#20118) (Pixel998)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)91f97c5docs: Update README (GitHub Actions Bot)Chores
12411e8chore: upgrade@eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6chore: package.json update for@eslint/jsrelease (Jenkins)bac82a2ci: simplify renovate configuration (#19907) (唯然)c00bb37ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751drefactor: usedefaultOptionsin rules (#20121) (Pixel998)1ace67dchore: update example to usedefineConfig(#20111) (루밀LuMir)4821963test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#20094) (Milos Djermanovic)7bb498dtest: remove deprecatedtypeproperty from core rule tests (#20093) (Pixel998)e10cf2aci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4refactor: usemeta.defaultOptionsinpreserve-caught-error(#20080) (Pixel998)f9f7cb5chore: package.json update for eslint-config-eslint release (Jenkins)81764b2chore: updateeslintpeer dependency ineslint-config-eslint(#20079) (Milos Djermanovic)v9.35.0
Features
42761fafeat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)e51fffffeat: addpreserve-caught-errorrule (#19913) (Amnish Singh Arora)Bug Fixes
10e7ae2fix: update uncloneable options error message (#20059) (soda-sorcery)bfa4601fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11defix: addbeforeandafterto test case types (#20049) (Francesco Trotta)dabbe95fix: correct types forno-restricted-importsrule (#20034) (Milos Djermanovic)ea789c7fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)Documentation
d265515docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)a355a0edocs: invert comparison logic for example inno-vardoc page (#20064) (OTonGitHub)5082fc2docs: Update README (GitHub Actions Bot)99cfd7edocs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.36.0 - September 19, 2025
12411e8chore: upgrade@eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6chore: package.json update for@eslint/jsrelease (Jenkins)b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)47afcf6feat: correctpreserve-caught-erroredge cases (#20109) (Francesco Trotta)75b74d8fix: add missing rule option types (#20127) (ntnyq)bac82a2ci: simplify renovate configuration (#19907) (唯然)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)c00bb37ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751drefactor: usedefaultOptionsin rules (#20121) (Pixel998)31d9392docs: fix typos (#20118) (Pixel998)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)1ace67dchore: update example to usedefineConfig(#20111) (루밀LuMir)4821963test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#20094) (Milos Djermanovic)7bb498dtest: remove deprecatedtypeproperty from core rule tests (#20093) (Pixel998)91f97c5docs: Update README (GitHub Actions Bot)e10cf2aci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4refactor: usemeta.defaultOptionsinpreserve-caught-error(#20080) (Pixel998)f9f7cb5chore: package.json update for eslint-config-eslint release (Jenkins)81764b2chore: updateeslintpeer dependency ineslint-config-eslint(#20079) (Milos Djermanovic)v9.35.0 - September 5, 2025
da87f2fchore: upgrade@eslint/js@9.35.0 (#20077) (Milos Djermanovic)af2a087chore: package.json update for@eslint/jsrelease (Jenkins)d265515docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)7055764test: removetests/lib/eslint/eslint.config.js(#20065) (Milos Djermanovic)10e7ae2fix: update uncloneable options error message (#20059) (soda-sorcery)42761fafeat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)84ffb96chore: update@eslint-community/eslint-utils(#20069) (Francesco Trotta)a355a0edocs: invert comparison logic for example inno-vardoc page (#20064) (OTonGitHub)e51fffffeat: addpreserve-caught-errorrule (#19913) (Amnish Singh Arora)5082fc2docs: Update README (GitHub Actions Bot)d5ef939refactor: remove deprecatedcontext.parserOptionsusage across rules (#20060) (sethamus)1b3881dchore: remove redundant word (#20058) (pxwanglu)99cfd7edocs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)bfa4601fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11defix: addbeforeandafterto test case types (#20049) (Francesco Trotta)6ad8973docs: update--no-ignoreand--ignore-patterndocumentation (#20036) (Francesco Trotta)dabbe95fix: correct types forno-restricted-importsrule (#20034) (Milos Djermanovic)8033b19docs: add documentation for--no-config-lookup(#20033) (Francesco Trotta)ea789c7fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits
b4857e59.36.05878a42Build: changelog update for 9.36.012411e8chore: upgrade@eslint/js@9.36.0 (#20139)488cba6chore: package.json update for@eslint/jsreleaseb73ab12docs: update examples to usedefineConfig(#20131)47afcf6feat: correctpreserve-caught-erroredge cases (#20109)75b74d8fix: add missing rule option types (#20127)bac82a2ci: simplify renovate configuration (#19907)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116)c00bb37ci: bump actions/labeler from 5 to 6 (#20090)- Additional commits viewable in compare view
Updates next from 15.5.2 to 15.5.4
Release notes
Sourced from next's releases.
v15.5.4
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: ensure onRequestError is invoked when otel enabled (#83343)
- fix: devtools initial position should be from next config (#83571)
- [devtool] fix overlay styles are missing (#83721)
- Turbopack: don't match dynamic pattern for node_modules packages (#83176)
- Turbopack: don't treat metadata routes as RSC (#82911)
- [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#83357)
- Turbopack: throw large static metadata error earlier (#82939)
- fix: error overlay not closing when backdrop clicked (#83981)
- Turbopack: flush Node.js worker IPC on error (#84077)
Misc Changes
- [CNA] use linter preference (#83194)
- CI: use KV for test timing data (#83745)
- docs: september improvements and fixes (#83997)
Credits
Huge thanks to
@yiminghe,@huozhi,@devjiwonchoi,@mischnic,@lukesandberg,@ztanner,@icyJoseph,@leerob,@fufuShih,@dwrth,@aymericzip,@obendev,@molebox,@OoMNoO,@pontasan,@styfle,@HondaYt,@ryuapp,@lpalmes, and@ijjkfor helping!v15.5.3
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: validation return types of pages API routes (#83069)
- fix: relative paths in dev in validator.ts (#83073)
- fix: remove satisfies keyword from type validation to preserve old TS compatibility (#83071)
Credits
Huge thanks to
@bgubfor helping!
Commits
40f1d78v15.5.4cb30f0a[backport] docs: september improvements and fixes (#83997)b6a32bb[backport] [CNA] use linter preference (#83194) (#84087)26d61f1[backport] Turbopack: flush Node.js worker IPC on error (#84079)e11e87a[backport] fix: error overlay not closing when backdrop clicked (#83981) (#83...0a29888[backport] fix: devtools initial position should be from next config (#83571)...7a53950[backport] Turbopack: don't treat metadata routes as RSC (#83804)050bdf1[backport] Turbopack: throw large static metadata error earlier (#83816)1f6ea09[backport] Turbopack: Improve handling of symlink resolution errors (#83805)c7d1855[backport] CI: use KV for test timing data (#83860)- Additional commits viewable in compare view
Updates @types/node from 24.3.0 to 24.6.1
Commits
- See full diff in compare view
Updates @types/react from 19.1.12 to 19.1.16
Commits
- See full diff in compare view
Updates eslint-config-next from 15.5.2 to 15.5.4
Release notes
Sourced from eslint-config-next's releases.
v15.5.4
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: ensure onRequestError is invoked when otel enabled (#83343)
- fix: devtools initial position should be from next config (#83571)
- [devtool] fix overlay styles are missing (#83721)
- Turbopack: don't match dynamic pattern for node_modules packages (#83176)
- Turbopack: don't treat metadata routes as RSC (#82911)
- [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#83357)
- Turbopack: throw large static metadata error earlier (#82939)
- fix: error overlay not closing when backdrop clicked (#83981)
- Turbopack: flush Node.js worker IPC on error (#84077)
Misc Changes
- [CNA] use linter preference (#83194)
- CI: use KV for test timing data (#83745)
- docs: september improvements and fixes (#83997)
Credits
Huge thanks to
@yiminghe,@huozhi,@devjiwonchoi,@mischnic,@lukesandberg,@ztanner,@icyJoseph,@leerob,@fufuShih,@dwrth,@aymericzip,@obendev,@molebox,@OoMNoO,@pontasan,@styfle,@HondaYt,@ryuapp,@lpalmes, and@ijjkfor helping!v15.5.3
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: validation return types of pages API routes (#83069)
- fix: relative paths in dev in validator.ts (#83073)
- fix: remove satisfies keyword from type validation to preserve old TS compatibility (#83071)
Credits
Huge thanks to
@bgubfor helping!
Commits
40f1d78v15.5.407d1cbcv15.5.3- See full diff in compare view
Updates prettier-plugin-classnames from 0.8.2 to 0.8.4
Release notes
Sourced from prettier-plugin-classnames's releases.
v0.8.4
What's Changed
- Correctly calculates the line positions of expressions when there are two or more line breaks inside a script tag by
@ony3000in ony3000/prettier-plugin-classnames#120Full Changelog: https://github.com/ony3000/prettier-plugin-classnames/compare/v0.8.3...v0.8.4
v0.8.3
What's Changed
- Support angular control flow blocks by
@ony3000in ony3000/prettier-plugin-classnames#118- docs: Auto-translate README and Wiki by
@openaitx-systemin ony3000/prettier-plugin-classnames#116New Contributors
@openaitx-systemmade their first contribution in ony3000/prettier-plugin-classnames#116Full Changelog: https://github.com/ony3000/prettier-plugin-classnames/compare/v0.8.2...v0.8.3
Commits
c436414chore: release 0.8.4073e728Merge pull request #120 from ony3000/fix-svelte-scriptbcb070dchore: rename variable7aac547fix: correctly calculate line positions of nodes located after script tag7d73623test: add tests that reproduce #119c2b2c02chore: release 0.8.3ca415faMerge pull request #116 from openaitx-system/Auto_translate_README_and_Wiki609b119Merge pull request #118 from ony3000/angular-control-flow44279bffix: add property needed to recursively traverse control flow blockc5e36datest: add tests that reproduce #117- Additional commits viewable in compare view
Updates tailwindcss from 4.1.12 to 4.1.13
Release notes
Sourced from tailwindcss's releases.
v4.1.13
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibilitywhen usingtransition(#18795)- Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariantvalues (#18798)- Replace deprecated
clipwithclip-pathinsr-only(#18769)- Hide internal fields from completions in
matchUtilities(#18820)- Ignore
.vercelfolders by default (can be overridden by@source …rules) (#18855)- Consider variants starting with
@-to be invalid (e.g.@-2xl:flex) (#18869)- Do not allow custom variants to start or end with a
-or_(#18867, #18872)- Upgrade: Migrate
ariatheme keys to@custom-variant(#18815)- Upgrade: Migrate
datatheme keys to@custom-variant(#18816)- Upgrade: Migrate
supportstheme keys to@custom-variant(#18817)
Changelog
Sourced from tailwindcss's changelog.
[4.1.13] - 2025-09-03
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibilitywhen usingtransition(#18795)- Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariantvalues (#18798)- Replace deprecated
clipwithclip-pathinsr-only(#18769)- Hide internal fields from completions in
matchUtilities(#18820)- Ignore
.vercelfolders by default (can be overridden by@source …rules) (#18855)- Consider variants starting with
@-to be invalid (e.g.@-2xl:flex) (#18869)- Do not allow custom variants to start or end with a
-or_(#18867, #18872)- Upgrade: Migrate
ariatheme keys to@custom-variant(#18815)- Upgrade: Migrate
datatheme keys to@custom-variant(#18816)- Upgrade: Migrate
supportstheme keys to@custom-variant(#18817)
Commits
1334c99Prepare v4.1.13 release (#18868)65dc530Do not allow variants to end with-or_(#18872)54c3f30Do not allow variants to start with-(#18867)494051cConsider variants starting with@-to be invalid (e.g.@-2xl:flex) (#18869)c318329chore: remove redundant words (#18853)ddc84b0update test after prettier changef1331a8run prettiere5513b6Fix missing code block delimiters in comment blocks (#18837)5e2a160Drop exact duplicate declarations from output CSS within a style rule (#18809)b1fb02aHide internal fields from completions inmatchUtilities(#18820)- Additional commits viewable in compare view
Updates typescript from 5.9.2 to 5.9.3
Commits
31a0eadDon't compare "missing" toundefinedincomparePropertiesunder `exactOpt...d4b15ebEnhance type argument completions (#62170)83ff202Bump the github-actions group across 1 directory with 2 updates (#62507)e350126Port microsoft/typescript-go#1764 (#62510)97610a8Port microsoft/typescript-go#1757 (#62501)1cd5309Port microsoft/typescript-go#1759 (#62502)5f183adRevert PR 61928 (#62423)6f6efb4Disable conditional exports fallbacks onnullvalues (#62483)96acaa5Remove no-default-lib (#62435)904e7ddEnablenoUncheckedSideEffectImportsby default (#62443)- Additional commits viewable in compare view
Updates @eslint-community/eslint-utils from 4.7.0 to 4.9.0
Release notes
Sourced from @eslint-community/eslint-utils's releases.
v4.9.0
4.9.0 (2025-09-08)
Features
v4.8.0
4.8.0 (2025-09-03)
Bug Fixes
Features
Commits
Updates @eslint/js from 9.34.0 to 9.36.0
Release notes
Sourced from @eslint/js's releases.
v9.36.0
Features
Bug Fixes
75b74d8fix: add missing rule option types (#20127) (ntnyq)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)Documentation
b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)31d9392docs: fix typos (#20118) (Pixel998)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)91f97c5docs: Update README (GitHub Actions Bot)Chores
12411e8chore: upgrade@eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6chore: package.json update for@eslint/jsrelease (Jenkins)bac82a2ci: simplify renovate configuration (#19907) (唯然)c00bb37ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751drefactor: usedefaultOptionsin rules (#20121) (Pixel998)1ace67dchore: update example to usedefineConfig(#20111) (루밀LuMir)4821963test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#20094) (Milos Djermanovic)7bb498dtest: remove deprecatedtypeproperty from core rule tests (#20093) (Pixel998)Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+339Deletions:
-356
Package Dependencies
@typescript-eslint/parser
npm
8.41.0 → 8.45.0
Minor
@typescript-eslint/eslint-plugin
npm
8.41.0 → 8.45.0
Minor
@typescript-eslint/project-service
npm
8.41.0 → 8.45.0
Minor
@typescript-eslint/scope-manager
npm
8.41.0 → 8.45.0
Minor
@typescript-eslint/tsconfig-utils
npm
8.41.0 → 8.45.0
Minor
@typescript-eslint/type-utils
npm
8.41.0 → 8.45.0
Minor
@typescript-eslint/typescript-estree
npm
8.41.0 → 8.45.0
Minor
@typescript-eslint/visitor-keys
npm
8.41.0 → 8.45.0
Minor
@eslint-community/eslint-utils
npm
4.7.0 → 4.9.0
Minor
@next/swc-linux-arm64-gnu
npm
15.5.2 → 15.5.4
Patch
@next/swc-linux-arm64-musl
npm
15.5.2 → 15.5.4
Patch
@next/swc-win32-arm64-msvc
npm
15.5.2 → 15.5.4
Patch
Technical Details
| ID: | 8948573 |
| UUID: | 2877009548 |
| Node ID: | PR_kwDOM7lxl86re66M |
| Host: | GitHub |
| Repository: | Timdatabase/Timdatabase.github.io |
| Merge State: | Unknown |