deps-dev: Bump the dev-minor-patch group with 11 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(18 days ago)
(18 days ago)
dependencies javascript
Bumps the dev-minor-patch group with 11 updates:
| Package | From | To |
|---|---|---|
| @axe-core/playwright | 4.11.3 |
4.12.1 |
| @playwright/test | 1.61.0 |
1.61.1 |
| @tailwindcss/postcss | 4.3.1 |
4.3.2 |
| eslint-config-next | 16.2.9 |
16.2.10 |
| postcss | 8.5.15 |
8.5.16 |
| prettier | 3.8.4 |
3.9.4 |
| qs | 6.15.2 |
6.15.3 |
| tailwindcss | 4.3.1 |
4.3.2 |
| tsx | 4.22.4 |
4.22.5 |
| typescript-eslint | 8.61.1 |
8.62.1 |
| undici | 8.5.0 |
8.6.0 |
Updates @axe-core/playwright from 4.11.3 to 4.12.1
Commits
- See full diff in compare view
Updates @playwright/test from 1.61.0 to 1.61.1
Release notes
Sourced from @playwright/test's releases.
v1.61.1
Bug Fixes
- #41365 [Bug]: Expect.Extend matcher with same name as default matcher in same expect instance overrides default matchers implementation to custom matcher
- #41351 [Bug]: Playwright UI mode: apiRequestContext._wrapApiCall reports unexpected number of bytes (same test passes in headed mode)
- #41360 [Bug]: Trace viewer: message times in websockets are downscaled by 1000
- #41311 [Bug]: [Regression]: Sync loader throws "context.conditions?.includes is not a function" on Node 22.15
- #41371 [Regression]: Sync ESM loader (registerHooks) fails to resolve extensionless .ts subpath imports across pnpm workspace symlinks
Commits
39e3553cherry-pick(#41399): fix(test): load require-reached files as commonjs in syn...4328122chore: mark v1.61.1 (#41404)2c29a94fix(tracing): stop recording websocket frames outside of chunks (#41398)4324b19cherry-pick(#41367): fix(test): keep builtin expect matchers on base extend041e7e3cherry-pick(#41364): fix(har):WebSocketmessage timestamps should be in mi...b8a0fc3cherry-pick(#41309, #43149): Revert "fix(firefox): treat `navigationCommitted...b5a3175cherry-pick(#41319): fix(loader): support other node versionsd4724a9cherry-pick(#41290): feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image- See full diff in compare view
Updates @tailwindcss/postcss from 4.3.1 to 4.3.2
Release notes
Sourced from @tailwindcss/postcss's releases.
v4.3.2
Fixed
- Support bare spacing values for
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229)- Prevent
@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242)- Prevent
@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245)- Ensure
@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246)- Allow
@variantrules used inaddBase(…)to use custom variants defined later (#20247)- Prevent
@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259)- Generate
font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260)- Prevent
@sourcepatterns from scanning unrelated sibling files and folders (#20263)- Extract class candidates adjacent to Template Toolkit delimiters like
%]…[%in.tt,.tt2, and.txfiles (#20269)- Extract class candidates from conditional Maud syntax like
p.text-black[condition](#20269)- Prevent
@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277)- Support class suggestions for named opacity modifiers from
--opacitytheme values (#20287)- Prevent type errors in
@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)
Changelog
Sourced from @tailwindcss/postcss's changelog.
[4.3.2] - 2026-06-26
Fixed
- Support bare spacing values for
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229)- Prevent
@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242)- Prevent
@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245)- Ensure
@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246)- Allow
@variantrules used inaddBase(…)to use custom variants defined later (#20247)- Prevent
@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259)- Generate
font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260)- Prevent
@sourcepatterns from scanning unrelated sibling files and folders (#20263)- Extract class candidates adjacent to Template Toolkit delimiters like
%]…[%in.tt,.tt2, and.txfiles (#20269)- Extract class candidates from conditional Maud syntax like
p.text-black[condition](#20269)- Prevent
@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277)- Support class suggestions for named opacity modifiers from
--opacitytheme values (#20287)- Prevent type errors in
@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)
Commits
056a1554.3.2 (#20281)- See full diff in compare view
Updates eslint-config-next from 16.2.9 to 16.2.10
Release notes
Sourced from eslint-config-next's releases.
v16.2.10
Contains no changes except publishing
@next/swc-wasm-webwhich was accidentally not published since 16.2.4.
Commits
Updates postcss from 8.5.15 to 8.5.16
Release notes
Sourced from postcss's releases.
8.5.16
- Fixed
Input#origin()position (by@mizdra).- Fixed
rawsafter rehydrating a JSON AST (by@sarathfrancis90).- Fixed putting parent-less node in
nodesof new node (by@MahinAnowar).- Fixed computing
offsetinpositionBy()(by@greymoth-jp).- Fixed
rangeBy()onindex: 0(by@sarathfrancis90).
Changelog
Sourced from postcss's changelog.
8.5.16
- Fixed
Input#origin()position (by@mizdra).- Fixed
rawsafter rehydrating a JSON AST (by@sarathfrancis90).- Fixed putting parent-less node in
nodesof new node (by@MahinAnowar).- Fixed computing
offsetinpositionBy()(by@greymoth-jp).- Fixed
rangeBy()onindex: 0(by@sarathfrancis90).
Commits
92ccc93Release 8.5.16 version818bdd6Update formatting46e4510FixInput#origin()returning incorrect position (#2036)34942ceFix testsd4feed6Don't clone root-less child nodes in container constructor (#2097)da323fcRevert version update to fix old Node.js on CI8863369Update dependencies3828982Preserve node raws when rehydrating a JSON AST (#2100)d1e80b8Fix Node#rangeBy() ignoring index 0 (#2091)b91e4a6Fix Node.js 26 tests- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.
Updates prettier from 3.8.4 to 3.9.4
Release notes
Sourced from prettier's releases.
3.9.4
- Angular: Format
@content(name)->@content (name)to align with other block syntax (#19499 by@fisker)3.9.3
- Markdown: Fix unexpected removal of characters in liquid syntax (prettier/prettier#19489 by
@seiyab)- TypeScript: Allow decorators to be used with declare on class fields (prettier/prettier#19492 by
@evoactivity)3.9.1
3.9.0
🔗 Prettier 3.9: Major parser upgrades and Formatting improvements
3.8.5
- Fix Flow variance annotation print (#19022 by
@marcoww6)
Changelog
Sourced from prettier's changelog.
3.9.4
Angular: Format
@content(name)->@content (name)to align with other block syntax (#19499 by@fisker)<!-- Input --> <FancyButton [label]="title"> @content (icon) { <span>Icon!</span> } @content (description) { <span>Description text</span> } <span>Other children</span> </FancyButton><!-- Prettier 3.9.3 --> <FancyButton [label]="title">
@content(icon) { <span>Icon!</span> }@content(description) { <span>Description text</span> } <span>Other children</span> </FancyButton><!-- Prettier 3.9.4 --> <FancyButton [label]="title">
@content(icon) { <span>Icon!</span> }@content(description) { <span>Description text</span> } <span>Other children</span> </FancyButton>3.9.3
Markdown: Fix unexpected removal of characters in liquid syntax (#19489 by
@seiyab)</tr></table>
... (truncated)
Commits
b693cb2Release 3.9.42e92ac0Angular: Format@content(name)->@content (name)to align with other blo...abed2c2Bump Prettier dependency to 3.9.36cfbc00Clean changelog_unreleased3732e1dRelease 3.9.3a74a7b0Allow decorators to be used withdeclareon class fields (#19492)bd9e11aCorrect text identification in liquid syntax (#19489)269eee3Bump Prettier dependency to 3.9.1ec7ccd1Clean changelog_unreleasedc47654cRelease 3.9.1- Additional commits viewable in compare view
Updates qs from 6.15.2 to 6.15.3
Changelog
Sourced from qs's changelog.
6.15.3
- [Fix]
parse: enforcethrowOnLimitExceededfor cumulative array growth viacombine/merge- [Fix]
utils: respect encoding of surrogate pairs across chunks (#559)- [Robustness]
parse: throw thearrayLimiterror before splitting oversized comma values- [Robustness]
utils.merge/utils.assign: avoid invoking__proto__setter when copying own properties- [Robustness]
utils: enforcearrayLimitconsistently acrossmerge's array paths- [Perf]
utils: makecompactO(n) via a side-channel visited-set instead ofArray.indexOf- [Deps] update
side-channel- [Dev Deps] update
eslint,mock-property,tape- [Tests]
parse: characterize current lenient handling of unbalanced bracket keys (#558)
Commits
18d085ev6.15.3c38af42[Deps] updateside-channeladce539[Dev Deps] updateeslint,mock-property,tape74a0f6a[Robustness]utils: enforcearrayLimitconsistently acrossmerge's arra...f4938f5[Tests]parse: characterize current lenient handling of unbalanced bracket ...5d5f723[Perf]utils: makecompactO(n) via a side-channel visited-set instead of...52afe00[Robustness]parse: throw thearrayLimiterror before splitting oversized...963e538[Fix]parse: enforcethrowOnLimitExceededfor cumulative array growth via...59da434[Fix]utils: respect encoding of surrogate pairs across chunks9532969[Robustness]utils.merge/utils.assign: avoid invoking__proto__sette...- See full diff in compare view
Updates tailwindcss from 4.3.1 to 4.3.2
Release notes
Sourced from tailwindcss's releases.
v4.3.2
Fixed
- Support bare spacing values for
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229)- Prevent
@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242)- Prevent
@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245)- Ensure
@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246)- Allow
@variantrules used inaddBase(…)to use custom variants defined later (#20247)- Prevent
@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259)- Generate
font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260)- Prevent
@sourcepatterns from scanning unrelated sibling files and folders (#20263)- Extract class candidates adjacent to Template Toolkit delimiters like
%]…[%in.tt,.tt2, and.txfiles (#20269)- Extract class candidates from conditional Maud syntax like
p.text-black[condition](#20269)- Prevent
@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277)- Support class suggestions for named opacity modifiers from
--opacitytheme values (#20287)- Prevent type errors in
@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)
Changelog
Sourced from tailwindcss's changelog.
[4.3.2] - 2026-06-26
Fixed
- Support bare spacing values for
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229)- Prevent
@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242)- Prevent
@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245)- Ensure
@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246)- Allow
@variantrules used inaddBase(…)to use custom variants defined later (#20247)- Prevent
@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259)- Generate
font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260)- Prevent
@sourcepatterns from scanning unrelated sibling files and folders (#20263)- Extract class candidates adjacent to Template Toolkit delimiters like
%]…[%in.tt,.tt2, and.txfiles (#20269)- Extract class candidates from conditional Maud syntax like
p.text-black[condition](#20269)- Prevent
@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277)- Support class suggestions for named opacity modifiers from
--opacitytheme values (#20287)- Prevent type errors in
@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)
Commits
056a1554.3.2 (#20281)c8b081dAdd suggestions for named opacity modifiers (#20287)c46f654Ensure--alpha(…)is seen as acolor, and--spacing(…)is seen as a `le...5e9f66eEnsure@variantcan be used in JS based APIs (#20252)707c23bEnsure custom variants can be used via@variantinaddBase(#20247)127d170Add bare value support forauto-rows-*andauto-cols-*(#20229)- See full diff in compare view
Updates tsx from 4.22.4 to 4.22.5
Release notes
Sourced from tsx's releases.
v4.22.5
4.22.5 (2026-07-02)
Bug Fixes
- isolate hook state per async module.register() registration (a305f36)
This release is also available on:
Commits
a305f36fix: isolate hook state per async module.register() registrationca501a9chore: upgrade skills-npm to v1.2.0596cd1ftest: cover __dirname, __filename, & require.cache in CJS TS file75d9bf0test: lock in lenient ESM for ambiguous and CJS-typed packages1472f3etest: cover ESM-syntax dependency with omitted "type" field- See full diff in compare view
Updates typescript-eslint from 8.61.1 to 8.62.1
Release notes
Sourced from typescript-eslint's releases.
v8.62.1
8.62.1 (2026-06-29)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#12328)
- eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#12365)
- eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#12443, #12418)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Patrick Aleite
- 송재욱
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.62.0
8.62.0 (2026-06-22)
🚀 Features
- remove redundant package.json "files" (#12444)
🩹 Fixes
- add "files" to rule-schema-to-typescript-types (#12441)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.62.1 (2026-06-29)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
8.62.0 (2026-06-22)
🚀 Features
- remove redundant package.json "files" (#12444)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Commits
3ea32f4chore(release): publish 8.62.154e2857chore(release): publish 8.62.081e4c26feat: remove redundant package.json "files" (#12444)- See full diff in compare view
Updates undici from 8.5.0 to 8.6.0
Release notes
Sourced from undici's releases.
v8.6.0
What's Changed
- build(deps-dev): bump proxy from 4.0.0 to 4.1.0 by
@dependabot[bot] in nodejs/undici#5433- update accept-encoding header in fetch by
@KhafraDevin nodejs/undici#5439- fix: drop response chunks after the response stream is destroyed (#5356) by
@cesarvsprin nodejs/undici#5357- fix: handle incomplete multi-byte UTF-8 sequences in setEncoding() by
@joecwuin nodejs/undici#5003- fix(retry): keep flow-control wired to the active connection across resumes by
@bogomyain nodejs/undici#5405- test: cover connect lookup option by
@vibhor-aggrin nodejs/undici#5411- test: fail on unexpected reconnect disconnect by
@vibhor-aggrin nodejs/undici#5412- build(deps-dev): bump esbuild from 0.28.0 to 0.28.1 by
@dependabot[bot] in nodejs/undici#5419- fix(proxy): fail the request when the CONNECT tunnel drops instead of looping by
@cesarvsprin nodejs/undici#5441- feat(docs): migrate to doc-kit by
@avivkellerin nodejs/undici#5438- build(deps-dev): bump undici from 6.25.0 to 6.27.0 by
@dependabot[bot] in nodejs/undici#5445- fetch: fix issue 4058 by
@KhafraDevin nodejs/undici#5456- docs: add Interceptors API reference page by
@enjoykumawatin nodejs/undici#5446- Document H1 keep-alive trust tradeoff by
@mcollinain nodejs/undici#5457- fix(h2): deliver an early final response to an Expect: 100-continue request by
@jeswrin nodejs/undici#5470- fix(types): correct deleteCookie attributes by
@Ram-blipin nodejs/undici#5461- fix(h1): complete paused parser on socket end instead of crashing by
@ronagin nodejs/undici#5474- build(deps): bump github/codeql-action/init from 4.36.1 to 4.36.2 by
@dependabot[bot] in nodejs/undici#5476- build(deps): bump github/codeql-action/upload-sarif from 4.36.1 to 4.36.2 by
@dependabot[bot] in nodejs/undici#5481- build(deps): bump fastify/github-action-merge-dependabot from 3.12.0 to 3.15.0 by
@dependabot[bot] in nodejs/undici#5480- build(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 by
@dependabot[bot] in nodejs/undici#5478- build(deps): bump actions/checkout from 6.0.3 to 7.0.0 by
@dependabot[bot] in nodejs/undici#5482- build(deps): bump github/codeql-action from 4.36.1 to 4.36.2 by
@trivikrin nodejs/undici#5484- build(deps): bump github/codeql-action/analyze from 4.36.1 to 4.36.2 by
@dependabot[bot] in nodejs/undici#5477- feat: support HTTP QUERY method (RFC 10008) by
@mcollinain nodejs/undici#5459- fix: requeue h2 requests after goaway by
@mcollinain nodejs/undici#5473New Contributors
@joecwumade their first contribution in nodejs/undici#5003@bogomyamade their first contribution in nodejs/undici#5405@enjoykumawatmade their first contribution in nodejs/undici#5446@jeswrmade their first contribution in nodejs/undici#5470@Ram-blipmade their first contribution in nodejs/undici#5461Full Changelog: https://github.com/nodejs/undici/compare/v8.5.0...v8.6.0
Commits
6f86196Bumped v8.6.0 (#5491)61ddd8efix: requeue h2 requests after goaway (#5473)c5085effeat: support HTTP QUERY method (RFC 10008) (#5459)c144fd6build(deps): bump github/codeql-action/analyze from 4.36.1 to 4.36.2 (#5477)782ad38build(deps): bump github/codeql-action from 4.36.1 to 4.36.2 (#5484)c4e045abuild(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#5482)de960dbbuild(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#5478)1132de8build(deps): bump fastify/github-action-merge-dependabot (#5480)3acb7babuild(deps): bump github/codeql-action/upload-sarif (#5481)88c4254build(deps): bump github/codeql-action/init from 4.36.1 to 4.36.2 (#5476)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
Technical Details
| ID: | 16116141 |
| UUID: | 4800896636 |
| Node ID: | PR_kwDOSPVWK87tc-Ug |
| Host: | GitHub |
| Repository: | devresponse/devresponsekit |