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

Merged
merged 1 commit into from
Oct 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/plugin-transform-typescript (source) ^7.25.2 -> ^7.25.7 age adoption passing confidence dependencies patch
@unhead/schema (source) ^1.11.6 -> ^1.11.7 age adoption passing confidence devDependencies patch
@unhead/ssr (source) ^1.11.6 -> ^1.11.7 age adoption passing confidence dependencies patch
@unhead/vue (source) ^1.11.6 -> ^1.11.7 age adoption passing confidence dependencies patch
actions/checkout v4.1.7 -> v4.2.0 age adoption passing confidence action minor
devalue ^5.0.0 -> ^5.1.1 age adoption passing confidence devDependencies minor
eslint-plugin-jsdoc ^50.2.4 -> ^50.3.1 age adoption passing confidence devDependencies minor
h3 ^1.12.0 -> ^1.13.0 age adoption passing confidence dependencies minor
nypm ^0.3.11 -> ^0.3.12 age adoption passing confidence dependencies patch
pnpm (source) 9.11.0 -> 9.12.0 age adoption passing confidence packageManager minor
postcss-preset-env (source) ^10.0.5 -> ^10.0.6 age adoption passing confidence dependencies patch
rollup (source) ^4.22.4 -> ^4.24.0 age adoption passing confidence devDependencies minor
terser (source) ^5.33.0 -> ^5.34.1 age adoption passing confidence dependencies minor
unimport ^3.12.0 -> ^3.13.1 age adoption passing confidence dependencies minor
untyped ^1.4.2 -> ^1.5.1 age adoption passing confidence dependencies minor
vite (source) ~5.4.7 -> ~5.4.8 age adoption passing confidence dependencies patch
vite (source) ~5.4.7 -> ~5.4.8 age adoption passing confidence devDependencies patch
vite-node (source) ^2.1.1 -> ^2.1.2 age adoption passing confidence dependencies patch
vitest (source) ^2.1.1 -> ^2.1.2 age adoption passing confidence devDependencies patch

Release Notes

babel/babel (@​babel/plugin-transform-typescript)

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
unjs/unhead (@​unhead/schema)

v1.11.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
actions/checkout (actions/checkout)

v4.2.0

Compare Source

Rich-Harris/devalue (devalue)

v5.1.1

Compare Source

  • Only iterate over own properties of reducers (#​80)

v5.1.0

Compare Source

  • Handle typed arrays and array buffers (#​69)
  • Add sideEffects: false to package.json (#​81)
  • Better errors when keys are invalid identifiers (#​82)
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.3.1

Compare Source

Bug Fixes

v50.3.0

Compare Source

Features
  • require-param: add ignoreWhenAllParamsMissing option; fixes #​1317 (3b18435)

v50.2.5

Compare Source

Bug Fixes
  • require-jsdoc: allow TSTypeAliasDeclaration to be detected for export; fixes #​1319 (909de73)
  • force release (6970456)
  • force release (20e0805)
  • update semantic-release (baaf8c3)
  • update semantic-release/github (8e565e0)
unjs/h3 (h3)

v1.13.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • readRawBody: Handle URLSearchParams (#​888)
❤️ Contributors
unjs/nypm (nypm)

v0.3.12

Compare Source

compare changes

🚀 Enhancements
🏡 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
csstools/postcss-plugins (postcss-preset-env)

v10.0.6

Compare Source

October 4, 2024

rollup/rollup (rollup)

v4.24.0

Compare Source

2024-10-02

Features
  • Support preserving and transpiling JSX syntax (#​5668)
Pull Requests

v4.23.0

Compare Source

2024-10-01

Features
  • Collect all emitted names and originalFileNames for assets (#​5686)
Pull Requests

v4.22.5

Compare Source

2024-09-27

Bug Fixes
  • Allow parsing of certain unicode characters again (#​5674)
Pull Requests
terser/terser (terser)

v5.34.1

Compare Source

  • bump the rollup devDependency to disable CVE warnings (Terser was not affected)

v5.34.0

Compare Source

  • internal: stop assigning properties to objects they don't belong in
  • internal: run compress tests in parallel
  • drop_console: emit an empty function if the return value of console.METHOD(...) may be called.
unjs/unimport (unimport)

v3.13.1

Compare Source

Bug Fixes

v3.13.0

Compare Source

Bug Fixes
Features
unjs/untyped (untyped)

v1.5.1

Compare Source

compare changes

🩹 Fixes
  • loader: Use default export if is the only export (030a98c)
🏡 Chore
❤️ Contributors

v1.5.0

Compare Source

compare changes

🚀 Enhancements
💅 Refactors
🏡 Chore
🤖 CI
  • Update node version to 20 (c4ede69)
❤️ Contributors
vitejs/vite (vite)

v5.4.8

Compare Source

Please refer to CHANGELOG.md for details.

vitest-dev/vitest (vite-node)

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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.

@renovate renovate bot changed the title chore(deps): update dependency vite to ~5.4.8 chore(deps): update all non-major dependencies Sep 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from c83b821 to 1725a09 Compare October 2, 2024 19:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1248a9d to 6f52526 Compare October 4, 2024 19:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f52526 to 995a395 Compare October 5, 2024 13:24
@wattanx wattanx merged commit 53d4c20 into main Oct 6, 2024
61 checks passed
@wattanx wattanx deleted the renovate/all-minor-patch branch October 6, 2024 14:07
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