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 all non-major dependencies #74

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.26.5 -> ^7.26.7 age adoption passing confidence
@babel/types (source) ^7.26.5 -> ^7.26.7 age adoption passing confidence
@iconify-json/carbon ^1.2.5 -> ^1.2.6 age adoption passing confidence
@sxzz/prettier-config ^2.0.2 -> ^2.1.1 age adoption passing confidence
@types/node (source) ^22.10.5 -> ^22.13.0 age adoption passing confidence
@types/react (source) ^19.0.6 -> ^19.0.8 age adoption passing confidence
@unocss/reset (source) ^65.4.0 -> ^65.4.3 age adoption passing confidence
@vue-macros/reactivity-transform (source) ^1.1.4 -> ^1.1.6 age adoption passing confidence
@vueuse/core (source) ^12.4.0 -> ^12.5.0 age adoption passing confidence
bumpp ^9.10.0 -> ^9.11.1 age adoption passing confidence
eslint (source) ^9.18.0 -> ^9.19.0 age adoption passing confidence
pnpm (source) 10.0.0 -> 10.2.0 age adoption passing confidence
tsup (source) ^8.3.5 -> ^8.3.6 age adoption passing confidence
unocss (source) ^65.4.0 -> ^65.4.3 age adoption passing confidence
vite (source) ^6.0.7 -> ^6.0.11 age adoption passing confidence
vitest (source) ^2.1.8 -> ^2.1.9 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser)

v7.26.7

Compare Source

v7.26.7 (2025-01-24)

Thanks @​branchseer and @​tquetano-netflix for your first PRs!

🐛 Bug Fix
Committers: 6
babel/babel (@​babel/types)

v7.26.7

Compare Source

🐛 Bug Fix
sxzz/prettier-config (@​sxzz/prettier-config)

v2.1.1

Compare Source

v2.1.0

Compare Source

unocss/unocss (@​unocss/reset)

v65.4.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v65.4.2

Compare Source

No significant changes

    View changes on GitHub
vue-macros/vue-macros (@​vue-macros/reactivity-transform)

v1.1.6

Compare Source

Patch Changes

v1.1.5

Compare Source

Patch Changes
vueuse/vueuse (@​vueuse/core)

v12.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu-collective/bumpp (bumpp)

v9.11.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.10.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.10.1

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v9.19.0

Compare Source

pnpm/pnpm (pnpm)

v10.2.0

Compare Source

Minor Changes
  • Packages executed via pnpm dlx and pnpm create are allowed to be built (run postinstall scripts) by default.

    If the packages executed by dlx or create have dependencies that have to be built, they should be listed via the --allow-build flag. For instance, if you want to run a package called bundle that has esbuild in dependencies and want to allow esbuild to run postinstall scripts, run:

    pnpm --allow-build=esbuild dlx bundle
    

    Related PR: #​9026.

Patch Changes
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Fix a bug in which pnpm deploy fails to read the correct projectId when the deploy source is the same as the workspace directory #​9001.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Prevent overrides from adding invalid version ranges to peerDependencies by keeping the peerDependencies and overriding them with prod dependencies #​8978.
  • Sort the package names in the "pnpm.onlyBuiltDependencies" list saved by pnpm approve-builds.

v10.1.0

Compare Source

Minor Changes
  • Added a new command for printing the list of dependencies with ignored build scripts: pnpm ignored-builds #​8963.
  • Added a new command for approving dependencies for running scripts during installation: pnpm approve-builds #​8963.
  • Added a new setting called optimistic-repeat-install. When enabled, a fast check will be performed before proceeding to installation. This way a repeat install or an install on a project with everything up-to-date becomes a lot faster. But some edge cases might arise, so we keep it disabled by default for now #​8977.
  • Added a new field "pnpm.ignoredBuiltDependencies" for explicitly listing packages that should not be built. When a package is in the list, pnpm will not print an info message about that package not being built #​8935.
Patch Changes
  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Allow workspace: and catalog: to be part of wider version range in peerDependencies.
  • pnpm deploy should inherit the pnpm object from the root package.json #​8991.
  • Make sure that the deletion of a node_modules in a sub-project of a monorepo is detected as out-of-date #​8959.
  • Fix infinite loop caused by lifecycle scripts using pnpm to execute other scripts during pnpm install with verify-deps-before-run=install #​8954.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.
  • Do not print patched dependencies as ignored dependencies that require a build #​8952.
egoist/tsup (tsup)

v8.3.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v6.0.11

Compare Source

v6.0.10

Compare Source

v6.0.9

Compare Source

  • fix!: check host header to prevent DNS rebinding attacks and introduce server.allowedHosts (bd896fb)
  • fix!: default server.cors: false to disallow fetching from untrusted origins (b09572a)
  • fix: verify token for HMR WebSocket connection (029dcd6)

v6.0.8

Compare Source

vitest-dev/vitest (vitest)

v2.1.9

Compare Source

   🚨 Breaking Changes
   🚀 Features

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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.

Copy link

stackblitz bot commented Nov 27, 2023

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 8e9dc08 to 4ce05e5 Compare December 3, 2023 19:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 46bcdec to 8d8adcd Compare December 8, 2023 14:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 32f49d0 to 9945b6b Compare January 13, 2025 03:01
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update pnpm to v8.15.9 Jan 13, 2025
@renovate renovate bot changed the title chore(deps): update pnpm to v8.15.9 chore(deps): update pnpm to v8.15.9 - autoclosed Jan 13, 2025
@renovate renovate bot closed this Jan 13, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch January 13, 2025 03:04
@renovate renovate bot changed the title chore(deps): update pnpm to v8.15.9 - autoclosed chore(deps): update pnpm to v8.15.9 Jan 20, 2025
@renovate renovate bot reopened this Jan 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9bd4d67 to 9945b6b Compare January 20, 2025 01:49
@renovate renovate bot changed the title chore(deps): update pnpm to v8.15.9 fix(deps): update all non-major dependencies Jan 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9945b6b to c98e080 Compare January 20, 2025 04:41
Copy link

socket-security bot commented Jan 20, 2025

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

Package New capabilities Transitives Size Publisher
npm/@babel/parser@7.26.7 🔁 npm/@babel/parser@7.26.5 None 0 1.91 MB nicolo-ribaudo
npm/@babel/types@7.26.7 🔁 npm/@babel/types@7.26.5 None +2 2.64 MB nicolo-ribaudo
npm/@iconify-json/carbon@1.2.6 🔁 npm/@iconify-json/carbon@1.2.5 None +1 1.1 MB cyberalien
npm/@sxzz/prettier-config@2.1.1 🔁 npm/@sxzz/prettier-config@2.0.2 None 0 3.44 kB sxzz
npm/@types/node@22.13.0 🔁 npm/@types/node@22.10.5 None +1 2.39 MB types
npm/@types/react@19.0.8 🔁 npm/@types/react@19.0.6 None +1 2.05 MB types
npm/@unocss/reset@65.4.3 🔁 npm/@unocss/reset@65.4.0 None 0 49.7 kB antfu
npm/@vue-macros/reactivity-transform@1.1.6 🔁 npm/@vue-macros/reactivity-transform@1.1.4 Transitive: environment, eval, filesystem, unsafe +25 6.73 MB sxzz
npm/@vueuse/core@12.5.0 🔁 npm/@vueuse/core@12.4.0 None +3 2.09 MB vueuse-bot
npm/bumpp@9.11.1 🔁 npm/bumpp@9.10.0 Transitive: environment, network, shell +62 5.19 MB antfu
npm/eslint@9.19.0 🔁 npm/eslint@9.18.0 Transitive: eval, filesystem, shell, unsafe +84 10.7 MB eslintbot, openjsfoundation
npm/tsup@8.3.6 🔁 npm/tsup@8.3.5 Transitive: environment, network, shell, unsafe +76 10.1 MB egoist
npm/unocss@65.4.3 🔁 npm/unocss@65.4.0 Transitive: environment, filesystem, network, shell, unsafe +90 10.1 MB antfu, unocss-bot
npm/vite@6.0.11 🔁 npm/vite@6.0.7 None +7 6 MB antfu, patak, soda, ...2 more
npm/vitest@2.1.9 🔁 npm/vitest@2.1.8 Transitive: filesystem, network, shell, unsafe +37 10.2 MB antfu, oreanno, patak, ...1 more

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from c2eaf79 to 433bcab Compare January 27, 2025 01:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7fb6b0a to 518dc9e Compare February 3, 2025 17:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 518dc9e to de3b00b Compare February 3, 2025 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants