Skip to content

chore(deps-dev): bump the minor-development-deps group with 5 updates#19

Merged
erunion merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-development-deps-4851b1a473
Dec 1, 2025
Merged

chore(deps-dev): bump the minor-development-deps group with 5 updates#19
erunion merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-development-deps-4851b1a473

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the minor-development-deps group with 5 updates:

Package From To
@biomejs/biome 2.2.5 2.3.2
@readme/standards 2.2.0 2.4.0
@types/node 24.7.0 24.9.2
knip 5.64.2 5.66.4
oclif 4.22.29 4.22.38

Updates @biomejs/biome from 2.2.5 to 2.3.2

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.2

2.3.2

Patch Changes

  • #7859 c600618 Thanks @​Netail! - Added the nursery rule noIncrementDecrement, disallows the usage of the unary operators ++ and --.

  • #7901 0d17b05 Thanks @​ematipico! - Fixed #7837, where Biome couldn't properly parse text expressions that contained nested curly brackets. This was breaking parsing in Astro and Svelte files.

  • #7874 e617d36 Thanks @​Bertie690! - Fixed #7230: noUselessStringConcat no longer emits false positives for multi-line strings with leading + operators.

    Previously, the rule did not check for leading newlines on the + operator, emitting false positives if one occurred at the start of a line.
    Notably, formatting with operatorLinebreak="before" would move the + operators to the start of lines automatically, resulting in spurious errors whenever a multi-line string was used.

    Now, the rule correctly detects and ignores multi-line concatenations with leading operators as well, working regardless of the setting of operatorLinebreak.

    Example

    // The following code used to error if the `+` operators were at the start of lines (as opposed to the end).
    // Now, the rule correctly recognizes this as a stylistic concatenation and ignores it.
    const reallyLongStringThatShouldNotError =
      "Lorem ipsum dolor sit amet consectetur adipiscing elit." +
      "Quisque faucibus ex sapien vitae pellentesque sem placerat." +
      "In id cursus mi pretium tellus duis convallis." +
      "Tempus leo eu aenean sed diam urna tempor. Pulvinar vivamus fringilla";
  • #7786 33ffcd5 Thanks @​daivinhtran! - Fixed #7601: Properly match Grit plugin's code snippet with only one child.

  • #7901 0d17b05 Thanks @​ematipico! - Fixed #7837, where Biome Language Server panicked when opening HTML-ish files when the experimental full support is enabled.

What's Changed

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.3.2

Patch Changes

  • #7859 c600618 Thanks @​Netail! - Added the nursery rule noIncrementDecrement, disallows the usage of the unary operators ++ and --.

  • #7901 0d17b05 Thanks @​ematipico! - Fixed #7837, where Biome couldn't properly parse text expressions that contained nested curly brackets. This was breaking parsing in Astro and Svelte files.

  • #7874 e617d36 Thanks @​Bertie690! - Fixed #7230: noUselessStringConcat no longer emits false positives for multi-line strings with leading + operators.

    Previously, the rule did not check for leading newlines on the + operator, emitting false positives if one occurred at the start of a line.
    Notably, formatting with operatorLinebreak="before" would move the + operators to the start of lines automatically, resulting in spurious errors whenever a multi-line string was used.

    Now, the rule correctly detects and ignores multi-line concatenations with leading operators as well, working regardless of the setting of operatorLinebreak.

    Example

    // The following code used to error if the `+` operators were at the start of lines (as opposed to the end).
    // Now, the rule correctly recognizes this as a stylistic concatenation and ignores it.
    const reallyLongStringThatShouldNotError =
      "Lorem ipsum dolor sit amet consectetur adipiscing elit." +
      "Quisque faucibus ex sapien vitae pellentesque sem placerat." +
      "In id cursus mi pretium tellus duis convallis." +
      "Tempus leo eu aenean sed diam urna tempor. Pulvinar vivamus fringilla";
  • #7786 33ffcd5 Thanks @​daivinhtran! - Fixed #7601: Properly match Grit plugin's code snippet with only one child.

  • #7901 0d17b05 Thanks @​ematipico! - Fixed #7837, where Biome Language Server panicked when opening HTML-ish files when the experimental full support is enabled.

2.3.1

Patch Changes

  • #7840 72afdfa Thanks @​ematipico! - Fixed #7838, which caused the new --css-parse-* arguments not being recognised by the ci command.

  • #7789 d5b416e Thanks @​fronterior! - Fixed the LSP method workspace/didChangeWorkspaceFolders to perform incremental updates instead of replacing the entire folder list.

  • #7852 bd254c7 Thanks @​dyc3! - Fixed #7843: The CSS parser, when tailwindDirectives is enabled, correctly parses --*: initial;.

  • #7872 0fe13fe Thanks @​dyc3! - Fixed #7861: The HTML parser will now accept Svelte attribute shorthand syntax in .svelte files.

  • #7866 7b2600b Thanks @​dyc3! - Fixed #7860: The css parser, with tailwindDirectives enabled, will now accept @plugin options.

  • #7853 fe90c78 Thanks @​dyc3! - Fixed #7848: The css parser with tailwindDirectives enabled will now correctly parse tailwind's source exclude syntax: @source not "foo.css";

  • #7878 c9f7fe5 Thanks @​ematipico! - Fixed #7857: Biome now parses <script> tags as TypeScript when analysing .astro files.

  • #7867 b42b718 Thanks @​smorimoto! - Fixed incorrect option name in HTML parser error message.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ematipico, a new releaser for @​biomejs/biome since your current version.


Updates @readme/standards from 2.2.0 to 2.4.0

Commits
  • d0c77f1 chore(release): publish
  • 94ee9a6 feat: bump to support biome 2.3 (#1047)
  • 5aa2e07 chore(release): publish
  • 96a2b1c feat(biome): flagging noUselessCatch as an explicit error
  • 24e7061 chore(deps): bump @​typescript-eslint/parser from 8.42.0 to 8.45.0 (#1046)
  • 6a6bf02 chore(deps): bump @​typescript-eslint/eslint-plugin from 8.42.0 to 8.45.0 (#1045)
  • 570ddd8 chore(deps): bump eslint-plugin-testing-library from 7.6.8 to 7.11.0 (#1044)
  • e9d2bef chore(deps): bump @​vitest/eslint-plugin from 1.3.8 to 1.3.13 (#1043)
  • 969728b chore(deps): bump stylelint from 16.23.0 to 16.24.0 (#1042)
  • aaf0aae chore(deps): bump @​biomejs/biome from 2.2.3 to 2.2.4 (#1040)
  • Additional commits viewable in compare view

Updates @types/node from 24.7.0 to 24.9.2

Commits

Updates knip from 5.64.2 to 5.66.4

Release notes

Sourced from knip's releases.

Release 5.66.4

  • Add experimental nextjs conventions support (#1322) (b7acf1fc7038f31797f82ec55a007cb73e9af08c) - thanks @​vinnymac!
  • Fix one character getting removed too much when fixing unused exported type (#1324) (935cf5d21d75ab19fd4783efe536a14a27bd9d6b) - thanks @​ulrichstark!
  • Set --fix if --fix-types or --allow-remove-files is set (close #1325) (d4b56e721c59f80c30ccd74c76f45cdeb9361dfa)
  • Update sponsors page (87c388047fde4e81ea39c3b8bbada61e51f8da7c)
  • Re-gen plugins list (a7d1ece38157ed7c1b177e0bf1ad3fed0fe63c37)
  • Update oxc-resolver (close #1316) (3eaad532be46d12c46ea6b80352216e4e355ec4e)

Release 5.66.3

  • feat(next): add proxy to entry file pattern (#1318) (c730727babd1321c5c1037178651113360ed38bc) - thanks @​filipweilid!
  • Add new vitest built-in reporters (#1320) (3bfdc80de8fe4e8a2d74ab99669c011e4cce2162) - thanks @​ocavue!
  • Fix unwanted duplicates reports if disabled (8012b548fe344540d6db1b5a9e7bfe24b9f0e411)
  • Fix bug in import map updater (90fc72e44d02c3b0919dd8ac60ec67fd8ab38fe0)
  • Increase precision for named import pos (4eb6dd3636bd2fc2df473ae960c8c37f930099a1)
  • Turn off rule if that issue type is disabled (4bc66d87396cea4dc079163b06bef9c4415cea21)
  • Move types (b7cf6aa0d2458e948b2066f726f49022d2683c50)
  • Get text of element.name (resolves #1315) (c39e7757c0e87d98a0601a202fecff8bd0e0384f)

Release 5.66.2

  • Fix negated patterns from package.json#exports (related to #1308) (2464f3704a11b0c6d1f71a1850f4fa928e6c623f)
  • Entries in rsbuild config are production entries (resolves #1309) (9eebc5574aa964f12a91f9bc8bb415f79c35aeed)
  • Add label for entry paths from package.json (42370b27eff932c25d2abfabb5313b20a65fbed5)

Release 5.66.1

  • Revive some tests in Node (20690d196775e8391dd50ae23398e57e8bd74267)
  • Fix up SymbolType and reuse SYMBOL_TYPE (resolves #1306) (d7c1c8313c751419588c0bec3e5e3b1f7e636ba0)
  • Minor refactor (3143c4e40303f1a1001035a04c41da14ccdb42f6)
  • Make defineNuxtConfig writable and deletable (resolves #1307) (c31a77f923452b4df88fe9a2bb9914ee400afbfd)
  • Fix up progress flag (c761a9d3647be2f7910c6992377695582e6a2d1e)
  • Clear screen in watch mode (fb3ff4e9d7e6a466312d290f01ff68adc70e4276)
  • Refactor watch mode (661440e8c822894e889524d5df5e0f9220c1c8be)
  • Re-play previously unretained issues in watch mode (9b96730aaa35bcfa13c210c1fba6485595918d03)
  • Format & lint (7776ae839f85c6d454894f019c79c3a0bfca2a3d)

Release 5.66.0

  • Add coverage for ignoreFiles feat (87ca476cdc1ebcc7637e2ff17a88e4fd7dfe790d)
  • update eleventy API to add addBundle() fix (#1300) (ed2acecbdbcf3eece05c4e5777ac5bb4f3620e06) - thanks @​hoardinghopes!
  • feat: add danger plugin (#1302) (d9e969da0eefce9c7e0060eb352aef8250f2004e) - thanks @​what1s1ove!
  • feat: add support for ignoring specific issue types per file pattern (#1303) (673893ac5cc1342ec85ca468ffeaff6ac239239c) - thanks @​rfalke-rtl!
  • Speed up JSON load (83ca88f4c007402d3a0b2b479b81a292ca76af5b)
  • Add JSON5 explainer to error (closes #1297) (cb926ca9eaec6b03b218ed76f06b690a13db2485)
  • Add ignoreIssues to JSON Schema (90056915e49be7b36a03cb35ec563876110d16c9)
  • Update docs (b4b89299399fa089ab85b8ea432b4cb753e11964)
  • Oh, CI (b153f93143b54288afaee09d626b43d9d6803c44)
  • Fix lint issues (0ccfda67af6190b8184ef6fe94036e79c9a06f1d)

Release 5.65.0

  • Release 5.64.3 (157ae943fa2a7b16321c1c6c5fff87ba9d6f3566)
  • Oops (f7ce7d7a0fed6acd4d22d8825dc3de08bff5df15)
  • Fix some typos in docs and code comments (#1299) (715d7cc75f4349547fba049839b4dca253acf57f) - thanks @​jdufresne!

... (truncated)

Commits
  • 2d44390 Release 5.66.4
  • 3eaad53 Update oxc-resolver (close #1316)
  • d4b56e7 Set --fix if --fix-types or --allow-remove-files is set (close #1325)
  • 935cf5d Fix one character getting removed too much when fixing unused exported type (...
  • b7acf1f Add experimental nextjs conventions support (#1322)
  • 9b1a40f Release 5.66.3
  • c39e775 Get text of element.name (resolves #1315)
  • b7cf6aa Move types
  • 4bc66d8 Turn off rule if that issue type is disabled
  • 4eb6dd3 Increase precision for named import pos
  • Additional commits viewable in compare view

Updates oclif from 4.22.29 to 4.22.38

Release notes

Sourced from oclif's releases.

4.22.38

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.33 to 6.2.34 (c08d753)

4.22.37

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (5920c81)

4.22.36

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.908.0 to 3.917.0 (d85d69b)

4.22.35

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.68 to 3.2.71 (319d720)

4.22.34

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.901.0 to 3.913.0 (85a347a)

4.22.33

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (8d35fba)

4.22.32

Bug Fixes

  • deps: bump @​oclif/core from 4.5.4 to 4.5.5 (a595757)

4.22.31

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.901.0 to 3.908.0 (1f29867)

4.22.30

Bug Fixes

  • deps: bump semver from 7.7.2 to 7.7.3 (0988557)
Changelog

Sourced from oclif's changelog.

4.22.38 (2025-10-27)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.33 to 6.2.34 (c08d753)

4.22.37 (2025-10-26)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (5920c81)

4.22.36 (2025-10-26)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.908.0 to 3.917.0 (d85d69b)

4.22.35 (2025-10-26)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.68 to 3.2.71 (319d720)

4.22.34 (2025-10-19)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.901.0 to 3.913.0 (85a347a)

4.22.33 (2025-10-19)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (8d35fba)

4.22.32 (2025-10-12)

Bug Fixes

  • deps: bump @​oclif/core from 4.5.4 to 4.5.5 (a595757)

4.22.31 (2025-10-12)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.901.0 to 3.908.0 (1f29867)

4.22.30 (2025-10-12)

... (truncated)

Commits
  • 1b03a90 chore(release): 4.22.38 [skip ci]
  • b51004e Merge pull request #1894 from oclif/dependabot-npm_and_yarn-oclif-plugin-help...
  • c08d753 fix(deps): bump @​oclif/plugin-help from 6.2.33 to 6.2.34
  • 9a2e162 chore(release): 4.22.37 [skip ci]
  • 78e8d08 Merge pull request #1895 from oclif/dependabot-npm_and_yarn-oclif-plugin-warn...
  • 9316018 chore(release): 4.22.36 [skip ci]
  • 32c2dcd Merge pull request #1896 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • e8ae15b Merge pull request #1897 from oclif/dependabot-npm_and_yarn-oclif-plugin-lega...
  • 5920c81 fix(deps): bump @​oclif/plugin-warn-if-update-available
  • 96b83a2 chore(release): 4.22.35 [skip ci]
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the minor-development-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.2.5` | `2.3.2` |
| [@readme/standards](https://github.com/readmeio/standards) | `2.2.0` | `2.4.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.7.0` | `24.9.2` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.64.2` | `5.66.4` |
| [oclif](https://github.com/oclif/oclif) | `4.22.29` | `4.22.38` |


Updates `@biomejs/biome` from 2.2.5 to 2.3.2
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.2/packages/@biomejs/biome)

Updates `@readme/standards` from 2.2.0 to 2.4.0
- [Release notes](https://github.com/readmeio/standards/releases)
- [Commits](https://github.com/readmeio/standards/compare/@readme/standards@2.2.0...@readme/standards@2.4.0)

Updates `@types/node` from 24.7.0 to 24.9.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `knip` from 5.64.2 to 5.66.4
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.66.4/packages/knip)

Updates `oclif` from 4.22.29 to 4.22.38
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.22.29...4.22.38)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: "@readme/standards"
  dependency-version: 2.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: "@types/node"
  dependency-version: 24.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: knip
  dependency-version: 5.66.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: oclif
  dependency-version: 4.22.38
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2025
@dependabot dependabot bot requested a review from kanadgupta as a code owner November 1, 2025 15:21
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2025
@erunion erunion merged commit 5bdb4c5 into main Dec 1, 2025
7 checks passed
@erunion erunion deleted the dependabot/npm_and_yarn/minor-development-deps-4851b1a473 branch December 1, 2025 18:01
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant