Skip to content

build(deps-dev): bump the dev-deps group with 9 updates #1506

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the dev-deps group with 9 updates:

Package From To
@cypress/code-coverage 3.14.2 3.14.4
@next/bundle-analyzer 15.3.2 15.3.3
@types/node 22.15.19 22.15.29
@types/react 19.1.4 19.1.6
cypress 14.3.3 14.4.0
eslint 9.27.0 9.28.0
eslint-config-next 15.3.2 15.3.3
knip 5.56.0 5.59.1
mailslurp-client 15.22.1 15.23.1

Updates @cypress/code-coverage from 3.14.2 to 3.14.4

Release notes

Sourced from @​cypress/code-coverage's releases.

v3.14.4

3.14.4 (2025-05-28)

Bug Fixes

  • deps: update dependency @​types/node to v22.15.21 (#951) (127b589)
  • deps: update dependency @​types/react to v18.3.22 (#952) (b527fc5)

v3.14.3

3.14.3 (2025-05-19)

Bug Fixes

  • deps: update dependency @​types/node to v22.15.19 (#949) (fab6376)
Commits
  • 127b589 fix(deps): update dependency @​types/node to v22.15.21 (#951)
  • b527fc5 fix(deps): update dependency @​types/react to v18.3.22 (#952)
  • 65ca896 chore(deps): update dependency webpack to v5.99.9 (#953)
  • fab6376 fix(deps): update dependency @​types/node to v22.15.19 (#949)
  • 73f1480 chore(deps): update dependency start-server-and-test to v2.0.12 (#948)
  • 576eedb Allow babel-loader v10 as peer-dependency (#943)
  • See full diff in compare view

Updates @next/bundle-analyzer from 15.3.2 to 15.3.3

Release notes

Sourced from @​next/bundle-analyzer's releases.

v15.3.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Reinstate vary (#79939)
  • fix(next-swc): Fix interestingness detection for React Compiler (#79558)
  • fix(next-swc): Fix react compiler usefulness detector (#79480)
  • fix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)
  • Client router should discard stale prefetch entries for static pages (#79362)

Credits

Huge thanks to @​gaojude, @​kdy1, @​bgw, and @​unstubbable for helping!

Commits

Updates @types/node from 22.15.19 to 22.15.29

Commits

Updates @types/react from 19.1.4 to 19.1.6

Commits

Updates cypress from 14.3.3 to 14.4.0

Release notes

Sourced from cypress's releases.

v14.4.0

Changelog: https://docs.cypress.io/app/references/changelog#14-4-0

Commits

Updates eslint from 9.27.0 to 9.28.0

Release notes

Sourced from eslint's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/[email protected] (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog

Sourced from eslint's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/[email protected] (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)
Commits

Updates eslint-config-next from 15.3.2 to 15.3.3

Release notes

Sourced from eslint-config-next's releases.

v15.3.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Reinstate vary (#79939)
  • fix(next-swc): Fix interestingness detection for React Compiler (#79558)
  • fix(next-swc): Fix react compiler usefulness detector (#79480)
  • fix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)
  • Client router should discard stale prefetch entries for static pages (#79362)

Credits

Huge thanks to @​gaojude, @​kdy1, @​bgw, and @​unstubbable for helping!

Commits

Updates knip from 5.56.0 to 5.59.1

Release notes

Sourced from knip's releases.

Release 5.59.1

  • Edit some docs re. handling binaries (closes #1107) (6ce390855a383e6548c30b20c156dceb5294d81d)
  • Add "contributing" page (cd4f29379f2940b459adec676fd770c63fcb456c)
  • Link to e18e.dev (384367838bd6329cec0642c7156d426f730b39b0)
  • Ignore scripts with name not starting with word character (a240f0dbc5c3e8a955a97791734765ea0b51291d)
  • Add cargo to global list of ignored binaries (0fcbe114c3a1ed141311927986358fa92f8ab2cd)
  • Minor refactors (3b447b83dd17d6482821a7fc671fb6854b54c792)

Release 5.59.0

  • feat(astro-mdx): add compiler for @​astrojs/mdx to treat layout value from mdx frontmatter as import (#1102) (4a8dd49716cdee13d325b68aafd00549387ba730) - thanks @​cylewaitforit!
  • Add oxnode to binaries with first positional arg entry (a6f243444b09bbae78779754c772245ad173fe06)
  • Fix up stylelint plugin (0c3d054a3ea8c782b4158bab7ee3921eef971e0f)
  • feat: tsdown plugin (#1109) (20dc8f14ee1f7644752c2a9f6b30e3a9309e6535) - thanks @​TheAlexLichter!

Release 5.58.1

  • Mark sentry config files as production entrypoints (#1104) (7138e8f330875b2911a3cca9d437d25dfb2739f2) - thanks @​camjackson!
  • Standardize on fixture directory and package names (a9cbf1913a6c217dc1e3b4a1665d17602849873f)
  • Fix dimmed count in reporter (ba392b0eeb6a1ad8508a5ae014c929a1fdc40491)
  • Improve negated workspace pattern method (b63f83bb97b37e234ece6126d6d2b3c6ba24d461)
  • Move isDisableConfigHints to clean up (aafda400003557c35d59321594f347e54dd64e6f)

Release 5.58.0

  • Add setup/teardown to plugins (to prepare env) (375bd427db7557ad74b3bd9b549ee5fea9d75902)
  • Move nuxt init to setup function (closes #1097) (951240e1f48a13a7008c99c2456535b23cdb7fc3)
  • feat(webpack): process resolveLoader.alias (#1100) (70ffa83bc59c4598b6d8bcaccd53bb8d47135352) - thanks @​TkDodo!
  • Add vite plugin to resolve file from resolve.extension (#1080) (a88d655c273441f28c7c0b62c118c8cea943d307) - thanks @​clickCA!

Release 5.57.2

  • Remove baseUrl property from tsconfig (#1092) (b77c52475e2a73ebdeb4250cf79f09f54a6b43e4) - thanks @​ItsNickBarry!
  • Fix/add mocks as entries conditionally (jest + vitest) (7726d41a3795c89a0a7b291309e2b15ba3933aa7)
  • Add custom MDX compiler example (#1098) (d746092154a2bea0efbf64dd522d8340e316514d)

Release 5.57.1

  • Add example known issue when loading config files (cc36b08c542c3f3e5b0c3d384ba84a027e1ab29c)
  • Remove empty import (689993bb8862143a1d2cc446f7c484c9eb7c042f)
  • Add x to --trace legend (dd91f3a954dc5afd789a87cdf6aa4d5f495b0a54)
  • Improve sponsors script and add venz url (ecefd9efc8234e2125d3669253ec8e7153dacd20)
  • resolve issue with plugin overlap on config files (#1096) (c54603e08b723ee57f58de2261dd2d558bd53532) - thanks @​apeloquin-agilysys!
  • Add fixture to cover prevention of circular dependencies in config files (0b63a01c88dea503b82b70d3d7fbbe0bf9375fe5)
  • Update docs dependencies (54f96af1dd8958fee6baf20a892f1ba8f1f96af4)
  • A bit of tests/fixtures housekeeping (866793cfc041289b214baa8b9fd6467f5d5172b4)

Release 5.57.0

  • Don't show mem usage twice with --memory-realtime (b91f5ca740ce0b784da3a8bb1387ed7c9d569d12)
  • Update docs (d26acbb93a57ff6896af88122a939b32ec5980eb)
  • Add license section and attribute more explicitly (3b3c972a96868ac60f895b94168eef9611a0f7de)
  • Update license files (88aa6edd92a98d4244c51ba73c39fac550340b4a)
  • Revisit/remove ts-ignore tags (86de614ced61e0ca6f5491575e55818f36059855)
  • Remove toSorted (introduced in Node.js v20) (df56a82e0bb8915a60cb5315652e1d325ff854cc)
  • docs: remove rehype-autolink-headings and use Starlight heading anchor links. (#1076) (541c999e18d122231f840b2b57f3a81df6ed95d0) - thanks @​cylewaitforit!

... (truncated)

Commits
  • e6a43d9 Release 5.59.1
  • 3b447b8 Minor refactors
  • 0fcbe11 Add cargo to global list of ignored binaries
  • a240f0d Ignore scripts with name not starting with word character
  • 8aa2f13 Release 5.59.0
  • 20dc8f1 feat: tsdown plugin (#1109)
  • 0c3d054 Fix up stylelint plugin
  • a6f2434 Add oxnode to binaries with first positional arg entry
  • 4a8dd49 feat(astro-mdx): add compiler for @​astrojs/mdx to treat layout value from mdx...
  • 46f494e Release 5.58.1
  • Additional commits viewable in compare view

Updates mailslurp-client from 15.22.1 to 15.23.1

Commits

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

@dependabot dependabot bot requested a review from kyleecodes June 2, 2025 09:39
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependencies Updates a dependency file javascript Pull requests that update Javascript code labels Jun 2, 2025
Copy link

vercel bot commented Jun 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bloom-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 9, 2025 9:26am

Bumps the dev-deps group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) | `3.14.2` | `3.14.4` |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.3.2` | `15.3.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.19` | `22.15.29` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.4` | `19.1.6` |
| [cypress](https://github.com/cypress-io/cypress) | `14.3.3` | `14.4.0` |
| [eslint](https://github.com/eslint/eslint) | `9.27.0` | `9.28.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.3.2` | `15.3.3` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.56.0` | `5.59.1` |
| [mailslurp-client](https://github.com/mailslurp/mailslurp-client) | `15.22.1` | `15.23.1` |


Updates `@cypress/code-coverage` from 3.14.2 to 3.14.4
- [Release notes](https://github.com/cypress-io/code-coverage/releases)
- [Changelog](https://github.com/cypress-io/code-coverage/blob/master/.releaserc)
- [Commits](cypress-io/code-coverage@v3.14.2...v3.14.4)

Updates `@next/bundle-analyzer` from 15.3.2 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/packages/next-bundle-analyzer)

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

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

Updates `cypress` from 14.3.3 to 14.4.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.3.3...v14.4.0)

Updates `eslint` from 9.27.0 to 9.28.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.27.0...v9.28.0)

Updates `eslint-config-next` from 15.3.2 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/packages/eslint-config-next)

Updates `knip` from 5.56.0 to 5.59.1
- [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.59.1/packages/knip)

Updates `mailslurp-client` from 15.22.1 to 15.23.1
- [Changelog](https://github.com/mailslurp/mailslurp-client/blob/master/CHANGELOG.md)
- [Commits](mailslurp/mailslurp-client@v15.22.1...v15.23.1)

---
updated-dependencies:
- dependency-name: "@cypress/code-coverage"
  dependency-version: 3.14.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@next/bundle-analyzer"
  dependency-version: 15.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/node"
  dependency-version: 22.15.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/react"
  dependency-version: 19.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: cypress
  dependency-version: 14.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: eslint-config-next
  dependency-version: 15.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: knip
  dependency-version: 5.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: mailslurp-client
  dependency-version: 15.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-deps-6ff144911f branch from 26c73f4 to 28b59f3 Compare June 9, 2025 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates 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