Skip to content
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

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

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^19.6.0 -> ^19.6.1 age adoption passing confidence
@lerna-lite/cli (source) ^3.10.1 -> ^3.11.0 age adoption passing confidence
@lerna-lite/publish (source) ^3.10.1 -> ^3.11.0 age adoption passing confidence
@lerna-lite/run (source) ^3.10.1 -> ^3.11.0 age adoption passing confidence
@lerna-lite/watch (source) ^3.10.1 -> ^3.11.0 age adoption passing confidence
@types/node (source) ^22.10.2 -> ^22.10.5 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.0.0-beta.2 -> ^3.0.0-beta.3 age adoption passing confidence
@vitest/eslint-plugin ^1.1.16 -> ^1.1.24 age adoption passing confidence
@vitest/ui (source) ^3.0.0-beta.2 -> ^3.0.0-beta.3 age adoption passing confidence
cypress (source) ^13.16.1 -> ^13.17.0 age adoption passing confidence
eslint-plugin-n ^17.15.0 -> ^17.15.1 age adoption passing confidence
globals ^15.13.0 -> ^15.14.0 age adoption passing confidence
happy-dom ^16.0.1 -> ^16.3.0 age adoption passing confidence
npm-run-all2 ^7.0.1 -> ^7.0.2 age adoption passing confidence
pnpm (source) 9.15.0 -> 9.15.2 age adoption passing confidence
pnpm (source) ^9.15.0 -> ^9.15.2 age adoption passing confidence
typescript-eslint (source) ^8.18.0 -> ^8.19.0 age adoption passing confidence
vite (source) ^6.0.3 -> ^6.0.7 age adoption passing confidence
vitest (source) ^3.0.0-beta.2 -> ^3.0.0-beta.3 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

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

v3.11.0

Compare Source

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

v3.11.0

Compare Source

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

v3.11.0

Compare Source

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

v3.11.0

Compare Source

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

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

v3.0.0-beta.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.24

Compare Source

Bug Fixes

v1.1.23

Compare Source

Bug Fixes
  • make rule message punctuation more consistent and address some typos (#​628) (31cae3b)

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.22...v1.1.23

v1.1.22

Compare Source

Bug Fixes
  • valid-title false positives when test.extend is used (#​584) (9c2670a)

v1.1.21

Compare Source

Bug Fixes
Performance Improvements
  • only build regexp ones for detecting expectations (#​608) (448650c)

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.20...v1.1.21

v1.1.20

Compare Source

Bug Fixes

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.19...v1.1.20

v1.1.19

Compare Source

Bug Fixes

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.18...v1.1.19

v1.1.18

Compare Source

Features

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.17...v1.1.18

v1.1.17

Compare Source

Bug Fixes
  • expect.hasAssertions() / expect.assertions() - Does not work when using expect() bound to current test (#​595) (efe79c9)

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.16...v1.1.17

cypress-io/cypress (cypress)

v13.17.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#13-17-0

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.15.1

Compare Source

🩹 Fixes
  • Promise.withResolvers is supported since node 22.11 (#​398) (c5bcb3a)
sindresorhus/globals (globals)

v15.14.0

Compare Source

capricorn86/happy-dom (happy-dom)

v16.3.0

Compare Source

🎨 Features
  • Adds support for child combinator to ":has()" pseudo selector (e.g. "span:has(> video)") - By @​capricorn86 in task #​1642

v16.2.9

Compare Source

👷‍♂️ Patch fixes
  • Fixes the HTMLInputElement.defaultChecked property - By @​capricorn86 in task #​1587
    • This issue caused React not to serialize the "checked" attribute correctly

v16.2.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where the wrong event target was used when dispatching events on HTMLFormElement or HTMLSelectElement - By @​capricorn86 in task #​1628

v16.2.7

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where text in <script> and <style> elements should not be decoded or encoded - By @​capricorn86 in task #​1564

v16.2.6

Compare Source

v16.2.5

Compare Source

v16.2.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where the incorrect location is set after a redirect in BrowserFrame.goto() and DetachedBrowserFrame.goto() - By @​capricorn86 in task #​1627

v16.2.3

Compare Source

v16.2.2

Compare Source

👷‍♂️ Patch fixes
  • Improves error when a Symbol object is being sent to querySelector() or querySelectorAll() as selector - By @​chocolateboy in task #​1640

v16.2.1

Compare Source

v16.2.0

Compare Source

v16.1.0

Compare Source

🎨 Features
bcomnes/npm-run-all2 (npm-run-all2)

v7.0.2

Compare Source

Merged
  • Upgrade: Bump neostandard from 0.11.9 to 0.12.0 #164
  • Upgrade: Bump codecov/codecov-action from 4 to 5 #161
Commits
  • Raise cross-spawn version floor to ^7.0.6 45a9e19
  • Merge pull request #​163 from bcomnes/dependabot/npm_and_yarn/mocha-11.0.1 285967a
  • Upgrade: Bump mocha from 10.8.2 to 11.0.1 5d1aea5
pnpm/pnpm (pnpm)

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.1

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.19.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.18.2

Compare Source

🩹 Fixes
  • typescript-eslint: export types so that declarations can be named for dts files (#​10513)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v6.0.7

Compare Source

v6.0.6

Compare Source

v6.0.5

Compare Source

v6.0.4

Compare Source


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 Dec 20, 2024
Copy link

stackblitz bot commented Dec 20, 2024

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

Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.0%. Comparing base (972783e) to head (334bf12).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1780   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         187      187           
  Lines       34053    34053           
  Branches    10130    10130           
=======================================
  Hits        34027    34027           
  Misses         26       26           

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

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e1884c5 to 474ff7d Compare December 26, 2024 04:35
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 19 times, most recently from f5b75ac to cac94fa Compare January 3, 2025 10:40
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from cac94fa to 334bf12 Compare January 3, 2025 18:25
@ghiscoding ghiscoding merged commit 315b36b into ghiscoding:master Jan 3, 2025
7 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch January 3, 2025 18:33
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