PR #69 opened: build(deps-dev): bump the minor-and-patch group across 1 directory with 7 updates
Bumps the minor-and-patch group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| @tailwindcss/postcss | 4.1.18 | 4.2.1 |
| @vitejs/plugin-vue | 6.0.3 | 6.0.4 |
| autoprefixer | 10.4.24 | 10.4.27 |
| axios | 1.13.4 | 1.13.6 |
| vue | 3.5.27 | 3.5.29 |
| vue-router | 5.0.2 | 5.0.3 |
Updates @tailwindcss/postcss from 4.1.18 to 4.2.1
▶Release notes
Sourced from @tailwindcss/postcss's releases.
v4.2.1
Fixed
- Allow trailing dash in functional utility names for backwards compatibility (#19696)
- Properly detect classes containing
.characters within curly braces in MDX files (#19711)v4.2.0
Added
- Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
- Add
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)- Add
pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)- Add
mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)- Add
scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)- Add
scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)- Add
border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)- Add
inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)- Add
block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)- Add
inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)- Add
font-features-*utility forfont-feature-settings(#19623)Fixed
- Prevent double
@supportswrapper forcolor-mixvalues (#19450)- Allow whitespace around
@source inline()argument (#19461)- Emit comment when source maps are saved to files when using
@tailwindcss/cli(#19447)- Detect utilities containing capital letters followed by numbers (#19465)
- Fix class extraction for Rails' strict locals (#19525)
- Align
@utilityname validation with Oxide scanner rules (#19524)- Fix infinite loop when using
@variantinside@custom-variant(#19633)- Allow multiples of
.25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)- Ensure changes to external files listed via
@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)- Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
- Ensure import aliases in Astro v5 work without crashing when using
@tailwindcss/vite(#19677)- Allow escape characters in
@utilitynames to improve support with formatters such as Biome (#19626)- Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
- Add
.jjto default ignored content directories (#19687)Deprecated
- Deprecate
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)
▶Changelog
Sourced from @tailwindcss/postcss's changelog.
[4.2.1] - 2026-02-23
Fixed
- Allow trailing dash in functional utility names for backwards compatibility (#19696)
- Properly detect classes containing
.characters within curly braces in MDX files (#19711)[4.2.0] - 2026-02-18
Added
- Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
- Add
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)- Add
pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)- Add
mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)- Add
scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)- Add
scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)- Add
border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)- Add
inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)- Add
block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)- Add
inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)- Add
font-features-*utility forfont-feature-settings(#19623)Fixed
- Prevent double
@supportswrapper forcolor-mixvalues (#19450)- Allow whitespace around
@source inline()argument (#19461)- Emit comment when source maps are saved to files when using
@tailwindcss/cli(#19447)- Detect utilities containing capital letters followed by numbers (#19465)
- Fix class extraction for Rails' strict locals (#19525)
- Align
@utilityname validation with Oxide scanner rules (#19524)- Fix infinite loop when using
@variantinside@custom-variant(#19633)- Allow multiples of
.25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)- Ensure changes to external files listed via
@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)- Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
- Ensure import aliases in Astro v5 work without crashing when using
@tailwindcss/vite(#19677)- Allow escape characters in
@utilitynames to improve support with formatters such as Biome (#19626)- Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
- Add
.jjto default ignored content directories (#19687)Deprecated
- Deprecate
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)
▶Commits
1dce64e4.2.1 (#19714)1b164114.2.0 (#19695)d9fff9fdocs: update package README CI badge to main (#19692)8ed67bfFix Tailwind CSS package README GitHub links (#19644)1638f35Bump dependencies (#19608)bccf4bbAdd@tailwindcss/webpackloader for Tailwind CSS v4 (#19610)8d5e955Update dedent 1.7.0 → 1.7.1 (patch) (#19484)- See full diff in compare view
Updates @vitejs/plugin-vue from 6.0.3 to 6.0.4
▶Release notes
Sourced from @vitejs/plugin-vue's releases.
[email protected]
Please refer to CHANGELOG.md for details.
▶Changelog
Sourced from @vitejs/plugin-vue's changelog.
6.0.4 (2026-02-02)
Bug Fixes
- deps: update all non-major dependencies (#709) (924b28e)
- deps: update all non-major dependencies (#722) (8a95809)
- deps: update all non-major dependencies (#726) (e69d751)
Miscellaneous Chores
▶Commits
5527bf4release: [email protected]e69d751fix(deps): update all non-major dependencies (#726)cd0c8a8chore(deps): update dependency rollup to ^4.57.1 (#733)239eb6achore: add metadata for vite-plugin-registry (#730)fa3ea0echore(deps): update upstream (#727)8a95809fix(deps): update all non-major dependencies (#722)924b28efix(deps): update all non-major dependencies (#709)- See full diff in compare view
Updates autoprefixer from 10.4.24 to 10.4.27
▶Release notes
Sourced from autoprefixer's releases.
10.4.27
- Removed development key from
package.json.10.4.26
- Reduced package size.
10.4.25
- Fixed broken gradients on CSS Custom Properties (by
@serger777).
▶Changelog
Sourced from autoprefixer's changelog.
10.4.27
- Removed development key from
package.json.10.4.26
- Reduced package size.
10.4.25
- Fixed broken gradients on CSS Custom Properties (by
@serger777).
▶Commits
360f2d9Release 10.4.27 versionab5260cUpdate clean-publish09e9dd1Release 10.4.26 versionec75540Ignore local patches59601b8Update c8 and clean-publish06ea988Release 10.4.25 version47d8a5bUpdate dependencies and fix Node.js 2551c596eAdd Node.js 25 and 24 to CI5239823Fix CSS variables in gradients (#1515) (#1544)- See full diff in compare view
Updates axios from 1.13.4 to 1.13.6
▶Release notes
Sourced from axios's releases.
v1.13.6
This release focuses on platform compatibility, error handling improvements, and code quality maintenance.
⚠️ Important Changes
- Breaking Changes: None identified in this release.
- Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.
🚀 New Features
- React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to
@moh3n9595for the initial implementation. (#5764)- Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#7385)
🐛 Bug Fixes
Environment Compatibility:
Error Handling:
🔧 Maintenance & Chores
- Dependencies: Updated the development_dependencies group (5 updates). (#7432)
- Infrastructure: Migrated
@rollup/plugin-babelfrom v5.3.1 to v6.1.0. (#7424)- Documentation: Added missing JSDoc comments to utilities. (#7427)
🌟 New Contributors
We are thrilled to welcome our new contributors! Thank you for helping improve the project:
@Gudahtt(#7386)@ybbus(#7392)@Shiwaangee(#7324)@skrtheboss(#7403)@Janaka66(#7427)@moh3n9595(#5764)@digital-wizard48(#7424)Full Changelog: v1.13.5...v1.13.6
v1.13.5
Release 1.13.5
Highlights
- Security: Fixed a potential Denial of Service issue involving the
__proto__key inmergeConfig. (PR #7369)- Bug fix: Resolved an issue where
AxiosErrorcould be missing thestatusfield on and after v1.13.3. (PR #7368)Changes
Security
- Fix Denial of Service via
__proto__key inmergeConfig. (PR #7369)
... (truncated)
▶Commits
7108c88chore(release): prepare release 1.13.6 (#7446)20a0ba3refactor(deps): migrate@rollup/plugin-babelfrom v5.3.1 to v6.1.0 (#7424)885b4affeat: support react native blob objects (#5764)00d97b9docs(utils): add missing JSDoc comments (#7427)9712548chore(deps-dev): bump the development_dependencies group across 1 directory w...d51accbfix(core): copy status from source error in AxiosError.from (#7403)3e30bbfchore: fix publish to only run on v1 tags672491dfix: safe FormData detection for WeChat Mini Program (#7306) (#7324)822e3e4fix: make AxiosError.message property enumerable (#7392)ef3711dfeat: implement prettier and fix all issues (#7385)- Additional commits viewable in compare view
Updates tailwindcss from 4.1.18 to 4.2.1
▶Release notes
Sourced from tailwindcss's releases.
v4.2.1
Fixed
- Allow trailing dash in functional utility names for backwards compatibility (#19696)
- Properly detect classes containing
.characters within curly braces in MDX files (#19711)v4.2.0
Added
- Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
- Add
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)- Add
pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)- Add
mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)- Add
scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)- Add
scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)- Add
border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)- Add
inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)- Add
block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)- Add
inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)- Add
font-features-*utility forfont-feature-settings(#19623)Fixed
- Prevent double
@supportswrapper forcolor-mixvalues (#19450)- Allow whitespace around
@source inline()argument (#19461)- Emit comment when source maps are saved to files when using
@tailwindcss/cli(#19447)- Detect utilities containing capital letters followed by numbers (#19465)
- Fix class extraction for Rails' strict locals (#19525)
- Align
@utilityname validation with Oxide scanner rules (#19524)- Fix infinite loop when using
@variantinside@custom-variant(#19633)- Allow multiples of
.25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)- Ensure changes to external files listed via
@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)- Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
- Ensure import aliases in Astro v5 work without crashing when using
@tailwindcss/vite(#19677)- Allow escape characters in
@utilitynames to improve support with formatters such as Biome (#19626)- Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
- Add
.jjto default ignored content directories (#19687)Deprecated
- Deprecate
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)
▶Changelog
Sourced from tailwindcss's changelog.
[4.2.1] - 2026-02-23
Fixed
- Allow trailing dash in functional utility names for backwards compatibility (#19696)
- Properly detect classes containing
.characters within curly braces in MDX files (#19711)[4.2.0] - 2026-02-18
Added
- Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
- Add
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)- Add
pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)- Add
mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)- Add
scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)- Add
scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)- Add
border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)- Add
inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)- Add
block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)- Add
inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)- Add
font-features-*utility forfont-feature-settings(#19623)Fixed
- Prevent double
@supportswrapper forcolor-mixvalues (#19450)- Allow whitespace around
@source inline()argument (#19461)- Emit comment when source maps are saved to files when using
@tailwindcss/cli(#19447)- Detect utilities containing capital letters followed by numbers (#19465)
- Fix class extraction for Rails' strict locals (#19525)
- Align
@utilityname validation with Oxide scanner rules (#19524)- Fix infinite loop when using
@variantinside@custom-variant(#19633)- Allow multiples of
.25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)- Ensure changes to external files listed via
@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)- Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
- Ensure import aliases in Astro v5 work without crashing when using
@tailwindcss/vite(#19677)- Allow escape characters in
@utilitynames to improve support with formatters such as Biome (#19626)- Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
- Add
.jjto default ignored content directories (#19687)Deprecated
- Deprecate
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)
▶Commits
1dce64e4.2.1 (#19714)d15d92cAllow trailing dash in functional utility names (#19696)1b164114.2.0 (#19695)6118f4fFix/misc docs and tests (#19652)5a4a7ebfix(canonicalize): prevent collapse cache pollution across calls (#19675)d0a5612Add mauve, olive, mist, and taupe color palettes (#19627)d9fff9fdocs: update package README CI badge to main (#19692)ed52d3efeat: handle backslash in@utilityname (#19626)6eb3b32Allow multiples of.25inaspect-*fractions (#19688)8ed67bfFix Tailwind CSS package README GitHub links (#19644)- Additional commits viewable in compare view
▶Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for tailwindcss since your current version.
Updates vue from 3.5.27 to 3.5.29
▶Release notes
Sourced from vue's releases.
v3.5.29
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.5.28
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.
▶Changelog
Sourced from vue's changelog.
3.5.29 (2026-02-24)
Bug Fixes
- runtime-core: prevent instance leak in withAsyncContext (#14445) (702284f), closes nuxt/nuxt#33644
- server-renderer: render className as escaped string (#14469) (da6690c)
- transition: prevent enter if leave is in progress (#14443) (df059f8), closes #12091 #12133
3.5.28 (2026-02-09)
Bug Fixes
- transition: avoid unexpected
cancelledparameter in transitiondonecallback (#14391) (6798853)- compiler-sfc: add resolution trying for
.mts/.ctsfiles (#14402) (c09d41f), closes vuejs/router#2611- compiler-sfc: no params were generated when using withDefaults (#12823) (b0a1f05), closes #12822
- reactivity: add
__v_skipflag toEffectScopeto prevent reactive conversion (#14359) (48b7552), closes #14357- runtime-core: avoid retaining el on cached text vnodes during static traversal (#14419) (4ace79a), closes #14134
- runtime-core: prevent child component updates when style remains unchanged (#12825) (57866b5), closes #12826
- runtime-core: properly handle async component update before resolve (#11619) (e71c26c), closes #11617
- runtime-dom: handle null/undefined handler in withModifiers (#14362) (261de54), closes #14361
- teleport: properly handling disabled teleport target anchor (#14417) (d7bcd85), closes #14412
- transition-group: correct move translation under scale via element rect (#14360) (0243a79), closes #14356
- useTemplateRef: don't update setup ref for useTemplateRef key (#12756) (fc40ca0), closes #12749
▶Commits
355d606release: v3.5.295b0227dchore(deps): update dependency minimatch to ~10.2.0 [security] (#14460)2a79483chore(deps): update test (#14456)53a4ab4chore(deps): update build (#14465)3cb43fechore(deps): update all non-major dependencies (#14455)d3083a5chore(deps): update lint (#14464)702284ffix(runtime-core): prevent instance leak in withAsyncContext (#14445)da6690cfix(server-renderer): render className as escaped string (#14469)521157dtypes(jsx): flexible class attribute declarations (#14441)df059f8fix(transition): prevent enter if leave is in progress (#14443)- Additional commits viewable in compare view
Updates vue-router from 5.0.2 to 5.0.3
▶Release notes
Sourced from vue-router's releases.
v5.0.3
🚨 Breaking Changes
- experimental:
🚀 Features
- Support _parent in nested folders - by
@posva(0a37f)- Warn on _parent conflict - by
@posva(182fe)- Set _parent as non matchable by default - by
@posva(8f91c)- Warn on conflicting components for routes - by
@posva(34ace)- Use type module - by
@posva(dc9ff)- Add deprecation warning for next() callback in navigation guards - by
@posva(797f5)- Extract alias from definePage - by
@posva(835df)- Display aliases in logs - by
@posva(7aa60)- Deprecate new NavigationResult(to) in favor of reroute(to) - by
@posva(382e3)- experimental:
🐞 Bug Fixes
- Avoid non matchable routes in auto-routes - by
@posva(48649)- Handle quotes in d.ts - by
@posva(d7764)- Avoid route entry in map for _parent - by
@posva(1dfcc)- Handle nested groups - by
@posva(4a4be)- Stable route ordering for group folders with same path - by
@posva(1db94)- Correct route ordering for group nodes with inflated scores - by
@posva(515f4)- Cleanup old route overrides - by
@posva(b28a7)- Remove name from _parent.vue files - by
@posva(6e8f1)- ci:
- experimental:
- types:
- Relax RouteMapGeneric constraint for interface-based RouteNamedMap - by
@YevheniiKotyrloin vuejs/router#2624 (cdf7b)- volar:
- Use
ts.getTokenPosOfNodeinstead ofnode.getStart- by@KazariEXin vuejs/router#2630 (0b050)🏎 Performance
View changes on GitHub
▶Commits
2b4d612release: [email protected]382e34bfeat: deprecate new NavigationResult(to) in favor of reroute(to)d6a3812test: deleting file with same name as folder keeps childrenb533d6echore: note52b4620chore: pnpm0b0504bfix(volar): usets.getTokenPosOfNodeinstead ofnode.getStart(#2630)eb40988docs: Fix route-map.d.ts path (#2625)cdf7b44fix(types): relax RouteMapGeneric constraint for interface-based RouteNamedMa...ef327c8chore: update security support table96e49e6style: lint- 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