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

fix(deps): update minor updates #1085

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@nuxt/eslint (source) ^0.5.0 -> ^0.7.6 age adoption passing confidence devDependencies minor
@nuxt/test-utils ^3.14.3 -> ^3.17.0 age adoption passing confidence devDependencies minor 3.17.2 (+1)
@pinia/nuxt (source) ^0.5.2 -> ^0.10.1 age adoption passing confidence dependencies minor
@swc/core (source) ^1.7.6 -> ^1.11.1 age adoption passing confidence devDependencies minor 1.11.8 (+4)
eslint (source) ^9.8.0 -> ^9.21.0 age adoption passing confidence devDependencies minor 9.22.0
node (source) 21.3.0 -> 21.7.3 age adoption passing confidence minor
node (source) >=21.3.0 -> >=21.7.3 age adoption passing confidence engines minor
typescript (source) 5.5.4 -> 5.7.3 age adoption passing confidence devDependencies minor 5.8.2
typescript-eslint (source) ^8.0.1 -> ^8.25.0 age adoption passing confidence devDependencies minor 8.26.1 (+1)
vue-gtag ^2.0.1 -> ^2.1.0 age adoption passing confidence dependencies minor
webpack ^5.93.0 -> ^5.98.0 age adoption passing confidence devDependencies minor
yarn (source) 4.4.0 -> 4.6.0 age adoption passing confidence packageManager minor 4.7.0

Release Notes

nuxt/eslint (@​nuxt/eslint)

v0.7.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.5

Compare Source

No significant changes

    View changes on GitHub

v0.7.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.7.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.1

Compare Source

No significant changes

    View changes on GitHub

v0.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.6.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/test-utils (@​nuxt/test-utils)

v3.17.0

Compare Source

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Allow modifying + removing endpoints (fee81510)
✅ Tests
❤️ Contributors

v3.16.0

Compare Source

3.16.0 is the next minor release.

👀 Highlights

You'll still see a warning from vitest:

Vitest  "environmentMatchGlobs" is deprecated. Use "workspace" to define different configurations instead.

You can ignore this for the moment. I expect we will resolve this in the next major (which will drop support for vitest < 3).

👉 Changelog

compare changes

🚀 Enhancements
  • e2e: Add teardownTimeout option to set timeout for afterAll hook (af2ddf29)
🩹 Fixes
  • vitest-environment: Respect any configured buildId (3f8599e6)
  • vitest-environment: Use correct base (c5ba2bac)
  • runtime-utils: Pass custom global components to mountSuspended (#​1081)
  • runtime-utils: Allow overwriting object props in mountSuspended (#​1078)
  • runtime-utils: Do not use defu for merging (#​1089)
  • runtime-utils: Proxy wrapper props (#​1099)
  • runtime-utils: Define $attrs in component render context (#​1108)
  • module: Ensure vi.hoisted is injected after vi import (#​1128)
  • runtime-utils: Proxy wrapper.element from mountSuspended (#​1110)
📦 Build
  • Use typesVersions for node10 declarations (f19cee64)
🏡 Chore
  • Update vitest peerDep version (c4ee71a4)
  • Add root package to workspace (d7c63b5c)
🤖 CI
❤️ Contributors
vuejs/pinia (@​pinia/nuxt)

v0.10.0

Compare Source

v0.9.0

Compare Source

v0.8.0

Compare Source

v0.7.0

Compare Source

v0.6.1

Compare Source

v0.6.0

Compare Source

swc-project/swc (@​swc/core)

v1.11.1

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor

v1.10.18

Compare Source

Bug Fixes
Miscellaneous Tasks
  • (es/minifier) Make minify-all example ignore parsing errors (#​10045) (6c7ec46)
Build

v1.10.17

Compare Source

Bug Fixes
Performance
Testing

v1.10.16

Compare Source

Bug Fixes
  • (es/minifier) Check assign target before merge assign cond (#​10020) (6dab49a)

  • (es/parser) Preserve comment positions with leading semicolon (#​10019) (c9937b6)

  • (swc_common) Fix panic with non-narrow chars with width != 2 (#​10011) (f9f4cac)

  • (ts/fast-strip) Handle unsupported module keyword (#​10022) (308f5d0)

Performance

v1.10.15

Compare Source

Bug Fixes
Features
Performance
eslint/eslint (eslint)

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)

v9.20.1

Compare Source

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#​19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#​19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#​19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)

v9.20.0

Compare Source

Features
  • e89a54a feat: change behavior of inactive flags (#​19386) (Milos Djermanovic)
Bug Fixes
  • 91d4d9f fix: Bring types in sync with @​eslint/core (#​19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#​19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#​19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#​19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#​19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#​19379) (Milos Djermanovic)
Documentation
  • b7012c8 docs: rewrite examples with var using let and const (#​19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#​19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#​19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#​19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#​19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#​19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#​19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#​19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#​19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#​19326) (Tanuj Kanti)
Chores
nodejs/node (node)

v21.7.3: 2024-04-10, Version 21.7.3 (Current), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2024-27980 - Command injection via args parameter of child_process.spawn without shell option enabled on Windows
Commits
microsoft/TypeScript (typescript)

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.6.3: TypeScript 5.6.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.6.2: TypeScript 5.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

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

v8.25.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.24.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.

v8.24.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.

MatteoGabriele/vue-gtag (vue-gtag)

v2.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: MatteoGabriele/vue-gtag@v2.0.2...v2.1.0

v2.0.2

Compare Source

Housekeeping
  • update all dependencies
webpack/webpack (webpack)

v5.98.0

Compare Source

Fixes
Performance Improvements
Chores
Features
Continuous Integration

New Contributors

Full Changelog: webpack/webpack@v5.97.1...v5.98.0

yarnpkg/berry (yarn)

v4.6.0

Compare Source

v4.5.3

Compare Source

v4.5.2

Compare Source

v4.5.1

Compare Source

[v4.5.0](https://redirect.git


Configuration

📅 Schedule: Branch creation - "after 10am on monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 10, 2025
@renovate renovate bot requested a review from a team March 10, 2025 14:38
Copy link

netlify bot commented Mar 10, 2025

Deploy Preview for findadoc ready!

Name Link
🔨 Latest commit cbf2bac
🔍 Latest deploy log https://app.netlify.com/sites/findadoc/deploys/67cfd17cea98d0000869b117
😎 Deploy Preview https://deploy-preview-1085--findadoc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

Copy link

socket-security bot commented Mar 10, 2025

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@antfu/[email protected] None 0 10.2 kB antfu
npm/@clack/[email protected] None 0 291 kB natemoo-re
npm/@clack/[email protected] environment 0 154 kB natemoo-re
npm/@esbuild/[email protected]0.25.1 None 0 11.3 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 12.1 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 10.7 MB evanw
npm/@esbuild/[email protected]0.25.1 None 0 12.1 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 9.82 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 10.5 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 9.5 MB evanw
npm/@esbuild/[email protected]0.25.1 None 0 10.2 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 9.7 MB evanw
npm/@esbuild/[email protected]0.25.1 None 0 9.57 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 9.65 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 9.9 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 11.1 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 9.96 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 9.57 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 10.7 MB evanw
npm/@esbuild/[email protected]0.25.1 None 0 10.2 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 9.5 MB evanw
npm/@esbuild/[email protected]0.25.1 None 0 10.2 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 9.57 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 10.2 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 10.2 MB esbuild, evanw
npm/@esbuild/[email protected]0.25.1 None 0 9.64 MB evanw
npm/@esbuild/[email protected]0.25.1 None 0 9.92 MB evanw
npm/@esbuild/[email protected]0.25.1 None 0 10.5 MB esbuild, evanw
npm/@eslint/[email protected]1.0.2 None 0 1.47 MB eslintbot
npm/@nuxt/[email protected]0.7.6 None 0 89.9 kB antfu
npm/@nuxt/[email protected]0.7.6 None 0 19.7 kB antfu
npm/@nuxt/[email protected]0.7.6 None 0 44.4 kB antfu
npm/@nuxt/[email protected]3.17.2 None 0 85.1 kB danielroe
npm/@pinia/[email protected]0.10.1 None 0 8.05 kB posva
npm/@stylistic/[email protected]3.1.0 None 0 815 kB eslint-stylistic-bot
npm/@swc/[email protected]1.11.8 None 0 34.5 MB kdy1, kwonoj
npm/@swc/[email protected]1.11.8 None 0 36.6 MB kdy1, kwonoj
npm/@swc/[email protected]1.11.8 None 0 24.9 MB kdy1, kwonoj
npm/@swc/[email protected]1.11.8 None 0 41.3 MB kdy1, kwonoj
npm/@swc/[email protected]1.11.8 None 0 51.8 MB kdy1, kwonoj
npm/@swc/[email protected]1.11.8 None 0 46.5 MB kdy1, kwonoj
npm/@swc/[email protected]1.11.8 None 0 58.8 MB kdy1, kwonoj
npm/@swc/[email protected]1.11.8 None 0 32.4 MB kdy1, kwonoj
npm/@swc/[email protected]1.11.8 None 0 26.9 MB kdy1, kwonoj
npm/@swc/[email protected]1.11.8 None 0 48.8 MB kdy1, kwonoj
npm/@swc/[email protected]1.11.8 None 0 119 kB kdy1, kwonoj
npm/@swc/[email protected]0.1.19 None 0 76.9 kB kdy1, kwonoj
npm/@typescript-eslint/[email protected]8.26.1 None +2 53.6 kB
npm/@typescript-eslint/[email protected]8.26.1 None +1 14.5 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected]8.26.1 None 0 0 B
npm/@typescript-eslint/[email protected]8.26.1 None 0 0 B
npm/@typescript-eslint/[email protected]8.26.1 None 0 412 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected]8.26.1 None 0 0 B
npm/[email protected] None 0 6.76 kB webdiscus
npm/[email protected]3.41.0 None 0 776 kB zloirock
npm/[email protected] None 0 5.61 kB danielroe
npm/[email protected] None 0 11.4 kB ljharb
npm/[email protected]0.25.1 None 0 134 kB esbuild, evanw
npm/[email protected]0.2.0 None 0 14.1 kB antfu
npm/[email protected]2.0.1 None 0 48.9 kB antfu
npm/[email protected] None 0 8.98 kB antfu
npm/[email protected]50.6.6 None +1 2.09 MB gajus
npm/[email protected]56.0.1 None 0 711 kB sindresorhus
npm/[email protected]9.33.0 None 0 1.39 MB ota-meshi
npm/[email protected] None 0 17.4 kB antfu
npm/[email protected]1.0.0 None 0 29.4 kB antfu
npm/[email protected]1.15.1 None 0 528 kB pi0
npm/[email protected] None 0 17.6 kB ljharb
npm/[email protected] None 0 17.3 kB ljharb
npm/[email protected]2.0.1 None 0 33 kB lukeed
npm/[email protected] environment 0 39.6 kB antfu
npm/[email protected] None 0 20.6 kB antfu, sxzz
npm/[email protected] None 0 6.79 kB terkelg
npm/[email protected]0.2.12 None 0 0 B
npm/[email protected]6.2.1 None 0 0 B
npm/[email protected]2.1.0 None 0 30.9 kB matteo_gabriele

🚮 Removed packages: npm/@eslint/[email protected], npm/@eslint/[email protected], npm/@voxpelli/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/minor-updates branch from c363cdd to ebc83ff Compare March 10, 2025 19:44
@renovate renovate bot force-pushed the renovate/minor-updates branch from ebc83ff to cbf2bac Compare March 11, 2025 06:00
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.

0 participants