Skip to content

build(deps): Bump the patch-minor group with 5 updates#699

Merged
evadecker merged 1 commit intomainfrom
dependabot/npm_and_yarn/patch-minor-9a8ba89097
Mar 9, 2026
Merged

build(deps): Bump the patch-minor group with 5 updates#699
evadecker merged 1 commit intomainfrom
dependabot/npm_and_yarn/patch-minor-9a8ba89097

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps the patch-minor group with 5 updates:

Package From To
cssnano 7.1.2 7.1.3
motion 12.34.3 12.35.1
@biomejs/biome 2.4.4 2.4.6
@types/node 25.3.3 25.3.5
html-validate 10.9.0 10.11.1

Updates cssnano from 7.1.2 to 7.1.3

Release notes

Sourced from cssnano's releases.

v7.1.3

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.2...cssnano@7.1.3

Commits
  • b2e9903 Publish cssnano 7.1.3
  • a9f72ef chore: update development dependencies
  • 5674f7a fix(postcss-svgo: update SVGO
  • c3e537a fix: update postcss-selector-parser
  • 5b9af42 fix: update browserlist and autoprefixer
  • c0053c8 chore: add changeset
  • da88eca Optimize selector merging with WeakMap caching
  • cf4fc27 chore(deps-dev): bump diff from 8.0.2 to 8.0.3
  • a985c71 chore: update pnpm
  • 4b2a74a chore: update to ESLint 10
  • Additional commits viewable in compare view

Updates motion from 12.34.3 to 12.35.1

Changelog

Sourced from motion's changelog.

[12.35.1] 2026-03-06

Fixed

  • Fixing combination of string keyframes, spring and delay.
  • Gracefully handle negative scroll values.
  • Fix one-frame visual gap when rapidly switching WAAPI animations.
  • animation.time = 0 on a finished animation sets the playhead in a paused state.

[12.35.0] 2026-03-03

Added

  • ViewTimeline support for scroll and useScroll.

[12.34.6] 2026-03-03

Fixed

  • Handle % translate values in layout animations.

[12.34.5] 2026-03-03

Fixed

  • Ensure final WAAPI styles are always committed synchronously to prevent flash of incorrect styles in Firefox.
  • Prevent Next.js from caching typeof window checks.
  • Improve projection node cleanup.
  • Variant propagation fixed for asynchronously-mounted children.

[12.34.4] 2026-03-02

Fixed

  • Ensure onComplete fires at the end of an animation sequence.
Commits
  • d234eff v12.35.1
  • f0fd746 Updating changelog
  • a372820 Merge pull request #3591 from motiondivision/worktree-fix-issue-3269
  • d494a90 Make time setter pause finished animations so time=0 alone reverts
  • 577e2d3 Merge pull request #3588 from motiondivision/worktree-fix-issue-3569
  • 9af2185 Fix JSAnimation time setter to work after animation finishes
  • 5e63fb9 Fix useAnimate WAAPI mid-flight interruption jump to origin
  • 9c0b955 Fix useAnimate WAAPI mid-flight interruption jump to origin
  • 70497da Increase test timing margins for slow CI environments
  • 779b109 Updating changelog
  • Additional commits viewable in compare view

Updates @biomejs/biome from 2.4.4 to 2.4.6

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.6

2.4.6

Patch Changes

What's Changed

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.4.6

Patch Changes

2.4.5

Patch Changes

  • #9185 e43e730 Thanks @​dyc3! - Added the nursery rule useVueScopedStyles for Vue SFCs. This rule enforces that <style> blocks have the scoped attribute (or module for CSS Modules), preventing style leakage and conflicts between components.

  • #9184 49c8fde Thanks @​chocky335! - Improved plugin performance by batching all plugins into a single syntax visitor with a kind-to-plugin lookup map, reducing per-node dispatch overhead from O(N) to O(1) where N is the number of plugins.

  • #9283 071c700 Thanks @​dyc3! - Fixed noUndeclaredVariables erroneously flagging functions and variables defined in the <script setup> section of Vue SFCs.

  • #9221 4612133 Thanks @​ematipico! - Fixed an issue where the JSON reporter didn't contain the duration of the command.

  • #9294 1805c8f Thanks @​Netail! - Extra rule source reference. biome migrate eslint should do a bit better detecting rules in your eslint configurations.

  • #9178 101b3bb Thanks @​Bertie690! - Fixed #9172 and #9168: Biome now considers more constructs as valid test assertions.

    Previously, assert, expectTypeOf and assertType were not recognized as valid assertions by Biome's linting rules, producing false positives in lint/nursery/useExpect and other similar rules.

    Now, these rules will no longer produce errors in test cases that used these constructs instead of expect:

    import { expectTypeOf, assert, assertType } from "vitest";

... (truncated)

Commits

Updates @types/node from 25.3.3 to 25.3.5

Commits

Updates html-validate from 10.9.0 to 10.11.1

Release notes

Sourced from html-validate's releases.

v10.11.1

10.11.1 (2026-03-06)

Bug Fixes

  • fix config resolution from cwd when using --stdin (5fc4ff7), closes #344

v10.11.0

10.11.0 (2026-03-04)

Features

  • rules: add include and exclude options to no-redundant-role (864314d), closes #328

v10.10.0

10.10.0 (2026-03-02)

Features

  • api: make Reporter class internal (78835fc)
  • deps: update dependency @​html-validate/stylish to v5 (e059c03)
  • html5: update <button> and <input> elements to set new submitButton property (43f8494)
  • meta: add submitButton metadata property (00e6843)
  • rules: wcag/h32 supports custom submit buttons via new submitButton property (511bc2d)

Bug Fixes

  • rules: form-dup-name handles implicit default button type (e429a66), closes #323
Changelog

Sourced from html-validate's changelog.

10.11.1 (2026-03-06)

Bug Fixes

  • fix config resolution from cwd when using --stdin (5fc4ff7), closes #344

10.11.0 (2026-03-04)

Features

  • rules: add include and exclude options to no-redundant-role (864314d), closes #328

10.10.0 (2026-03-02)

Features

  • api: make Reporter class internal (78835fc)
  • deps: update dependency @​html-validate/stylish to v5 (e059c03)
  • html5: update <button> and <input> elements to set new submitButton property (43f8494)
  • meta: add submitButton metadata property (00e6843)
  • rules: wcag/h32 supports custom submit buttons via new submitButton property (511bc2d)

Bug Fixes

  • rules: form-dup-name handles implicit default button type (e429a66), closes #323
Commits
  • 7a636e2 chore(release): 10.11.1
  • 2f5763e Merge branch 'refactor/eslint-fixes' into 'master'
  • 377b9cf test: add coverage for self-closing title tag
  • 8bd704d test: add coverage for empty selector splitting
  • d0a3e0e test: add coverage for adjacent sibling on first child
  • 0ca58c1 refactor(eslint): fix unicorn/no-object-as-default-parameter
  • f6a8a3f refactor(eslint): fix unicorn/no-useless-promise-resolve-reject
  • 63a6e4d refactor(eslint): fix unicorn/prefer-add-event-listener
  • b7217ac refactor(eslint): fix unicorn/prefer-code-point
  • 2abee09 refactor(eslint): fix unicorn/prefer-import-meta-properties
  • 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 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 patch-minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [cssnano](https://github.com/cssnano/cssnano) | `7.1.2` | `7.1.3` |
| [motion](https://github.com/motiondivision/motion) | `12.34.3` | `12.35.1` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.4` | `2.4.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.3` | `25.3.5` |
| [html-validate](https://gitlab.com/html-validate/html-validate) | `10.9.0` | `10.11.1` |


Updates `cssnano` from 7.1.2 to 7.1.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@7.1.2...cssnano@7.1.3)

Updates `motion` from 12.34.3 to 12.35.1
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.34.3...v12.35.1)

Updates `@biomejs/biome` from 2.4.4 to 2.4.6
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.6/packages/@biomejs/biome)

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

Updates `html-validate` from 10.9.0 to 10.11.1
- [Release notes](https://gitlab.com/html-validate/html-validate/tags)
- [Changelog](https://gitlab.com/html-validate/html-validate/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v10.9.0...v10.11.1)

---
updated-dependencies:
- dependency-name: cssnano
  dependency-version: 7.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: motion
  dependency-version: 12.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@types/node"
  dependency-version: 25.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: html-validate
  dependency-version: 10.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 9, 2026
@netlify
Copy link

netlify bot commented Mar 9, 2026

Deploy Preview for eva-town ready!

Name Link
🔨 Latest commit b11210d
🔍 Latest deploy log https://app.netlify.com/projects/eva-town/deploys/69ae884e3a44ce0008097b54
😎 Deploy Preview https://deploy-preview-699--eva-town.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 92
Accessibility: 100
Best Practices: 92
SEO: 98
PWA: 60
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@evadecker evadecker merged commit 28248a3 into main Mar 9, 2026
8 checks passed
@evadecker evadecker deleted the dependabot/npm_and_yarn/patch-minor-9a8ba89097 branch March 9, 2026 17:58
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