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

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@preact/preset-vite ^2.9.0 -> ^2.9.1 age adoption passing confidence devDependencies patch
@shikijs/vitepress-twoslash (source) ^1.16.2 -> ^1.17.7 age adoption passing confidence devDependencies minor
@types/react (source) ^18.3.5 -> ^18.3.6 age adoption passing confidence devDependencies patch
@types/stylus (source) ^0.48.42 -> ^0.48.43 age adoption passing confidence devDependencies patch
@vue/shared (source) ^3.5.3 -> ^3.5.6 age adoption passing confidence dependencies patch
eslint-plugin-react ^7.35.2 -> ^7.36.1 age adoption passing confidence devDependencies minor
eslint-plugin-react-refresh ^0.4.11 -> ^0.4.12 age adoption passing confidence devDependencies patch
execa ^9.3.1 -> ^9.4.0 age adoption passing confidence devDependencies minor
express (source) ^4.19.2 -> ^4.21.0 age adoption passing confidence devDependencies minor
express (source) ^4.19.2 -> ^4.21.0 age adoption passing confidence dependencies minor
lightningcss ^1.26.0 -> ^1.27.0 age adoption passing confidence devDependencies minor
miniflare (source) ^3.20240821.1 -> ^3.20240909.2 age adoption passing confidence devDependencies minor
playwright-chromium (source) ^1.47.0 -> ^1.47.1 age adoption passing confidence devDependencies patch
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence packageManager minor
postcss (source) ^8.4.45 -> ^8.4.47 age adoption passing confidence dependencies patch
preact (source) ^10.23.2 -> ^10.24.0 age adoption passing confidence dependencies minor
svelte-check ^4.0.1 -> ^4.0.2 age adoption passing confidence devDependencies patch
tailwindcss (source) ^3.4.10 -> ^3.4.11 age adoption passing confidence dependencies patch
tailwindcss (source) ^3.4.10 -> ^3.4.11 age adoption passing confidence devDependencies patch
terser (source) ^5.31.6 -> ^5.32.0 age adoption passing confidence devDependencies minor
tj-actions/changed-files v45.0.1 -> v45.0.2 age adoption passing confidence action patch
tsx (source) ^4.19.0 -> ^4.19.1 age adoption passing confidence devDependencies patch
typescript-eslint (source) ^8.4.0 -> ^8.6.0 age adoption passing confidence devDependencies minor
vite (source) ^5.4.3 -> ^5.4.6 age adoption passing confidence devDependencies patch
vitest (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence devDependencies minor
vue (source) ^3.5.3 -> ^3.5.6 age adoption passing confidence dependencies patch
vue (source) ^3.5.3 -> ^3.5.6 age adoption passing confidence devDependencies patch
vue-router ^4.4.3 -> ^4.4.5 age adoption passing confidence dependencies patch

Release Notes

preactjs/preset-vite (@​preact/preset-vite)

v2.9.1

Compare Source

Bug Fixes

Maintenance

New Contributors

Full Changelog: preactjs/preset-vite@2.9.0...2.9.1

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

v1.17.7

Compare Source

   🚀 Features
    View changes on GitHub

v1.17.6

Compare Source

   🚀 Features
  • engine-js:
   🐞 Bug Fixes
  • Missing named exports for shiki/wasm and @shikijs/wasm-inlined  -  by @​antfu (3f226)
    View changes on GitHub

v1.17.5

Compare Source

   🚀 Features
    View changes on GitHub

v1.17.4

Compare Source

No significant changes

    View changes on GitHub

v1.17.0

Compare Source

Refactor the monorepo and separate engines into each own package.

    View changes on GitHub

v1.16.3

Compare Source

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

v3.5.6

Compare Source

Bug Fixes

v3.5.5

Compare Source

Bug Fixes

v3.5.4

Compare Source

Bug Fixes
Performance Improvements
  • reactivity: trigger deps directly instead of storing in an array first (#​11695) (f80d447)
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.36.1

Compare Source

Fixed

v7.36.0

Compare Source

Added
Fixed
  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#​3629 @​HenryBrown0)
  • JSX pragma: fail gracefully (#​3632 @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#​3799 @​ljharb)
Changed
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.12

Compare Source

  • Support type assertion on default export (fixes #​48)
  • Add default export to fix usage with jiti (fixes #​50)
sindresorhus/execa (execa)

v9.4.0

Compare Source

expressjs/express (express)

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

v4.20.0

Compare Source

==========

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
parcel-bundler/lightningcss (lightningcss)

v1.27.0

Compare Source

Added
Fixed
cloudflare/workers-sdk (miniflare)

v3.20240909.2

Patch Changes

v3.20240909.1

Compare Source

Minor Changes

v3.20240909.0

Compare Source

Patch Changes

v3.20240821.2

Compare Source

Patch Changes
  • #​6627 5936282 Thanks @​GregBrimble! - fix: Fixes max asset count error message to properly report count of assets

  • #​6612 6471090 Thanks @​dario-piotrowicz! - fix: add hyperdrive bindings support in getBindings

    Note: the returned binding values are no-op/passthrough that can be used inside node.js, meaning
    that besides direct connections via the connect methods, all the other values point to the
    same db connection specified in the user configuration

microsoft/playwright (playwright-chromium)

v1.47.1

Compare Source

pnpm/pnpm (pnpm)

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

postcss/postcss (postcss)

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').
preactjs/preact (preact)

v10.24.0

[Compare S


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 Sep 16, 2024
Copy link

stackblitz bot commented Sep 16, 2024

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 58d2a1b to 4550947 Compare September 16, 2024 20:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4550947 to 96ab88b Compare September 17, 2024 01:23
@sapphi-red sapphi-red merged commit a73bbaa into main Sep 17, 2024
13 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch September 17, 2024 06:08
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