Skip to content

Bump the development-dependencies group with 15 updates#519

Merged
bgentry merged 2 commits intomasterfrom
dependabot/npm_and_yarn/development-dependencies-d566dfeb1a
Mar 1, 2026
Merged

Bump the development-dependencies group with 15 updates#519
bgentry merged 2 commits intomasterfrom
dependabot/npm_and_yarn/development-dependencies-d566dfeb1a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the development-dependencies group with 15 updates:

Package From To
@faker-js/faker 10.2.0 10.3.0
@tailwindcss/vite 4.1.18 4.2.1
@types/node 25.2.0 25.3.3
@types/react 19.2.10 19.2.14
@vitejs/plugin-react-swc 4.2.2 4.2.3
eslint-plugin-perfectionist 5.4.0 5.6.0
eslint-plugin-react-refresh 0.5.0 0.5.2
eslint-plugin-storybook 10.2.3 10.2.13
globals 17.3.0 17.4.0
jsdom 27.4.0 28.1.0
tailwindcss 4.1.18 4.2.1
typescript-eslint 8.54.0 8.56.1
vite-tsconfig-paths 6.0.5 6.1.1

Updates @faker-js/faker from 10.2.0 to 10.3.0

Release notes

Sourced from @​faker-js/faker's releases.

v10.3.0

What's Changed

New Contributors

Full Changelog: faker-js/faker@v10.2.0...v10.3.0

Changelog

Sourced from @​faker-js/faker's changelog.

10.3.0 (2026-02-06)

New Locales

  • locale: add Japanese dog definition (#3715) (76c9df1)
  • locale: add Japanese color definitions (#3707) (bbbb215)
  • locale: add Japanese food module (#3706) (71d55c0)
  • locale: add Japanese internet definitions (#3708) (184a709)
  • locale: add Japanese job definitions for person module (#3705) (e7f3ccd)
  • locale: add Japanese suffix definitions for person module (#3704) (45ad7d8)
  • locale: add Norwegian (nb_NO) continent definitions (#3712) (c0f0f23)
  • locale: add Norwegian (nb_NO) direction definition (#3713) (43b18fa)
  • locale: add Norwegian (nb_NO) sex definitions (#3710) (76063f2)
  • locale: add Norwegian (nb_NO) vehicle definition (#3732) (d1c32b0)

Features

Changed Locales

Bug Fixes

  • locale: remove empty string from Hebrew lorem words (#3698) (81a896c)
  • location: state name to 'Trøndelag' for nb_NO (#3691) (eaef389)
Commits
  • c77fef2 chore(release): 10.3.0 (#3735)
  • d1c32b0 feat(locale): add Norwegian (nb_NO) vehicle definition (#3732)
  • c0f0f23 feat(locale): add Norwegian (nb_NO) continent definitions (#3712)
  • 43b18fa feat(locale): add Norwegian (nb_NO) direction definition (#3713)
  • 76c9df1 feat(locale): add Japanese dog definition (#3715)
  • a03215a chore(deps): lock file maintenance (#3696)
  • 70c0340 chore(deps): update vitest to v4 (major) (#3730)
  • 238293a chore(deps): update devdependencies (major) (#3729)
  • 119f1e6 chore(deps): update all non-major dependencies (#3723)
  • 9939fb5 chore(deps): update dependency eslint-plugin-jsdoc to v62 (#3728)
  • Additional commits viewable in compare view

Updates @tailwindcss/vite from 4.1.18 to 4.2.1

Release notes

Sourced from @​tailwindcss/vite'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/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#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 @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger 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 @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (#19687)

Deprecated

  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#19613)
Changelog

Sourced from @​tailwindcss/vite'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/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#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 @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger 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 @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (#19687)

Deprecated

  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#19613)
Commits

Updates @types/node from 25.2.0 to 25.3.3

Commits

Updates @types/react from 19.2.10 to 19.2.14

Commits

Updates @vitejs/plugin-react-swc from 4.2.2 to 4.2.3

Changelog

Sourced from @​vitejs/plugin-react-swc's changelog.

4.2.3 (2026-02-02)

Commits
  • 12914fa release: plugin-react-swc@4.2.3
  • 99e480c fix(deps): update all non-major dependencies (#1090)
  • 4a858ea chore(deps): update dependency @​types/react to ^19.2.10 (#1088)
  • 45da3a8 fix(deps): update swc monorepo (#1089)
  • 77f5e42 fix(deps): update react 19.2.4 (#1084)
  • e327da4 fix(deps): update all non-major dependencies (#1083)
  • 8528e98 chore(deps): update dependency @​types/react to ^19.2.9 (#1082)
  • 58dfb9d fix(deps): update all non-major dependencies (#1066)
  • fefad3d fix(deps): update all non-major dependencies (#1048)
  • a5124db chore(deps): update dependency @​types/react to ^19.2.8 (#1047)
  • Additional commits viewable in compare view

Updates eslint from 9.39.2 to 10.0.2

Release notes

Sourced from eslint's releases.

v10.0.2

Bug Fixes

  • 2b72361 fix: update ajv to 6.14.0 to address security vulnerabilities (#20537) (루밀LuMir)

Documentation

  • 13eeedb docs: link rule type explanation to CLI option --fix-type (#20548) (Mike McCready)
  • 98cbf6b docs: update migration guide per Program range change (#20534) (Huáng Jùnliàng)
  • 61a2405 docs: add missing semicolon in vars-on-top rule example (#20533) (Abilash)

Chores

  • 951223b chore: update dependency @​eslint/eslintrc to ^3.3.4 (#20553) (renovate[bot])
  • 6aa1afe chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536) (Milos Djermanovic)

v10.0.1

Bug Fixes

  • c87d5bd fix: update eslint (#20531) (renovate[bot])
  • d841001 fix: update minimatch to 10.2.1 to address security vulnerabilities (#20519) (루밀LuMir)
  • 04c2147 fix: update error message for unused suppressions (#20496) (fnx)
  • 38b089c fix: update dependency @​eslint/config-array to ^0.23.1 (#20484) (renovate[bot])

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

  • e5c281f chore: updates for v9.39.3 release (Jenkins)
  • 8c3832a chore: update @​typescript-eslint/parser to ^8.56.0 (#20514) (Milos Djermanovic)
  • 8330d23 test: add tests for config-api (#20493) (Milos Djermanovic)
  • 37d6e91 chore: remove eslint v10 prereleases from eslint-config-eslint deps (#20494) (Milos Djermanovic)
  • da7cd0e refactor: cleanup error message templates (#20479) (Francesco Trotta)
  • 84fb885 chore: package.json update for @​eslint/js release (Jenkins)
  • 1f66734 chore: add eslint to peerDependencies of @eslint/js (#20467) (Milos Djermanovic)

v10.0.0

Breaking Changes

  • f9e54f4 feat!: estimate rule-tester failure location (#20420) (ST-DDT)
  • a176319 feat!: replace chalk with styleText and add color to ResultsMeta (#20227) (루밀LuMir)
  • c7046e6 feat!: enable JSX reference tracking (#20152) (Pixel998)
  • fa31a60 feat!: add name to configs (#20015) (Kirk Waiblinger)
  • 3383e7e fix!: remove deprecated SourceCode methods (#20137) (Pixel998)
  • 501abd0 feat!: update dependency minimatch to v10 (#20246) (renovate[bot])
  • ca4d3b4 fix!: stricter rule tester assertions for valid test cases (#20125) (唯然)
  • 96512a6 fix!: Remove deprecated rule context methods (#20086) (Nicholas C. Zakas)
  • c69fdac feat!: remove eslintrc support (#20037) (Francesco Trotta)
  • 208b5cc feat!: Use ScopeManager#addGlobals() (#20132) (Milos Djermanovic)
  • a2ee188 fix!: add uniqueItems: true in no-invalid-regexp option (#20155) (Tanuj Kanti)
  • a89059d feat!: Program range span entire source text (#20133) (Pixel998)
  • 39a6424 fix!: assert 'text' is a string across all RuleFixer methods (#20082) (Pixel998)
  • f28fbf8 fix!: Deprecate "always" and "as-needed" options of the radix rule (#20223) (Milos Djermanovic)

... (truncated)

Commits
  • 55122d6 10.0.2
  • 80f1e29 Build: changelog update for 10.0.2
  • 951223b chore: update dependency @​eslint/eslintrc to ^3.3.4 (#20553)
  • 13eeedb docs: link rule type explanation to CLI option --fix-type (#20548)
  • 6aa1afe chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536)
  • 2b72361 fix: update ajv to 6.14.0 to address security vulnerabilities (#20537)
  • 98cbf6b docs: update migration guide per Program range change (#20534)
  • 61a2405 docs: add missing semicolon in vars-on-top rule example (#20533)
  • 0bd5497 10.0.1
  • ddb80ef Build: changelog update for 10.0.1
  • Additional commits viewable in compare view

Updates eslint-plugin-perfectionist from 5.4.0 to 5.6.0

Release notes

Sourced from eslint-plugin-perfectionist's releases.

v5.6.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.5.0

   🚀 Features

   🐞 Bug Fixes

  • Prevent spread operator reordering in sort-sets and sort-array-includes  -  by @​azat-io (06b0f)
    View changes on GitHub
Changelog

Sourced from eslint-plugin-perfectionist's changelog.

v5.6.0

compare changes

🚀 Features

🐞 Bug Fixes

  • sort-classes: Avoid crashes on unknown class elements (912f8a8b)
  • sort-objects: Find declaration comments before exported variables (9f90465e)
  • Normalize parenthesized union and intersection member names (d82f1e9f)

❤️ Contributors

v5.5.0

compare changes

🚀 Features

  • sort-classes: Improve dependency detection algorithm (8bcbc88a)

🐞 Bug Fixes

  • Prevent spread operator reordering in sort-sets and sort-array-includes (06b0f73e)

❤️ Contributors

Commits
  • 0dcf3ae build: publish v5.6.0Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-d566dfeb1a branch from 88bf6e0 to 430c6db Compare March 1, 2026 19:51
@bgentry bgentry force-pushed the dependabot/npm_and_yarn/development-dependencies-d566dfeb1a branch from 430c6db to 3932db4 Compare March 1, 2026 20:33
@bgentry
Copy link
Contributor

bgentry commented Mar 1, 2026

ESLint v10 isn't yet compatible with the tanstack query eslint package, removed it from this PR

bgentry added 2 commits March 1, 2026 14:36
| Package | From | To |
| --- | --- | --- |
| [@faker-js/faker](https://github.com/faker-js/faker) | `10.2.0` | `10.3.0` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.18` | `4.2.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.0` | `25.3.3` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.10` | `19.2.14` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `4.2.2` | `4.2.3` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `5.4.0` | `5.6.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.5.0` | `0.5.2` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.2.3` | `10.2.13` |
| [globals](https://github.com/sindresorhus/globals) | `17.3.0` | `17.4.0` |
| [jsdom](https://github.com/jsdom/jsdom) | `27.4.0` | `28.1.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.2.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.56.1` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `6.0.5` | `6.1.1` |

Signed-off-by: dependabot[bot] <support@github.com>
@bgentry bgentry force-pushed the dependabot/npm_and_yarn/development-dependencies-d566dfeb1a branch from 3932db4 to 21770b0 Compare March 1, 2026 20:40
@bgentry bgentry merged commit 041e637 into master Mar 1, 2026
21 checks passed
@bgentry bgentry deleted the dependabot/npm_and_yarn/development-dependencies-d566dfeb1a branch March 1, 2026 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant