Bump the all-dependencies group with 42 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(6 months ago)
(6 months ago)
(6 months ago)
by github-actions[bot]
dependencies javascript
Bumps the all-dependencies group with 42 updates:
Updates eslint from 9.25.1 to 9.28.0
Release notes
Sourced from eslint's releases.
v9.28.0
Features
b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)81c3c93fix: curly types (#19750) (Eli)Documentation
3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])v9.27.0
Features
d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)Bug Fixes
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.28.0 - May 30, 2025
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93fix: curly types (#19750) (Eli)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)v9.27.0 - May 16, 2025
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
... (truncated)
Commits
f341f219.28.0779dda9Build: changelog update for 9.28.0175b7b8chore: upgrade to@eslint/js@9.28.0(#19802)844f5a6chore: package.json update for@eslint/jsreleaseb0674befeat: Customization of serialization for languageOptions (#19760)3ec2082docs: Nested arrays in files config entry (#19799)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773)- Additional commits viewable in compare view
Updates next from 15.3.1 to 15.3.3
Release notes
Sourced from next's releases.
v15.3.3
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Reinstate
vary(#79939)- fix(next-swc): Fix interestingness detection for React Compiler (#79558)
- fix(next-swc): Fix react compiler usefulness detector (#79480)
- fix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)
- Client router should discard stale prefetch entries for static pages (#79362)
Credits
Huge thanks to
@gaojude,@kdy1,@bgw, and@unstubbablefor helping!v15.3.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- backport: fix(turbopack): Store persistence of wrapped task on RawVc::LocalOutput (#78488) (#78883)
@next/mdx: Use stable turbopack config options (#78880)- Fix react-compiler: Fix detection of interest (#78879)
- Fix turbopack: Backport sourcemap bugfix (#78881)
- [next-server] preserve rsc query for rsc redirects (#78876)
- Update middleware public/static matching (#78875)
Credits
Huge thanks to
@ijjk,@huozhi,@kdy1,@wbinnssmith, and@bgwfor helping!
Commits
3ab8db7v15.3.318c8113[backport] Reinstatevary(#79939)e18212fre-enable vary header deploy test (#79753)ec202ecRevert "[next-server] skip setting vary header for basic routes" (#79426)e2f264ffix(next-swc): Fix interestingness detection for React Compiler (15.3) (#79558)562fac7fix(next-swc): Fix react compiler usefulness detector (15.3) (#79480)06097fdfix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)bda731fClient router should discard stale prefetch entries for static pages (#79362)d9ec4a4v15.3.23def5ffbackport: fix(turbopack): Store persistence of wrapped task on RawVc::LocalOu...- Additional commits viewable in compare view
Updates @types/node from 22.15.3 to 22.15.29
Commits
- See full diff in compare view
Updates @types/react from 19.1.2 to 19.1.6
Commits
- See full diff in compare view
Updates @types/react-dom from 19.1.3 to 19.1.5
Commits
- See full diff in compare view
Updates eslint-config-next from 15.3.1 to 15.3.3
Release notes
Sourced from eslint-config-next's releases.
v15.3.3
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Reinstate
vary(#79939)- fix(next-swc): Fix interestingness detection for React Compiler (#79558)
- fix(next-swc): Fix react compiler usefulness detector (#79480)
- fix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)
- Client router should discard stale prefetch entries for static pages (#79362)
Credits
Huge thanks to
@gaojude,@kdy1,@bgw, and@unstubbablefor helping!v15.3.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- backport: fix(turbopack): Store persistence of wrapped task on RawVc::LocalOutput (#78488) (#78883)
@next/mdx: Use stable turbopack config options (#78880)- Fix react-compiler: Fix detection of interest (#78879)
- Fix turbopack: Backport sourcemap bugfix (#78881)
- [next-server] preserve rsc query for rsc redirects (#78876)
- Update middleware public/static matching (#78875)
Credits
Huge thanks to
@ijjk,@huozhi,@kdy1,@wbinnssmith, and@bgwfor helping!
Commits
3ab8db7v15.3.3d9ec4a4v15.3.2- See full diff in compare view
Updates postcss from 8.5.3 to 8.5.4
Release notes
Sourced from postcss's releases.
8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary).
Changelog
Sourced from postcss's changelog.
8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary).
Commits
6cb4a66Release 8.5.4 versionec5c1e0Update dependenciese85e938Fix code format5054233fixed error at line 401 (#2046)0538b63docs: Update README.md (#2044)b5f407fAddpostcss-fontsource-urlto plugins (#2043)94b5260Clarify documentation fornode.source.end.offset(#2032)a20724aFix Markdown syntaxcf6b969fix: add a mention for postcssense extension (#2040)ff48c29Increase size- Additional commits viewable in compare view
Updates prettier-plugin-merge from 0.7.3 to 0.7.4
Release notes
Sourced from prettier-plugin-merge's releases.
v0.7.4
What's Changed
- Further improves the process of applying patches by
@ony3000in ony3000/prettier-plugin-merge#37Full Changelog: https://github.com/ony3000/prettier-plugin-merge/compare/v0.7.3...v0.7.4
Commits
db5f524chore: release 0.7.42333551Merge pull request #37 from ony3000/fix-patching-process-againa54f1d2perf: use appropriately cropped unscanned text when checking word diffs302a295perf: use word diffs instead of character diffs92c94bcrefactor: tidy up some code69fa93dchore: remove duplicate patch text8666178fix: calculate length of scanned text precisely75504e2fix: check word diffs even when there is only one conflicting patch735c10efix: calculate length of scanned text precisely7f80d2frefactor: rename variables- Additional commits viewable in compare view
Updates prettier-plugin-tailwindcss from 0.6.11 to 0.6.12
Release notes
Sourced from prettier-plugin-tailwindcss's releases.
v0.6.12
- Add internal (unsupported) option to load Tailwind CSS using a different package name (#366)
Changelog
Sourced from prettier-plugin-tailwindcss's changelog.
[0.6.12] - 2025-05-30
- Add internal (unsupported) option to load Tailwind CSS using a different package name (#366)
Commits
Updates tailwindcss from 4.1.5 to 4.1.8
Release notes
Sourced from tailwindcss's releases.
v4.1.8
Added
- Improve error messages when
@applyfails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcssin pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-nonetoorder-0(#18126)- Support Leptos
class:attributes when extracting classes (#18093)- Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
- Upgrade: Migrate
-mt-[0px]tomt-[0px]instead of the other way around (#18154)- Fix Haml pre-processing crash when there is no
\nat the end of the file (#18155)- Ignore
.pnpm-storefolders by default (can be overridden by@source …rules) (#18163)- Fix PostCSS crash when calling
toJSON()(#18083)v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)v4.1.6
Added
- Upgrade: Automatically convert arbitrary values to named values when possible (e.g.
h-[1lh]toh-lh) (#17831, #17854)- Upgrade: Update dependencies in parallel for improved performance (#17898)
- Add detailed logging about
@sourcedirectives, discovered files and scanned files when usingDEBUG=*(#17906, #17952)- Add support for generating source maps in development (#17775)
Fixed
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
[4.1.8] - 2025-05-27
Added
- Improve error messages when
@applyfails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcssin pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-nonetoorder-0(#18126)- Support Leptos
class:attributes when extracting classes (#18093)- Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
- Upgrade: Migrate
-mt-[0px]tomt-[0px]instead of the other way around (#18154)- Fix Haml pre-processing crash when there is no
\nat the end of the file (#18155)- Ignore
.pnpm-storefolders by default (can be overridden by@source …rules) (#18163)- Fix PostCSS crash when calling
toJSON()(#18083)[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)selectors in legacy JS plugins (#18020)- Ensure classes containing
.are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)[4.1.6] - 2025-05-09
Added
- Upgrade: Automatically convert arbitrary values to named values when possible (e.g.
h-[1lh]toh-lh) (#17831, #17854)- Upgrade: Update dependencies in parallel for improved performance (#17898)
- Add detailed logging about
@sourcedirectives, discovered files and scanned files when usingDEBUG=*(#17906, #17952)- Add support for generating source maps in development (#17775)
Fixed
... (truncated)
Commits
193eb84Release v4.1.8 (#18164)4bfacb3Improve error messages when@applyfails (#18059)884f02cFix "Cannot read properties of undefined" crash on malformed arbitrary value ...9cb3899Upgrade deprecatedorder-nonetoorder-0(#18126)74e084aPrepare v4.1.7 release (#18040)f3157cdIgnore custom variants with:merge(…)selectors (#18020)4db711dFix-rotate-*with arbitary values (#18014)4fba87bUpgrade lightningcss to1.30.0(#17979)0d975f5Update dedent 1.5.3 → 1.6.0 (minor) (#17965)f0986cePrevent duplicate suggestions when using@themeand@utilitytogether (#1...- Additional commits viewable in compare view
Updates @eslint-community/eslint-utils from 4.6.1 to 4.7.0
Release notes
Sourced from @eslint-community/eslint-utils's releases.
v4.7.0
4.7.0 (2025-05-02)
Bug Fixes
Features
Commits
Updates @eslint/config-helpers from 0.2.1 to 0.2.2
Release notes
Sourced from @eslint/config-helpers's releases.
plugin-kit: v0.2.2
0.2.2 (2024-10-25)
Dependencies
- The following workspace dependencies were updated <...
Description has been truncated
Pull Request Statistics
1
2
+435
-387
Package Dependencies
@typescript-eslint/parser
npm
8.31.1 → 8.33.0
Minor
prettier-plugin-tailwindcss
npm
0.6.11 → 0.6.12
Patch
@typescript-eslint/eslint-plugin
npm
8.31.1 → 8.33.0
Minor
@typescript-eslint/scope-manager
npm
8.31.1 → 8.33.0
Minor
@typescript-eslint/type-utils
npm
8.31.1 → 8.33.0
Minor
@typescript-eslint/typescript-estree
npm
8.31.1 → 8.33.0
Minor
@typescript-eslint/visitor-keys
npm
8.31.1 → 8.33.0
Minor
@eslint-community/eslint-utils
npm
4.6.1 → 4.7.0
Minor
@next/swc-linux-arm64-gnu
npm
15.3.1 → 15.3.3
Patch
@next/swc-linux-arm64-musl
npm
15.3.1 → 15.3.3
Patch
@next/swc-win32-arm64-msvc
npm
15.3.1 → 15.3.3
Patch
Technical Details
| ID: | 785866 |
| UUID: | 2557725424 |
| Node ID: | PR_kwDOM7lxl86Yc8rw |
| Host: | GitHub |
| Repository: | Timdatabase/Timdatabase.github.io |
| Merge State: | Unknown |