Skip to content

chore(shared): bump the shared-dependencies group in /packages/shared with 10 updates - #1040

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/shared/shared-dependencies-e3fa29e02d
Closed

chore(shared): bump the shared-dependencies group in /packages/shared with 10 updates#1040
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/shared/shared-dependencies-e3fa29e02d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2025

Copy link
Copy Markdown
Contributor

Bumps the shared-dependencies group in /packages/shared with 10 updates:

Package From To
@preact/signals-react 3.0.1 3.3.0
zustand 5.0.3 5.0.8
@testing-library/dom 10.4.0 10.4.1
@testing-library/jest-dom 6.6.3 6.8.0
@testing-library/react 16.2.0 16.3.0
@types/react 18.3.11 19.1.11
@types/react-dom 18.3.1 19.1.8
jsdom 26.0.0 26.1.0
jsdom-testing-mocks 1.13.1 1.15.2
vite 6.3.4 7.1.3

Updates @preact/signals-react from 3.0.1 to 3.3.0

Release notes

Sourced from @​preact/signals-react's releases.

@​preact/signals-react@​3.2.1

Patch Changes

@​preact/signals-react@​3.2.0

Minor Changes

Patch Changes

@​preact/signals-react@​3.1.1

Patch Changes

@​preact/signals-react@​3.1.0

Minor Changes

Changelog

Sourced from @​preact/signals-react's changelog.

3.3.0

Minor Changes

Patch Changes

  • Updated dependencies [6cc7005]:
    • @​preact/signals-core@​1.12.0

3.2.1

Patch Changes

3.2.0

Minor Changes

Patch Changes

3.1.1

Patch Changes

3.1.0

Minor Changes

Commits

Updates zustand from 5.0.3 to 5.0.8

Release notes

Sourced from zustand's releases.

v5.0.8

A bug fix in shallow and a tiny improvement in persist.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.7...v5.0.8

v5.0.7

This enables a small optimization in some edge cases.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.6...v5.0.7

v5.0.6

Some very minor changes.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.5...v5.0.6

v5.0.5

It comes with some small improvements.

What's Changed

New Contributors

... (truncated)

Commits

Updates @testing-library/dom from 10.4.0 to 10.4.1

Release notes

Sourced from @​testing-library/dom's releases.

v10.4.1

10.4.1 (2025-07-27)

Bug Fixes

Commits

Updates @testing-library/jest-dom from 6.6.3 to 6.8.0

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.8.0

6.8.0 (2025-08-20)

Features

v6.7.0

6.7.0 (2025-08-13)

Features

v6.6.4

6.6.4 (2025-07-26)

Performance Improvements

Commits

Updates @testing-library/react from 16.2.0 to 16.3.0

Release notes

Sourced from @​testing-library/react's releases.

v16.3.0

16.3.0 (2025-04-02)

Features

  • add bernardobelchior as a contributor for code, and doc (#1391) (9fc6a75)
Commits

Updates @types/react from 18.3.11 to 19.1.11

Commits

Updates @types/react-dom from 18.3.1 to 19.1.8

Commits

Updates jsdom from 26.0.0 to 26.1.0

Release notes

Sourced from jsdom's releases.

Version 26.1.0

  • Added at least partial support for various SVG elements and their classes: <defs> (SVGDefsElement), <desc> (SVGDescElement), <g> (SVGGElement), <metadata> (SVGMetadataElement), <switch> (SVGSwitchElement), and <symbol> (SVGSymbolElement).
  • Added SVGAnimatedPreserveAspectRatio and SVGAnimatedRect, including support in the reflection layer.
  • Added the SVGSVGElement createSVGRect() method, and the SVGRect type (which is distinct from DOMRect.)
  • Added indexed property support to HTMLFormElement.
  • Updated the SVGElement viewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloated form-data dependency in favor of our own smaller implementation of multipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.
Changelog

Sourced from jsdom's changelog.

26.1.0

  • Added at least partial support for various SVG elements and their classes: <defs> (SVGDefsElement), <desc> (SVGDescElement), <g> (SVGGElement), <metadata> (SVGMetadataElement), <switch> (SVGSwitchElement), and <symbol> (SVGSymbolElement).
  • Added SVGAnimatedPreserveAspectRatio and SVGAnimatedRect, including support in the reflection layer.
  • Added the SVGSVGElement createSVGRect() method, and the SVGRect type (which is distinct from DOMRect.)
  • Added indexed property support to HTMLFormElement.
  • Updated the SVGElement viewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloated form-data dependency in favor of our own smaller implementation of multipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.
Commits
  • 1911c80 Version 26.1.0
  • ea6e851 Add failing script execution order test
  • 2be9dcf Add passing tests for CSS parsing errors
  • 9c68fe3 Add failing CSS container queries test
  • 501b1cc Add failing CSS cascade layer test
  • 1916583 Add passing font-face with a data URL parsing test
  • fc2a337 Add passing javascript: URL href test
  • 91c610d Move to-upstream CSS tests to correct directory
  • a5be813 Add failing calc() serialization test
  • 326745d Add passing oklch() serialization test
  • Additional commits viewable in compare view

Updates jsdom-testing-mocks from 1.13.1 to 1.15.2

Release notes

Sourced from jsdom-testing-mocks's releases.

v1.15.2

No release notes provided.

v1.15.1

Fix export issues. Thank you @​will-stone !

v1.15.0

No release notes provided.

v1.14.0

No release notes provided.

Commits
  • 945da84 Merge pull request #72 from trurl-master/bump/1.15.2
  • a17675a Update version to 1.15.2 in package.json
  • dbf86c8 Merge pull request #70 from will-stone/patch-1
  • 6fbdcc1 Fix Could not find a declaration file for module 'jsdom-testing-mocks'
  • 65d321f Merge pull request #66 from will-stone/patch-1
  • ed23ca2 Merge pull request #67 from trurl-master/add-claude-github-actions-1753830035149
  • 98df98f Claude Code Review workflow
  • c93bf49 Claude PR Assistant workflow
  • 8e3651a Fix ReferenceError: module is not defined in ES module scope
  • bcba45c Merge pull request #65 from trurl-master/fix/private-method-access-issue
  • Additional commits viewable in compare view

Updates vite from 6.3.4 to 7.1.3

Release notes

Sourced from vite's releases.

v7.1.3

Please refer to CHANGELOG.md for details.

v7.1.2

Please refer to CHANGELOG.md for details.

v7.1.1

Please refer to CHANGELOG.md for details.

create-vite@7.1.1

Please refer to CHANGELOG.md for details.

plugin-legacy@7.1.0

Please refer to CHANGELOG.md for details.

create-vite@7.1.0

Please refer to CHANGELOG.md for details.

v7.1.0

Please refer to CHANGELOG.md for details.

v7.1.0-beta.1

Please refer to CHANGELOG.md for details.

v7.1.0-beta.0

Please refer to CHANGELOG.md for details.

v7.0.6

Please refer to CHANGELOG.md for details.

v7.0.5

Please refer to CHANGELOG.md for details.

v7.0.4

Please refer to CHANGELOG.md for details.

v7.0.3

Please refer to CHANGELOG.md for details.

create-vite@7.0.3

Please refer to CHANGELOG.md for details.

v7.0.2

Please refer to CHANGELOG.md for details.

create-vite@7.0.2

Please refer to CHANGELOG.md for details.

v7.0.1

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

7.1.3 (2025-08-19)

Features

  • cli: add Node.js version warning for unsupported versions (#20638) (a1be1bf)
  • generate code frame for parse errors thrown by terser (#20642) (a9ba017)
  • support long lines in generateCodeFrame (#20640) (1559577)

Bug Fixes

  • deps: update all non-major dependencies (#20634) (4851cab)
  • optimizer: incorrect incompatible error (#20439) (446fe83)
  • support multiline new URL(..., import.meta.url) expressions (#20644) (9ccf142)

Performance Improvements

Miscellaneous Chores

Code Refactoring

Tests

7.1.2 (2025-08-12)

Bug Fixes

  • client: add [vite] prefixes to debug logs (#20595) (7cdef61)
  • config: make debugger work with bundle loader (#20573) (c583927)
  • deps: update all non-major dependencies (#20587) (20d4817)
  • don't consider ids with npm: prefix as a built-in module (#20558) (ab33803)
  • hmr: watch non-inlined assets referenced by CSS (#20581) (b7d494b)
  • module-runner: prevent crash when sourceMappingURL pattern appears in string literals (#20554) (2770478)

Miscellaneous Chores

  • deps: migrate to @jridgewell/remapping from @ampproject/remapping (#20577) (0a6048a)
  • deps: update rolldown-related dependencies (#20586) (77632c5)

7.1.1 (2025-08-08)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite since your current version.


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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 27, 2025
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/shared/shared-dependencies-e3fa29e02d branch from e60fc8f to a135880 Compare September 2, 2025 16:30
Bumps the shared-dependencies group in /packages/shared with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@preact/signals-react](https://github.com/preactjs/signals/tree/HEAD/packages/react) | `3.0.1` | `3.3.0` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.3` | `5.0.8` |
| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `10.4.0` | `10.4.1` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.6.3` | `6.8.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.2.0` | `16.3.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.11` | `19.1.11` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.1` | `19.1.8` |
| [jsdom](https://github.com/jsdom/jsdom) | `26.0.0` | `26.1.0` |
| [jsdom-testing-mocks](https://github.com/trurl-master/jsdom-testing-mocks) | `1.13.1` | `1.15.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.3.4` | `7.1.3` |


Updates `@preact/signals-react` from 3.0.1 to 3.3.0
- [Release notes](https://github.com/preactjs/signals/releases)
- [Changelog](https://github.com/preactjs/signals/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/preactjs/signals/commits/HEAD/packages/react)

Updates `zustand` from 5.0.3 to 5.0.8
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.3...v5.0.8)

Updates `@testing-library/dom` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/dom-testing-library@v10.4.0...v10.4.1)

Updates `@testing-library/jest-dom` from 6.6.3 to 6.8.0
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.6.3...v6.8.0)

Updates `@testing-library/react` from 16.2.0 to 16.3.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.2.0...v16.3.0)

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

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

Updates `jsdom` from 26.0.0 to 26.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@26.0.0...26.1.0)

Updates `jsdom-testing-mocks` from 1.13.1 to 1.15.2
- [Release notes](https://github.com/trurl-master/jsdom-testing-mocks/releases)
- [Commits](trurl-master/jsdom-testing-mocks@v1.13.1...v1.15.2)

Updates `vite` from 6.3.4 to 7.1.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.3/packages/vite)

---
updated-dependencies:
- dependency-name: "@preact/signals-react"
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: shared-dependencies
- dependency-name: zustand
  dependency-version: 5.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: shared-dependencies
- dependency-name: "@testing-library/dom"
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: shared-dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: shared-dependencies
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: shared-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.1.11
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: shared-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: shared-dependencies
- dependency-name: jsdom
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: shared-dependencies
- dependency-name: jsdom-testing-mocks
  dependency-version: 1.15.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: shared-dependencies
- dependency-name: vite
  dependency-version: 7.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: shared-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/shared/shared-dependencies-e3fa29e02d branch from a135880 to a31dd4a Compare September 3, 2025 12:07
@siiick

siiick commented Sep 16, 2025

Copy link
Copy Markdown
Contributor

Closing due to new Dependabot strategy

@siiick siiick closed this Sep 16, 2025
@dependabot @github

dependabot Bot commented on behalf of github Sep 16, 2025

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/packages/shared/shared-dependencies-e3fa29e02d branch September 16, 2025 15:19
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