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

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.23.6 -> ^7.23.7 age adoption passing confidence
@babel/preset-env (source) ^7.23.6 -> ^7.23.8 age adoption passing confidence
@babel/runtime (source) ^7.23.6 -> ^7.23.8 age adoption passing confidence
@builder.io/qwik (source) ^1.3.0 -> ^1.3.3 age adoption passing confidence
@eslint-types/typescript-eslint (source) ^6.12.0 -> ^6.18.1 age adoption passing confidence
@preact/preset-vite ^2.7.0 -> ^2.8.1 age adoption passing confidence
@rollup/plugin-json (source) ^6.0.1 -> ^6.1.0 age adoption passing confidence
@rollup/plugin-typescript (source) ^11.1.5 -> ^11.1.6 age adoption passing confidence
@types/node (source) ^20.10.4 -> ^20.11.0 age adoption passing confidence
@types/react (source) ^18.2.43 -> ^18.2.47 age adoption passing confidence
@types/react-dom (source) ^18.2.17 -> ^18.2.18 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^6.14.0 -> ^6.18.1 age adoption passing confidence
@typescript-eslint/parser (source) ^6.14.0 -> ^6.18.1 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.2 -> ^5.0.3 age adoption passing confidence
@vue/shared (source) ^3.3.11 -> ^3.4.9 age adoption passing confidence
acorn ^8.11.2 -> ^8.11.3 age adoption passing confidence
axios (source) ^1.6.2 -> ^1.6.5 age adoption passing confidence
core-js (source) ^3.34.0 -> ^3.35.0 age adoption passing confidence
eslint (source) ^8.55.0 -> ^8.56.0 age adoption passing confidence
eslint-define-config ^2.0.0 -> ^2.1.0 age adoption passing confidence
eslint-plugin-n ^16.4.0 -> ^16.6.2 age adoption passing confidence
eslint-plugin-regexp ^2.1.2 -> ^2.2.0 age adoption passing confidence
lit (source) ^3.1.0 -> ^3.1.1 age adoption passing confidence
miniflare (source) ^3.20231030.3 -> ^3.20231218.1 age adoption passing confidence
pnpm (source) 8.12.0 -> 8.14.1 age adoption passing confidence
postcss (source) ^8.4.32 -> ^8.4.33 age adoption passing confidence
regenerator-runtime (source) ^0.14.0 -> ^0.14.1 age adoption passing confidence
sass ^1.69.5 -> ^1.69.7 age adoption passing confidence
solid-js (source) ^1.8.7 -> ^1.8.10 age adoption passing confidence
systemjs ^6.14.2 -> ^6.14.3 age adoption passing confidence
tailwindcss (source) ^3.3.6 -> ^3.4.1 age adoption passing confidence
tsx ^4.6.2 -> ^4.7.0 age adoption passing confidence
vite (source) ^5.0.8 -> ^5.0.11 age adoption passing confidence
vitepress (source) 1.0.0-rc.31 -> 1.0.0-rc.36 age adoption passing confidence
vitest (source) ^1.0.4 -> ^1.1.3 age adoption passing confidence
vue (source) ^3.3.11 -> ^3.4.9 age adoption passing confidence
vue-tsc (source) ^1.8.25 -> ^1.8.27 age adoption passing confidence
ws ^8.15.0 -> ^8.16.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.23.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
BuilderIO/qwik (@​builder.io/qwik)

v1.3.3

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.3.2...v1.3.3

v1.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: QwikDev/qwik@v1.3.1...v1.3.2

v1.3.1

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.3.0...v1.3.1

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

v2.8.1

Compare Source

What's Changed

Full Changelog: preactjs/preset-vite@2.8.0...2.8.1

v2.8.0

Compare Source

What's Changed

Full Changelog: preactjs/preset-vite@2.7.0...2.8.0

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

v6.1.0

2023-12-12

Features
  • feat: add includeArbitraryNames option (#​1641)
rollup/plugins (@​rollup/plugin-typescript)

v11.1.6

2024-01-09

Bugfixes
  • fix: Ensure rollup 4 compatibility (#​1658)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

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

v6.15.0

Compare Source

Features

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

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

v6.18.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.17.0

[Compare Source](https://togithub.com/typescri


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 Dec 18, 2023
Copy link

stackblitz bot commented Dec 18, 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 10 times, most recently from 2857d47 to 4f923e2 Compare December 25, 2023 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from f837771 to fb1ab24 Compare December 31, 2023 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from d432a12 to 7770041 Compare January 9, 2024 06:31
@bluwy
Copy link
Member

bluwy commented Jan 9, 2024

I looked into the fail. It's failing on this runtime browser error:

  Error [ReferenceError]: __VUE_PROD_DEVTOOLS__ is not defined
      at http://localhost:4173/assets/index-395tA5rm.js:5221:1

For some reason the actual build output is different in playground-temp, so you'd have to run VITE_PRESERVE_BUILD_ARTIFACTS=true pnpm test-build optimize-deps-no-discovery to inspect the issue. The problem is that even though we're only importing vue, it's bundling Vue component handling code too, which involves bundler specific globals like __VUE_PROD_DEVTOOLS__, which is only set through @vitejs/plugin-vue. Which we don't use because we don't need to (we're only importing vue without using components).

I'm not totally sure what's going on here and haven't continued to find the core issue.

@patak-dev
Copy link
Member

@sodatea should we be able to use vue (for example only the reactivity system) without the vite plugin? Or does the plugin needs to be always there for Vite from now on?

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7770041 to 49ff166 Compare January 9, 2024 10:55
@sodatea
Copy link
Member

sodatea commented Jan 9, 2024

This looks like a bug to me. Maybe related to vuejs/core#9977 ? Considering it's a quite recent regression.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8ef9040 to 0f5f027 Compare January 10, 2024 00:08
@sodatea
Copy link
Member

sodatea commented Jan 10, 2024

Confirmed it's a vue regression introduced in vuejs/core@ee68c52
Let me see what we can do to fix it.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from b92f8d5 to 80fa418 Compare January 11, 2024 10:55
Copy link
Member

@patak-dev patak-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems we are good now, thanks @sodatea!

@bluwy bluwy merged commit ab56227 into main Jan 11, 2024
11 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch January 11, 2024 15:17
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