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

Merged
merged 4 commits into from Nov 27, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.23.3 -> ^7.23.4 age adoption passing confidence
@babel/runtime (source) ^7.23.2 -> ^7.23.4 age adoption passing confidence
@babel/types (source) ^7.23.3 -> ^7.23.4 age adoption passing confidence
@builder.io/qwik (source) ^1.2.17 -> ^1.2.19 age adoption passing confidence
@eslint-types/typescript-eslint (source) ^6.11.0 -> ^6.12.0 age adoption passing confidence
@preact/preset-vite ^2.6.0 -> ^2.7.0 age adoption passing confidence
@rollup/plugin-alias (source) ^5.0.1 -> ^5.1.0 age adoption passing confidence
@rollup/plugin-dynamic-import-vars (source) ^2.1.0 -> ^2.1.1 age adoption passing confidence
@sveltejs/vite-plugin-svelte ^3.0.0 -> ^3.0.1 age adoption passing confidence
@types/babel__core (source) ^7.20.4 -> ^7.20.5 age adoption passing confidence
@types/babel__preset-env (source) ^7.9.5 -> ^7.9.6 age adoption passing confidence
@types/cross-spawn (source) ^6.0.5 -> ^6.0.6 age adoption passing confidence
@types/lodash (source) ^4.14.201 -> ^4.14.202 age adoption passing confidence
@types/micromatch (source) ^4.0.5 -> ^4.0.6 age adoption passing confidence
@types/node (source) ^20.9.0 -> ^20.10.0 age adoption passing confidence
@types/prompts (source) ^2.4.8 -> ^2.4.9 age adoption passing confidence
@types/react (source) ^18.2.37 -> ^18.2.38 age adoption passing confidence
@types/react-dom (source) ^18.2.15 -> ^18.2.17 age adoption passing confidence
@types/semver (source) ^7.5.4 -> ^7.5.6 age adoption passing confidence
@types/ws (source) ^8.5.9 -> ^8.5.10 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.10.0 -> ^6.12.0 age adoption passing confidence
@typescript-eslint/parser ^6.10.0 -> ^6.12.0 age adoption passing confidence
@vue/shared (source) ^3.3.8 -> ^3.3.9 age adoption passing confidence
axios (source) ^1.6.1 -> ^1.6.2 age adoption passing confidence
core-js ^3.33.2 -> ^3.33.3 age adoption passing confidence
eslint (source) ^8.53.0 -> ^8.54.0 age adoption passing confidence
json-stable-stringify ^1.0.2 -> ^1.1.0 age adoption passing confidence
lit (source) ^3.0.2 -> ^3.1.0 age adoption passing confidence
miniflare (source) ^3.20231025.1 -> ^3.20231030.1 age adoption passing confidence
playwright-chromium (source) ^1.39.0 -> ^1.40.0 age adoption passing confidence
pnpm (source) 8.10.3 -> 8.11.0 age adoption passing confidence
postcss-load-config ^4.0.1 -> ^4.0.2 age adoption passing confidence
preact (source) ^10.19.1 -> ^10.19.2 age adoption passing confidence
solid-js (source) ^1.8.5 -> ^1.8.6 age adoption passing confidence
stylus ^0.61.0 -> ^0.62.0 age adoption passing confidence
svelte (source) ^4.2.3 -> ^4.2.7 age adoption passing confidence
svelte-check ^3.6.0 -> ^3.6.2 age adoption passing confidence
tsx ^4.1.2 -> ^4.5.0 age adoption passing confidence
ufo ^1.3.1 -> ^1.3.2 age adoption passing confidence
vite (source) ^5.0.0 -> ^5.0.2 age adoption passing confidence
vitepress (source) 1.0.0-rc.25 -> 1.0.0-rc.31 age adoption passing confidence
vue (source) ^3.3.8 -> ^3.3.9 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser)

v7.23.4

Compare Source

v7.23.4 (2023-11-20)

🐛 Bug Fix
Committers: 4
babel/babel (@​babel/runtime)

v7.23.4

Compare Source

🐛 Bug Fix
BuilderIO/qwik (@​builder.io/qwik)

v1.2.19

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.2.18...v1.2.19

v1.2.18

Compare Source

What's Changed

New Contributors

Full Changelog: QwikDev/qwik@v1.2.17...v1.2.18

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

v2.7.0

Compare Source

Features

Fixes

rollup/plugins (@​rollup/plugin-alias)

v5.1.0

2023-11-25

Features
  • feat: add warning to avoid unintended duplicate modules (#​1634)
rollup/plugins (@​rollup/plugin-dynamic-import-vars)

v2.1.1

2023-11-25

Bugfixes
  • fix: escape special glob characters (#​1636)
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v3.0.1

Compare Source

Patch Changes
  • fix: improve checking of script and style in .svelte code to work with new generic= attribute (#​799)

  • Fix optional parameter types (#​797)

  • Update log level for HMR updates where the output is functionally equivalent to the previous version to "debug" (#​806)

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#​7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#​7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#​7806) (a034d0a), closes #​7768
Features
  • [member-ordering] add accessor support for member-ordering (#​7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#​7880) (4cfcd45)

You can read about our versioning strategy and releases on our website.

v6.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#​7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#​7883) (a668f5b)
Features

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.12.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.11.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

vuejs/core (@​vue/shared)

v3.3.9

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 27, 2023
Copy link
Contributor Author

renovate bot commented Nov 27, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
[01:19:26.959] INFO (9): Installing tool node v20.10.0...
v20.10.0
10.2.3
0.22.0
[01:19:29.862] INFO (9): Installed tool node in 2.9s.
[01:19:30.228] INFO (52): Installing tool pnpm v8.11.0...
8.11.0
[01:19:31.672] INFO (52): Installed tool pnpm in 1.4s.
Scope: all 187 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 94, reused 1, downloaded 79, added 0
Progress: resolved 165, reused 38, downloaded 115, added 0
Progress: resolved 232, reused 70, downloaded 143, added 0
Progress: resolved 494, reused 70, downloaded 410, added 0
Progress: resolved 709, reused 70, downloaded 598, added 0
Progress: resolved 774, reused 70, downloaded 648, added 0
Progress: resolved 849, reused 70, downloaded 712, added 0
Progress: resolved 941, reused 70, downloaded 740, added 0
Progress: resolved 1069, reused 70, downloaded 915, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: postcss-load-config@4.0.1

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

Copy link
Contributor Author

renovate bot commented Nov 27, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sapphi-red
Copy link
Member

Removed postcss-load-config patch as it's merged in 4.0.2 (postcss/postcss-load-config#252).
Changed dynamic-import plugin to handle escaped ? because ? is now escaped (rollup/plugins#1636).

@bluwy bluwy merged commit 7ff2c0a into main Nov 27, 2023
10 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch November 27, 2023 04:15
@yyx990803
Copy link
Member

yyx990803 commented Nov 30, 2023

The upgrade to tsx@4.5 seems to have broken the plugin-legacy build (only reproducible on netlify):

1:48:36 PM: packages/plugin-legacy build: > tsx ../../scripts/patchCJS.ts
1:48:36 PM: packages/plugin-legacy build: node:internal/process/esm_loader:40
1:48:36 PM: packages/plugin-legacy build:       internalBinding("errors").triggerUncaughtException(
1:48:36 PM: packages/plugin-legacy build:                                 ^
1:48:36 PM: packages/plugin-legacy build: Error: tsx must be loaded with --import instead of --loader
1:48:36 PM: packages/plugin-legacy build: The --loader flag was deprecated in Node v20.6.0
1:48:36 PM: packages/plugin-legacy build:     at Q (file:///opt/build/repo/node_modules/.pnpm/tsx@4.5.0/node_modules/tsx/dist/esm/index.mjs:1:1880)
1:48:36 PM: packages/plugin-legacy build:     at Hooks.addCustomLoader (node:internal/modules/esm/hooks:202:24)
1:48:36 PM: packages/plugin-legacy build:     at Hooks.register (node:internal/modules/esm/hooks:168:16)
1:48:36 PM: packages/plugin-legacy build:     at async initializeHooks (node:internal/modules/esm/utils:167:5)
1:48:36 PM: packages/plugin-legacy build:     at async customizedModuleWorker 

@sapphi-red
Copy link
Member

@yyx990803 I think it's caused by the change in Node 18.19.
#15184 (comment)

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.

None yet

3 participants