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 #1

Merged
merged 1 commit into from
Mar 8, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^4.4.0 -> ^4.8.1 age adoption passing confidence
@nuxt/content (source) ^3.2.2 -> ^3.3.0 age adoption passing confidence
@nuxt/devtools (source) ^2.1.1 -> ^2.2.1 age adoption passing confidence
@nuxt/ui (source) ^2.21.0 -> ^2.21.1 age adoption passing confidence
@vueuse/core (source) ^12.7.0 -> ^12.8.2 age adoption passing confidence
@vueuse/nuxt (source) ^12.7.0 -> ^12.8.2 age adoption passing confidence
eslint (source) ^9.21.0 -> ^9.22.0 age adoption passing confidence
pnpm (source) 10.5.2 -> 10.6.1 age adoption passing confidence
typescript (source) ^5.7.3 -> ^5.8.2 age adoption passing confidence
wrangler (source) ^3.111.0 -> ^3.114.0 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v4.8.1

Compare Source

   🚀 Features
    View changes on GitHub

v4.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.5.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/content (@​nuxt/content)

v3.3.0

Compare Source

Features
Bug Fixes
nuxt/devtools (@​nuxt/devtools)

v2.2.1

Compare Source

Bug Fixes
  • inspector: do not register instapector events if there is already any (db01e1b)

v2.2.0

Compare Source

Features

2.1.3 (2025-03-03)

2.1.2 (2025-03-03)

2.1.1 (2025-02-28)

Bug Fixes
  • use shiki js engine instead of precompiled (d018045)
Features

v2.1.3

Compare Source

nuxt/ui (@​nuxt/ui)

v2.21.1

Compare Source

🚀 Features

🐛 Bug Fixes

👋 New Contributors

Full Changelog: nuxt/ui@v2.21.0...v2.21.1

vueuse/vueuse (@​vueuse/core)

v12.8.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v12.8.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v12.8.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.22.0

Compare Source

pnpm/pnpm (pnpm)

v10.6.1

Compare Source

Patch Changes
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't ignore pnpm.patchedDependencies from package.json #​9226.
  • When executing the approve-builds command, if package.json contains onlyBuiltDependencies or ignoredBuiltDependencies, the selected dependency package will continue to be written into package.json.
  • When a package version cannot be found in the package metadata, print the registry from which the package was fetched.

v10.6.0

Compare Source

Minor Changes
  • pnpm-workspace.yaml can now hold all the settings that .npmrc accepts. The settings should use camelCase #​9211.

    pnpm-workspace.yaml example:

    verifyDepsBeforeRun: install
    optimisticRepeatInstall: true
    publicHoistPattern:
      - "*types*"
      - "!@​types/react"
  • Projects using a file: dependency on a local tarball file (i.e. .tgz, .tar.gz, .tar) will see a performance improvement during installation. Previously, using a file: dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.

Patch Changes
  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • fast-glob replace with tinyglobby to reduce the size of the pnpm CLI dependencies #​9169.
  • pnpm deploy should not remove fields from the deployed package's package.json file #​9215.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • Fix pnpm deploy creating a package.json without the imports and license field #​9193.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112
microsoft/TypeScript (typescript)

v5.8.2

Compare Source

cloudflare/workers-sdk (wrangler)

v3.114.0

Compare Source

Minor Changes
  • #​8367 7b6b0c2 Thanks @​jonesphillip! - Deprecated --id parameter in favor of --name for both the wrangler r2 bucket lifecycle and wrangler r2 bucket lock commands

v3.113.0

Compare Source

Minor Changes
Patch Changes
  • #​8338 2d40989 Thanks @​GregBrimble! - feat: Upload _headers and _redirects if present with Workers Assets as part of wrangler deploy and wrangler versions upload.

  • #​8288 cf14e17 Thanks @​CarmenPopoviciu! - feat: Add assets Proxy Worker skeleton in miniflare

    This commit implements a very basic Proxy Worker skeleton, and wires it in the "pipeline" miniflare creates for assets. This Worker will be incrementally worked on, but for now, the current implementation will forward all incoming requests to the Router Worker, thus leaving the current assets behaviour in local dev, the same.

    This is an experimental feature available under the --x-assets-rpc flag: wrangler dev --x-assets-rpc.

  • #​8216 af9a57a Thanks @​ns476! - Support Images binding in wrangler types

  • #​8304 fbba583 Thanks @​jahands! - chore: add concurrency and caching for Zone IDs and Workers routes lookups

    Workers with many routes can result in duplicate Zone lookups during deployments, making deployments unnecessarily slow. This compounded by the lack of concurrency when making these API requests.

    This change deduplicates these requests and adds concurrency to help speed up deployments.

  • Updated dependencies [2d40989, da568e5, cf14e17, 79c7810]:

    • miniflare@3.20250224.0

v3.112.0

Compare Source

Minor Changes
  • #​8256 f59d95b Thanks @​jbwcloudflare! - Add two new Queues commands: pause-delivery and resume-delivery

    These new commands allow users to pause and resume the delivery of messages to Queue Consumers

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link

restack-app bot commented Mar 8, 2025

No applications have been configured for previews targeting branch: production. To do so go to restack console and configure your applications for previews.

Copy link

socket-security bot commented Mar 8, 2025

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

Package New capabilities Transitives Size Publisher
npm/@antfu/eslint-config@4.4.04.8.1 Transitive: filesystem, shell +102 15.6 MB antfu
npm/@nuxt/content@3.2.23.3.0 Transitive: eval, filesystem, shell, unsafe +171 50 MB farnabaz
npm/@nuxt/devtools@2.1.12.2.1 Transitive: environment, filesystem, network, shell, unsafe +146 49.4 MB antfu
npm/@nuxt/ui@2.21.02.21.1 Transitive: environment, eval, filesystem +81 24.5 MB benjamincanac
npm/@vueuse/core@12.7.012.8.2 Transitive: eval, filesystem, unsafe +26 17.9 MB vueuse-bot
npm/eslint@9.21.09.22.0 Transitive: environment, eval, filesystem, shell, unsafe +82 6.04 MB
npm/typescript@5.8.2 None 0 22.9 MB typescript-bot
npm/vue-tsc@2.2.8 Transitive: environment, eval +24 8.65 MB kazariex

🚮 Removed packages: npm/@vueuse/nuxt@12.7.0, npm/eslint-plugin-command@3.1.0, npm/eslint-plugin-format@1.0.1, npm/nuxt@3.15.4

View full report↗︎

@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Mar 8, 2025
Copy link
Contributor

nuxthub-admin bot commented Mar 8, 2025

✅ Deployed tuanductran

Deployed tuanductran 6ffdb4d to preview

🔗 renovate-all-minor-patch.tuanductran.pages.dev
📌 c24c356d.tuanductran.pages.dev
📱
View QR Code QR code linking to deployment URL.

📋 View deployment logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37e0a85 to 6ffdb4d Compare March 8, 2025 23:05
@tuanductran tuanductran merged commit 1e686b6 into production Mar 8, 2025
9 checks passed
@tuanductran tuanductran deleted the renovate/all-minor-patch branch March 8, 2025 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant