Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the minor-development-deps group with 10 updates #491

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@readme/eslint-config 14.1.2 14.4.2
@types/node 22.13.0 22.13.7
@vitest/coverage-v8 3.0.4 3.0.7
fetch-mock 12.2.1 12.4.0
msw 2.7.0 2.7.3
nock 14.0.0 14.0.1
prettier 3.4.2 3.5.2
tsup 8.3.6 8.4.0
typescript 5.7.3 5.8.2
vitest 3.0.4 3.0.7

Updates @readme/eslint-config from 14.1.2 to 14.4.2

Commits
  • 9782507 chore(release): publish
  • 5ead9c6 fix(eslint-config): disabling two stylistic vitest rules
  • f687d3e chore(release): publish
  • b746250 chore: upgrading all typescript deps
  • f707fc2 chore(release): publish
  • 57692be chore(deps-dev): downgrading lerna
  • e5ff7ef feat: dropping eslint-plugin-typescript-sort-keys for `eslint-plugin-perfec...
  • 2b50d97 fix: lerna package-lock corruption
  • 7a3e906 chore(release): publish
  • 8afdc8f chore(deps): swapping out eslint-plugin-vitest for @vitest/eslint-plugin ...
  • Additional commits viewable in compare view

Updates @types/node from 22.13.0 to 22.13.7

Commits

Updates @vitest/coverage-v8 from 3.0.4 to 3.0.7

Release notes

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

v3.0.7

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v3.0.6

   🐞 Bug Fixes

    View changes on GitHub

v3.0.5

This release includes security patches for:

... (truncated)

Commits

Updates fetch-mock from 12.2.1 to 12.4.0

Release notes

Sourced from fetch-mock's releases.

fetch-mock: v12.4.0

12.4.0 (2025-02-23)

Features

  • add ability to wait for multiple routes (c3dc9c3)
  • implement waitFor option (5500228)

Bug Fixes

  • clone response before using (2ccf18e)
  • use a promise, no function, to implement waitFor (8783101)

fetch-mock: v12.3.0

12.3.0 (2025-02-04)

Features

  • added overwriteRoutes: true rule to codemods (b3d1468)
  • implemented modifyRoute() method (f62e3d6)
  • implemented removeRoute method (584a861)

Bug Fixes

  • make types for modify route config more accurate (6894569)
  • prevented overwriting stickiness of a route (87f8c9b)
Changelog

Sourced from fetch-mock's changelog.

12.4.0 (2025-02-23)

Features

  • add ability to wait for multiple routes (c3dc9c3)
  • implement waitFor option (5500228)

Bug Fixes

  • clone response before using (2ccf18e)
  • use a promise, no function, to implement waitFor (8783101)

12.3.0 (2025-02-04)

Features

  • added overwriteRoutes: true rule to codemods (b3d1468)
  • implemented modifyRoute() method (f62e3d6)
  • implemented removeRoute method (584a861)

Bug Fixes

  • make types for modify route config more accurate (6894569)
  • prevented overwriting stickiness of a route (87f8c9b)
Commits
  • b12f1f3 chore: release main
  • 2ccf18e fix: clone response before using
  • f5363a7 test: failing test for #908
  • c3dc9c3 feat: add ability to wait for multiple routes
  • 8783101 fix: use a promise, no function, to implement waitFor
  • 5500228 feat: implement waitFor option
  • a78aa19 test: tests for waitFor
  • 8fe425b chore: release main
  • 92e6e36 test: added tests for chaining modifyRoute
  • b3d1468 feat: added overwriteRoutes: true rule to codemods
  • Additional commits viewable in compare view

Updates msw from 2.7.0 to 2.7.3

Release notes

Sourced from msw's releases.

v2.7.3 (2025-02-24)

Bug Fixes

  • do not treat static asset requests as unhandled by default (#2440, docs) (eb45e7a93e2e4525c955ff0df1ec149c6b9de70e) @​kettanaito

v2.7.2 (2025-02-24)

Bug Fixes

  • HttpResponse: set the default bodyType to any (#2439) (bb1faf80645c551053e773382d9b56775f8bb580) @​kettanaito

v2.7.1 (2025-02-20)

Bug Fixes

  • HttpResponse: support non-configurable status codes (#2434) (0cf639e9c12b25093fe8aa0cce865168ea7db978) @​kettanaito
Commits

Updates nock from 14.0.0 to 14.0.1

Release notes

Sourced from nock's releases.

v14.0.1

14.0.1 (2025-02-06)

Bug Fixes

  • recorder: response body accessed multiple times in parallel requests (#2840) (ac7a1b2)
Commits
  • ac7a1b2 fix(recorder): response body accessed multiple times in parallel requests (#2...
  • 6b95833 chore(node-version): update node minimum version (#2833)
  • 86eff28 chore(tests): skip failing test (#2834)
  • See full diff in compare view

Updates prettier from 3.4.2 to 3.5.2

Release notes

Sourced from prettier's releases.

3.5.2

🔗 Changelog

3.5.1

🔗 Changelog

3.5.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.5.2

diff

Remove module-sync condition (#17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

3.5.1

diff

Fix CLI crash when cache for old version exists (#17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

3.5.0

diff

🔗 Release Notes

Commits
  • 399f427 Release 3.5.2
  • bf5aab8 Revert "Use ESM entrypoint for require(ESM)" (#17156)
  • c98acab Replace execa with nano-spawn in release script (#17129)
  • 4460a4e chore(deps): update eslint related dependencies (#17162)
  • f0707f5 chore(deps): update eslint related dependencies (major) (#17163)
  • e2624b6 Enforce dependency version be pinned in all packages (#17161)
  • 1cee47a chore(deps): update dependency react-markdown to v10 (#17160)
  • 7ce2a35 chore(deps): update dependency postcss to v8.5.3 (#17158)
  • 1fe7969 chore(deps): update xalvarez/prevent-file-change-action action to v1.9.1 (#17...
  • 8eb0630 chore(deps): update dependency knip to v5.44.4 (#17153)
  • Additional commits viewable in compare view

Updates tsup from 8.3.6 to 8.4.0

Release notes

Sourced from tsup's releases.

v8.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

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.4 to 3.0.7

Release notes

Sourced from vitest's releases.

v3.0.7

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v3.0.6

   🐞 Bug Fixes

    View changes on GitHub

v3.0.5

This release includes security patches for:

... (truncated)

Commits
  • 358cccf chore: release v3.0.7
  • 365ffe6 fix(deps): update all non-major dependencies (#7543)
  • aaa5855 perf(browser): do wdio context switching only once per file (#7549)
  • f71004f fix(spy): clear/reset/restore mocks in stack order (#7499)
  • 9584be3 chore: release v3.0.6
  • 027ce9b fix(reporters): render tasks in tree when in TTY (#7503)
  • b62ac22 chore: use tinyglobby instead of fast-glob in Vitest (#7504)
  • 167a98d fix: exclude queueMicrotask from default fake timers to not break node fetc...
  • 6cc408d fix(deps): update all non-major dependencies (#7507)
  • 8f13825 docs: fix sequence.hooks: 'stack' as default (#7492)
  • 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 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@readme/eslint-config](https://github.com/readmeio/standards) | `14.1.2` | `14.4.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.0` | `22.13.7` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.0.4` | `3.0.7` |
| [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) | `12.2.1` | `12.4.0` |
| [msw](https://github.com/mswjs/msw) | `2.7.0` | `2.7.3` |
| [nock](https://github.com/nock/nock) | `14.0.0` | `14.0.1` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.2` |
| [tsup](https://github.com/egoist/tsup) | `8.3.6` | `8.4.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.4` | `3.0.7` |


Updates `@readme/eslint-config` from 14.1.2 to 14.4.2
- [Release notes](https://github.com/readmeio/standards/releases)
- [Commits](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected])

Updates `@types/node` from 22.13.0 to 22.13.7
- [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.4 to 3.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/coverage-v8)

Updates `fetch-mock` from 12.2.1 to 12.4.0
- [Release notes](https://github.com/wheresrhys/fetch-mock/releases)
- [Changelog](https://github.com/wheresrhys/fetch-mock/blob/main/packages/fetch-mock/CHANGELOG.md)
- [Commits](https://github.com/wheresrhys/fetch-mock/commits/fetch-mock-v12.4.0/packages/fetch-mock)

Updates `msw` from 2.7.0 to 2.7.3
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.7.0...v2.7.3)

Updates `nock` from 14.0.0 to 14.0.1
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v14.0.0...v14.0.1)

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

Updates `tsup` from 8.3.6 to 8.4.0
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v8.3.6...v8.4.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.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)

Updates `vitest` from 3.0.4 to 3.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/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-patch
  dependency-group: minor-development-deps
- dependency-name: fetch-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: tsup
  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-patch
  dependency-group: minor-development-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2025
@dependabot dependabot bot requested a review from erunion March 1, 2025 00:56
@erunion erunion merged commit 2b2745a into main Mar 2, 2025
9 checks passed
@erunion erunion deleted the dependabot/npm_and_yarn/minor-development-deps-dcc6ade530 branch March 2, 2025 01:25
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