Skip to content

chore(deps-dev): bump the minor-development-deps group with 7 updates - #266

Merged
erunion merged 2 commits into
mainfrom
dependabot/npm_and_yarn/minor-development-deps-8196fb4a11
Apr 1, 2025
Merged

chore(deps-dev): bump the minor-development-deps group with 7 updates#266
erunion merged 2 commits into
mainfrom
dependabot/npm_and_yarn/minor-development-deps-8196fb4a11

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubApr 1, 2025

Copy link
Copy Markdown

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

PackageFromTo
@readme/eslint-config14.4.214.6.0
@types/node22.13.822.13.16
@vitest/coverage-v83.0.73.1.1
prettier3.5.23.5.3
type-fest4.36.04.39.0
typescript5.7.35.8.2
vitest3.0.73.1.1

Updates @readme/eslint-config from 14.4.2 to 14.6.0

Commits
  • d8b1823 chore(release): publish
  • e5577ed feat(eslint-plugin): sorting TS enums by their value
  • e69fdfb chore(release): publish
  • e19e2d5 fix(eslint-config): don't error on unused caught errors
  • 69d58de chore(deps): bump @​typescript-eslint/eslint-plugin from 8.24.1 to 8.25.0 (#939)
  • c85c476 chore(deps): bump @​vitest/eslint-plugin from 1.1.32-beta.3 to 1.1.36 (#935)
  • 67aed78 chore(deps): bump @​typescript-eslint/parser from 8.24.1 to 8.25.0 (#936)
  • b1f657f chore(deps): bump eslint-plugin-react-hooks from 5.1.0 to 5.2.0 (#938)
  • 1c436d7 chore(deps): bump @​typescript-eslint/utils from 8.24.1 to 8.25.0 (#940)
  • e2ef14e chore(deps): bump stylelint from 16.14.1 to 16.15.0 (#943)
  • Additional commits viewable in compare view

Updates @types/node from 22.13.8 to 22.13.16

Commits

Updates @vitest/coverage-v8 from 3.0.7 to 3.1.1

Release notes

Sourced from @​vitest/coverage-v8's releases.

v3.1.1

🐞 Bug Fixes

View changes on GitHub

v3.1.0

🚀 Features

🐞 Bug Fixes

🏎 Performance

... (truncated)

Commits

Updates prettier from 3.5.2 to 3.5.3

Release notes

Sourced from prettier's releases.

3.5.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.5.3

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#17196 by @​fisker)

// InputtypeT<U>='a'|('b'extendsU ? 'c' : empty);typeT<U>='a'&('b'extendsU ? 'c' : empty);// Prettier 3.5.2typeT<U>="a"|"b"extendsU ? "c" : empty;typeT<U>="a"&"b"extendsU ? "c" : empty;// Prettier 3.5.3typeT<U>="a"|("b"extendsU ? "c" : empty);typeT<U>="a"&("b"extendsU ? "c" : empty);

Commits

Updates type-fest from 4.36.0 to 4.39.0

Release notes

Sourced from type-fest's releases.

v4.39.0

  • ArrayTail: Add preserveReadonly option (#1091) 544271e
  • PartialDeep : Fix behaviour when strictNullChecks is disabled (#1096) 7536bae
  • OptionalKeysOf / RequiredKeysOf: Fix instantiations with unions and arrays (#1089) e1ac7b2
  • WritableKeysOf / ReadonlyKeysOf: Fix behavior with unions and optional properties (#1088) bbf9137

sindresorhus/type-fest@v4.38.0...v4.39.0

v4.38.0

  • AsyncReturnType: Add support for PromiseLike (#1082) 72ccde9
  • DelimiterCase / SnakeCase / ScreamingSnakeCase / KebabCase: Fix instantiations containing punctuations (#1080) 063e28d
  • DelimiterCase: Pass Options generic to all related types (#1078) 1974944
  • CamelCasedPropertiesDeep: Make nested array objects respect the options (#1077) c11c9ca

sindresorhus/type-fest@v4.37.0...v4.38.0

v4.37.0

  • Sum: Add negative return value support (#1068) af5bfb7
  • Subtract: Add negative return value support (#1061) 2b85ae2
  • Split: Add strictLiteralChecks option (#1067) cc93f85
  • Split: Fix instantiations with unions (#1067) cc93f85
  • Replace: Fix instantiations with unions (#1065) a733698
  • DelimiterCase / SnakeCase / ScreamingSnakeCase / KebabCase: Fix default value for splitOnNumbers option (#1073) e462e72

sindresorhus/type-fest@v4.36.0...v4.37.0

Commits
  • 07cb870 4.39.0
  • 7536baeApplyDefaultOptions: Improve behaviour when strictNullChecks is disabled ...
  • 31ad1c2 Update funding.yml
  • 059720a Readme tweaks
  • 544271eArrayTail: Add preserveReadonly option (#1091)
  • e1ac7b2OptionalKeysOf / RequiredKeysOf: Fix instantiations with unions and array...
  • bbf9137WritableKeysOf / ReadonlyKeysOf: Fix behavior with unions and optional pr...
  • a6590b9 4.38.0
  • 72ccde9AsyncReturnType: Add support for PromiseLike (#1082)
  • 568604c Remove voxpelli from CODEOWNERS
  • Additional commits viewable in compare view

Updates typescript from 5.7.3 to 5.8.2

Release notes

Sourced from typescript's releases.

TypeScript 5.8

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 RC

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • beb69e4 Bump version to 5.8.2 and LKG
  • 8fdbd54 🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...
  • f4a3a8a 🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...
  • 420ff06 Bump version to 5.8.1-rc and LKG
  • 48eb13f Update LKG
  • fb59c19 Merge remote-tracking branch 'origin/main' into release-5.8
  • df342b7 Fixed rewriteRelativeImportExtensions for import() within call expression...
  • 775412a Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...
  • e1629e5 Pass ignoreErrors=true to more resolveEntityName callers (#61144)
  • 6fd1799 Update LKG
  • Additional commits viewable in compare view

Updates vitest from 3.0.7 to 3.1.1

Release notes

Sourced from vitest's releases.

v3.1.1

🐞 Bug Fixes

View changes on GitHub

v3.1.0

🚀 Features

🐞 Bug Fixes

🏎 Performance

... (truncated)

Commits
  • a9d36c7 chore: release v3.1.1
  • 69ca425 fix(reporter): print test only once in the verbose mode (#7738)
  • b166efa fix(reporter): report tests in correct order (#7752)
  • b8eda4b chore: release v3.1.0
  • 938da77 fix (ui): rerun individually tests with special chars in name (#7707)
  • 7883acd feat: use providers request interception for module mocking (#7576)
  • a7ecd0f refactor: remove direct imports from rollup (#7751)
  • 5659a0e feat: Added vitest-browser-lit to vitest init browser and docs (#7705)
  • 2702cf4 fix: fix vm tests flakiness (#7741)
  • 12762ea perf(browser): fork jest-dom instead of bundling it (#7605)
  • 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 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

Bumps the minor-development-deps group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [@readme/eslint-config](https://github.com/readmeio/standards) | `14.4.2` | `14.6.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.8` | `22.13.16` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.0.7` | `3.1.1` |
| [prettier](https://github.com/prettier/prettier) | `3.5.2` | `3.5.3` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.36.0` | `4.39.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.7` | `3.1.1` |
Updates `@readme/eslint-config` from 14.4.2 to 14.6.0
- [Release notes](https://github.com/readmeio/standards/releases)
- [Commits](https://github.com/readmeio/standards/compare/@readme/eslint-config@14.4.2...@readme/eslint-config@14.6.0)
Updates `@types/node` from 22.13.8 to 22.13.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `@vitest/coverage-v8` from 3.0.7 to 3.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.1/packages/coverage-v8)
Updates `prettier` from 3.5.2 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.2...3.5.3)
Updates `type-fest` from 4.36.0 to 4.39.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.36.0...v4.39.0)
Updates `typescript` from 5.7.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)
Updates `vitest` from 3.0.7 to 3.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.1/packages/vitest)
---
updated-dependencies:
- dependency-name: "@readme/eslint-config"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-development-deps
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-development-deps
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-development-deps
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-development-deps
- dependency-name: type-fest
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-development-deps
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-development-deps
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-development-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBot requested a review from erunionApril 1, 2025 15:20
@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Apr 1, 2025
@erunion
erunion merged commit cf193bf into mainApr 1, 2025
@erunion
erunion deleted the dependabot/npm_and_yarn/minor-development-deps-8196fb4a11 branch April 1, 2025 17:19
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@erunion