Bump the all-dependencies group with 42 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
(3 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
b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)81c3c93
fix: curly types (#19750) (Eli)Documentation
3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])v9.27.0
Features
d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0
feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7e
feat: addallowRegexCharacters
tono-useless-escape
(#19705) (sethamus)7bc6c71
feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364
feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cd
feat: support TS syntax inmax-params
(#19557) (Nitin Kumar)Bug Fixes
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.28.0 - May 30, 2025
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93
fix: curly types (#19750) (Eli)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)v9.27.0 - May 16, 2025
f8f1560
chore: upgrade@eslint/js
@9
.27.0 (#19739) (Milos Djermanovic)ecaef73
chore: package.json update for@eslint/js
release (Jenkins)25de550
docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6
docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7
fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6
chore: update dependency@arethetypeswrong/cli
to ^0.18.0 (#19732) (renovate[bot])ba456e0
feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33
fix: correct types and tighten type definitions inSourceCode
class (#19731) (루밀LuMir)4d0c60d
docs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0
chore: remove unbalanced curly brace from.editorconfig
(#19730) (Maria José Solano)e86edee
refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7e
feat: addallowRegexCharacters
tono-useless-escape
(#19705) (sethamus)cf36352
chore: remove shared types (#19718) (Francesco Trotta)f60f276
refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
... (truncated)
Commits
f341f21
9.28.0779dda9
Build: changelog update for 9.28.0175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802)844f5a6
chore: package.json update for@eslint/js
releaseb0674be
feat: Customization of serialization for languageOptions (#19760)3ec2082
docs: Nested arrays in files config entry (#19799)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI 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@unstubbable
for 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@bgw
for helping!
Commits
3ab8db7
v15.3.318c8113
[backport] Reinstatevary
(#79939)e18212f
re-enable vary header deploy test (#79753)ec202ec
Revert "[next-server] skip setting vary header for basic routes" (#79426)e2f264f
fix(next-swc): Fix interestingness detection for React Compiler (15.3) (#79558)562fac7
fix(next-swc): Fix react compiler usefulness detector (15.3) (#79480)06097fd
fix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)bda731f
Client router should discard stale prefetch entries for static pages (#79362)d9ec4a4
v15.3.23def5ff
backport: 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@unstubbable
for 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@bgw
for helping!
Commits
3ab8db7
v15.3.3d9ec4a4
v15.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
6cb4a66
Release 8.5.4 versionec5c1e0
Update dependenciese85e938
Fix code format5054233
fixed error at line 401 (#2046)0538b63
docs: Update README.md (#2044)b5f407f
Addpostcss-fontsource-url
to plugins (#2043)94b5260
Clarify documentation fornode.source.end.offset
(#2032)a20724a
Fix Markdown syntaxcf6b969
fix: add a mention for postcssense extension (#2040)ff48c29
Increase 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
@ony3000
in ony3000/prettier-plugin-merge#37Full Changelog: https://github.com/ony3000/prettier-plugin-merge/compare/v0.7.3...v0.7.4
Commits
db5f524
chore: release 0.7.42333551
Merge pull request #37 from ony3000/fix-patching-process-againa54f1d2
perf: use appropriately cropped unscanned text when checking word diffs302a295
perf: use word diffs instead of character diffs92c94bc
refactor: tidy up some code69fa93d
chore: remove duplicate patch text8666178
fix: calculate length of scanned text precisely75504e2
fix: check word diffs even when there is only one conflicting patch735c10e
fix: calculate length of scanned text precisely7f80d2f
refactor: 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
@apply
fails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>
blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcss
in pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-none
toorder-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
\n
at the end of the file (#18155)- Ignore
.pnpm-store
folders 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
@theme
and@utility
together (#17675)- Ensure that media queries within
::before
and::after
pseudo 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
@source
directives, 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
@apply
fails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>
blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcss
in pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-none
toorder-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
\n
at the end of the file (#18155)- Ignore
.pnpm-store
folders 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
@theme
and@utility
together (#17675)- Ensure that media queries within
::before
and::after
pseudo 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
@source
directives, discovered files and scanned files when usingDEBUG=*
(#17906, #17952)- Add support for generating source maps in development (#17775)
Fixed
... (truncated)
Commits
193eb84
Release v4.1.8 (#18164)4bfacb3
Improve error messages when@apply
fails (#18059)884f02c
Fix "Cannot read properties of undefined" crash on malformed arbitrary value ...9cb3899
Upgrade deprecatedorder-none
toorder-0
(#18126)74e084a
Prepare v4.1.7 release (#18040)f3157cd
Ignore custom variants with:merge(…)
selectors (#18020)4db711d
Fix-rotate-*
with arbitary values (#18014)4fba87b
Upgrade lightningcss to1.30.0
(#17979)0d975f5
Update dedent 1.5.3 → 1.6.0 (minor) (#17965)f0986ce
Prevent duplicate suggestions when using@theme
and@utility
together (#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 |