Skip to content

chore(deps): update all non-major dependencies#1996

Merged
ghiscoding merged 1 commit into
ghiscoding:masterfrom
renovate-bot:renovate/all-minor-patch
May 31, 2025
Merged

chore(deps): update all non-major dependencies#1996
ghiscoding merged 1 commit into
ghiscoding:masterfrom
renovate-bot:renovate/all-minor-patch

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.26.0 -> ^9.28.0 age adoption passing confidence
@lerna-lite/cli (source) ^4.1.2 -> ^4.3.0 age adoption passing confidence
@lerna-lite/publish (source) ^4.1.2 -> ^4.3.0 age adoption passing confidence
@lerna-lite/run (source) ^4.1.2 -> ^4.3.0 age adoption passing confidence
@lerna-lite/watch (source) ^4.1.2 -> ^4.3.0 age adoption passing confidence
@types/node (source) ^22.15.18 -> ^22.15.29 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.1.3 -> ^3.1.4 age adoption passing confidence
@vitest/eslint-plugin ^1.1.44 -> ^1.2.1 age adoption passing confidence
@vitest/ui (source) ^3.1.3 -> ^3.1.4 age adoption passing confidence
cypress (source) ^14.3.3 -> ^14.4.0 age adoption passing confidence
dompurify ^3.2.5 -> ^3.2.6 age adoption passing confidence
eslint (source) ^9.27.0 -> ^9.28.0 age adoption passing confidence
eslint-plugin-cypress ^5.0.0 -> ^5.0.1 age adoption passing confidence
globals ^16.1.0 -> ^16.2.0 age adoption passing confidence
happy-dom ^17.4.7 -> ^17.5.6 age adoption passing confidence
i18next (source) ^25.1.3 -> ^25.2.1 age adoption passing confidence
multiple-select-vanilla (source) ^4.1.4 -> ^4.2.0 age adoption passing confidence
npm-run-all2 ^8.0.1 -> ^8.0.4 age adoption passing confidence
postcss (source) ^8.5.3 -> ^8.5.4 age adoption passing confidence
sass ^1.89.0 -> ^1.89.1 age adoption passing confidence
tinyglobby ^0.2.13 -> ^0.2.14 age adoption passing confidence
vitest (source) ^3.1.3 -> ^3.1.4 age adoption passing confidence
vue (source) ^3.5.14 -> ^3.5.16 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.28.0

Compare Source

v9.27.0

Compare Source

lerna-lite/lerna-lite (@​lerna-lite/cli)

v4.3.0

Compare Source

Note: Version bump only for package @​lerna-lite/cli

v4.2.0

Compare Source

Note: Version bump only for package @​lerna-lite/cli

lerna-lite/lerna-lite (@​lerna-lite/publish)

v4.3.0

Compare Source

Features
Bug Fixes

v4.2.0

Compare Source

Bug Fixes
lerna-lite/lerna-lite (@​lerna-lite/run)

v4.3.0

Compare Source

Note: Version bump only for package @​lerna-lite/run

v4.2.0

Compare Source

Note: Version bump only for package @​lerna-lite/run

lerna-lite/lerna-lite (@​lerna-lite/watch)

v4.3.0

Compare Source

Note: Version bump only for package @​lerna-lite/watch

v4.2.0

Compare Source

Note: Version bump only for package @​lerna-lite/watch

vitest-dev/vitest (@​vitest/coverage-v8)

v3.1.4

Compare Source

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.2.1

Compare Source

Bug Fixes
  • valid-title: Please allow function-typed variables and aliases as valid describe titles (#​708) (76653c9)

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.0...v1.2.1

v1.2.0

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.44...v1.2.0

vitest-dev/vitest (@​vitest/ui)

v3.1.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
cypress-io/cypress (cypress)

v14.4.0

Compare Source

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

cure53/DOMPurify (dompurify)

v3.2.6: DOMPurify 3.2.6

Compare Source

eslint/eslint (eslint)

v9.28.0

Compare Source

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v5.0.1

Compare Source

sindresorhus/globals (globals)

v16.2.0

Compare Source

capricorn86/happy-dom (happy-dom)

v17.5.6

Compare Source

👷‍♂️ Patch fixes
  • Removes the min and max boundary check when setting the value of an input field of type "date" - By @​zgrybus in task #​1815

v17.5.5

Compare Source

v17.5.4

Compare Source

👷‍♂️ Patch fixes

v17.5.3

Compare Source

👷‍♂️ Patch fixes
  • Adds previousSibling and nextSibling to MutationObserver records when a child is removed - By @​uxuip in task #​1803

v17.5.2

Compare Source

v17.5.1

Compare Source

👷‍♂️ Patch fixes
  • Existing URL query string should be overwritten on form submit when method is "GET" - By @​rslabbert in task #​1786

v17.5.0

Compare Source

🎨 Features

v17.4.9

Compare Source

v17.4.8

Compare Source

i18next/i18next (i18next)

v25.2.1

Compare Source

  • streamline fallbackLng option of t call with the init options 2312

v25.2.0

Compare Source

  • introduce cacheInBuiltFormats option to address 2227
ghiscoding/multiple-select-vanilla (multiple-select-vanilla)

v4.2.0

Compare Source

Features
Bug Fixes
bcomnes/npm-run-all2 (npm-run-all2)

v8.0.4

Compare Source

Commits

v8.0.3

Compare Source

Commits
  • Merge pull request #​175 from bcomnes/revert-pico 75bb00e
  • Revert "replace minimatch with picomatch" 5d93a54

v8.0.2

Compare Source

Commits
postcss/postcss (postcss)

v8.5.4

Compare Source

sass/dart-sass (sass)

v1.89.1

Compare Source

  • No user-visible changes.
SuperchupuDev/tinyglobby (tinyglobby)

v0.2.14

Compare Source

Fixed
  • Root path joining on windows with help from 43081j and btea
  • deep: 0 is no longer mistakenly interpreted as not set
  • Parent directories in patterns are now correctly normalized to cwd
Changed
vitest-dev/vitest (vitest)

v3.1.4

Compare Source

vuejs/core (vue)

v3.5.16

Compare Source

Reverts

v3.5.15

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.


Configuration

📅 Schedule: Branch creation - "every 4 weeks on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate Bot added the 📦 dependencies Pull requests that update a dependency file label May 31, 2025
@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@codecov

codecov Bot commented May 31, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.0%. Comparing base (c3d2a52) to head (9450833).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1996   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         195      195           
  Lines       35931    35931           
  Branches    10651    10651           
=======================================
  Hits        35931    35931           
Flag Coverage Δ
angular 100.0% <ø> (ø)
universal 100.0% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ghiscoding ghiscoding merged commit 8343a1b into ghiscoding:master May 31, 2025
11 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch May 31, 2025 15: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.

2 participants