Skip to content

fix(deps): update all non-major dependencies#18292

Merged
sapphi-red merged 1 commit into
mainfrom
renovate/all-minor-patch
Oct 7, 2024
Merged

fix(deps): update all non-major dependencies#18292
sapphi-red merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Oct 7, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.25.2 -> ^7.25.7 age adoption passing confidence dependencies patch
@babel/parser (source) ^7.25.6 -> ^7.25.7 age adoption passing confidence devDependencies patch
@babel/preset-env (source) ^7.25.4 -> ^7.25.7 age adoption passing confidence dependencies patch
@babel/runtime (source) ^7.25.6 -> ^7.25.7 age adoption passing confidence dependencies patch
@builder.io/qwik (source) ^1.9.0 -> ^1.9.1 age adoption passing confidence dependencies patch
@eslint/js (source) ^9.11.1 -> ^9.12.0 age adoption passing confidence devDependencies minor
@shikijs/vitepress-twoslash (source) ^1.21.0 -> ^1.21.1 age adoption passing confidence devDependencies patch
@types/lodash (source) ^4.17.9 -> ^4.17.10 age adoption passing confidence devDependencies patch
@types/react (source) ^18.3.10 -> ^18.3.11 age adoption passing confidence devDependencies patch
@vue/shared (source) ^3.5.10 -> ^3.5.11 age adoption passing confidence dependencies patch
eslint (source) ^9.11.1 -> ^9.12.0 age adoption passing confidence devDependencies minor
eslint-plugin-react ^7.37.0 -> ^7.37.1 age adoption passing confidence devDependencies patch
globals ^15.9.0 -> ^15.10.0 age adoption passing confidence devDependencies minor
gsap (source) ^3.12.4 -> ^3.12.5 age adoption passing confidence devDependencies patch
mlly ^1.7.1 -> ^1.7.2 age adoption passing confidence devDependencies patch
pnpm (source) 9.11.0 -> 9.12.0 age adoption passing confidence packageManager minor
preact (source) ^10.24.1 -> ^10.24.2 age adoption passing confidence dependencies patch
tj-actions/changed-files v45.0.2 -> v45.0.3 age adoption passing confidence action patch
typescript-eslint (source) ^8.7.0 -> ^8.8.0 age adoption passing confidence devDependencies minor
vitest (source) ^2.1.1 -> ^2.1.2 age adoption passing confidence devDependencies patch
vue (source) ^3.5.10 -> ^3.5.11 age adoption passing confidence dependencies patch
vue (source) ^3.5.10 -> ^3.5.11 age adoption passing confidence devDependencies patch

Release Notes

babel/babel (@​babel/core)

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
babel/babel (@​babel/parser)

v7.25.7

Compare Source

v7.25.7 (2024-10-02)

Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs!

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
Committers: 8
QwikDev/qwik (@​builder.io/qwik)

v1.9.1

Compare Source

Patch Changes
  • ✨ showing qrl parent names. (by @​wmertens in #​6881)
    in dev mode, qrl segments now start with their parent filename so it's easy to see where they came from. Furthermore, in production builds these filenames are also used so that origins in q-manifest.json are easy to understand.

  • 🐞🩹 Optimizer now ignores unknown deps in graph that caused crashes during build (by @​wmertens in #​6888)

  • 🐞🩹 Do not allow object methods to be serialized with style prop (by @​jakovljevic-mladen in #​6932)

  • 🐞🩹 In dev mode, changes to QRLs now explicitly invalidate the segment so that the browser will reload it (by @​wmertens in #​6938)

eslint/eslint (@​eslint/js)

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.21.1

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/core (@​vue/shared)

v3.5.11

Compare Source

Bug Fixes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.1

Compare Source

Fixed
Changed
sindresorhus/globals (globals)

v15.10.0

Compare Source

unjs/mlly (mlly)

v1.7.2

Compare Source

compare changes

🩹 Fixes
  • resolver: Avoid double slashes when joining id with /index (#​278)
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
preactjs/preact (preact)

v10.24.2

Compare Source

Performance
Types
Maintenance
tj-actions/changed-files (tj-actions/changed-files)

v45.0.3

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v45...v45.0.3

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

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

vitest-dev/vitest (vitest)

v2.1.2

Compare Source

   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am 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 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.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
@bolt-new-by-stackblitz

Copy link
Copy Markdown

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

@sapphi-red sapphi-red merged commit 5cac054 into main Oct 7, 2024
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch October 7, 2024 02:05
moonlitusun pushed a commit to moonlitusun/vite that referenced this pull request May 25, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

1 participant