Skip to content

build(deps-dev): bump the web-ui-majors group across 1 directory with 3 updates - #277

Merged
ShotaroKataoka merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web-ui/web-ui-majors-f8f57355c4
Aug 5, 2026
Merged

build(deps-dev): bump the web-ui-majors group across 1 directory with 3 updates#277
ShotaroKataoka merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web-ui/web-ui-majors-f8f57355c4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the web-ui-majors group with 3 updates in the /web-ui directory: @types/node, jsdom and shadcn.

Updates @types/node from 25.9.5 to 26.1.2

Commits

Updates jsdom from 29.1.1 to 30.0.1

Release notes

Sourced from jsdom's releases.

v30.0.1

  • Fixed getComputedStyle() with calc() and other functions throwing an exception, which regressed in v30.0.0. (@​asamuzaK)
  • Sped up up range operations on large documents (@​leonidaz)

v30.0.0

Breaking changes:

  • Node.js minimum version raised to ^22.22.2 || ^24.15.0 || >=26.0.0.

Other changes:

  • Added CSS.escape() and CSS.supports() functions. (@​asamuzaK)
  • Added 'background-position-x' and 'background-position-y' CSS properties. (@​olagokemills)
  • Fixed getComputedStyle() to convert length values into pixels. (@​asamuzaK)
  • Fixed CSS function serialization, e.g., in the return value of getPropertyValue(). (@​asamuzaK)
  • Fixed the type of error thrown by document.evaluate() (@​dokson)
Commits
  • 6584485 30.0.1
  • 0c51df6 Update dependencies and dev dependencies
  • 32adb34 Bump @​asamuzakjp/dom-selector
  • 70f014a Speed up range operations on large documents
  • 250d7ee Partially fix getComputedStyle with calc()
  • 20a01fc 30.0.0
  • 8c8e583 Precompute WPT expectation matches
  • f32245c Bump Node.js floor and dependencies
  • 03ef23b Add background-position longhands
  • ded056f Test CSS.escape() with numeric IDs
  • Additional commits viewable in compare view

Updates shadcn from 3.8.5 to 4.16.0

Release notes

Sourced from shadcn's releases.

shadcn@4.16.0

Minor Changes

shadcn@4.15.0

Minor Changes

shadcn@4.14.1

Patch Changes

shadcn@4.14.0

Minor Changes

shadcn@4.13.1

Patch Changes

shadcn@4.13.0

Minor Changes

shadcn@4.12.0

Minor Changes

shadcn@4.11.1

Patch Changes

... (truncated)

Changelog

Sourced from shadcn's changelog.

4.16.0

Minor Changes

4.15.0

Minor Changes

4.14.1

Patch Changes

4.14.0

Minor Changes

4.13.1

Patch Changes

4.13.0

Minor Changes

4.12.0

Minor Changes

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@github-actions github-actions Bot added the blog:skip ブログ対象外 label Aug 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web-ui/web-ui-majors-f8f57355c4 branch from 418c4d7 to cf7e765 Compare August 5, 2026 11:37
@ShotaroKataoka

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web-ui/web-ui-majors-f8f57355c4 branch 3 times, most recently from efee848 to 1685286 Compare August 5, 2026 11:53
… 3 updates

Bumps the web-ui-majors group with 3 updates in the /web-ui directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [jsdom](https://github.com/jsdom/jsdom) and [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn).


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

Updates `jsdom` from 29.1.1 to 30.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.1...v30.0.1)

Updates `shadcn` from 3.8.5 to 4.16.0
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.16.0/packages/shadcn)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: web-ui-majors
- dependency-name: jsdom
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: web-ui-majors
- dependency-name: shadcn
  dependency-version: 4.15.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: web-ui-majors
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web-ui/web-ui-majors-f8f57355c4 branch from 1685286 to 64b35c9 Compare August 5, 2026 11:55
@ShotaroKataoka
ShotaroKataoka merged commit eec33fd into main Aug 5, 2026
11 checks passed
@ShotaroKataoka
ShotaroKataoka deleted the dependabot/npm_and_yarn/web-ui/web-ui-majors-f8f57355c4 branch August 5, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blog:skip ブログ対象外 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