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

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.24.9 -> ^7.25.2 age adoption passing confidence
@babel/parser (source) ^7.24.8 -> ^7.25.0 age adoption passing confidence
@babel/preset-env (source) ^7.24.8 -> ^7.25.2 age adoption passing confidence
@babel/runtime (source) ^7.24.8 -> ^7.25.0 age adoption passing confidence
@builder.io/qwik (source) ^1.7.1 -> ^1.7.3 age adoption passing confidence
@eslint/js (source) ^9.7.0 -> ^9.8.0 age adoption passing confidence
@shikijs/vitepress-twoslash (source) ^1.11.0 -> ^1.12.0 age adoption passing confidence
@types/node (source) ^20.14.11 -> ^20.14.13 age adoption passing confidence
@types/ws (source) ^8.5.11 -> ^8.5.12 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.17.0 -> ^7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.17.0 -> ^7.18.0 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.5 -> ^5.1.1 age adoption passing confidence
@vue/shared (source) ^3.4.33 -> ^3.4.34 age adoption passing confidence
debug ^4.3.5 -> ^4.3.6 age adoption passing confidence
eslint (source) ^9.7.0 -> ^9.8.0 age adoption passing confidence
eslint-plugin-import-x ^3.0.1 -> ^3.1.0 age adoption passing confidence
eslint-plugin-n ^17.9.0 -> ^17.10.1 age adoption passing confidence
magic-string ^0.30.10 -> ^0.30.11 age adoption passing confidence
miniflare (source) ^3.20240718.0 -> ^3.20240718.1 age adoption passing confidence
postcss (source) ^8.4.39 -> ^8.4.40 age adoption passing confidence
preact (source) ^10.22.1 -> ^10.23.1 age adoption passing confidence
solid-js (source) ^1.8.18 -> ^1.8.19 age adoption passing confidence
tailwindcss (source) ^3.4.6 -> ^3.4.7 age adoption passing confidence
typescript-eslint (source) ^7.17.0 -> ^7.18.0 age adoption passing confidence
url ^0.11.3 -> ^0.11.4 age adoption passing confidence
vite (source) ^5.3.4 -> ^5.3.5 age adoption passing confidence
vue (source) ^3.4.33 -> ^3.4.34 age adoption passing confidence
vue-tsc (source) ^2.0.28 -> ^2.0.29 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.25.2

Compare Source

🐛 Bug Fix
babel/babel (@​babel/parser)

v7.25.0

Compare Source

v7.25.0 (2024-07-26)

Thanks @​davidtaylorhq and @​slatereax for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.

👓 Spec Compliance
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
  • babel-plugin-transform-typescript
🚀 New Feature
  • babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types
  • babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse
  • babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types
  • babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse
  • babel-core, babel-parser
  • babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env
  • babel-plugin-transform-block-scoping, babel-traverse, babel-types
  • babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules
  • babel-helper-transform-fixture-test-runner, babel-node
  • babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone
🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
  • babel-parser, babel-plugin-proposal-pipeline-operator
🔬 Output optimization
  • babel-plugin-transform-classes
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-object-super, babel-plugin-transform-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
Committers: 6
QwikDev/qwik (@​builder.io/qwik)

v1.7.3

v1.7.2

Patch Changes
  • Library builds now correctly generate _fnSignal calls again. Any Qwik library that exports components should be built again. (by @​wmertens in #​6732)

    • built files are now under dist/ or lib/. All tools that respect package export maps should just work. (by @​wmertens in #​6715)
      If you have trouble with Typescript, ensure that you use moduleResolution: "Bundler" in your tsconfig.json.
    • @builder.io/qwik no longer depends on undici
  • fix dev mode on windows (by @​Varixo in #​6713)

eslint/eslint (@​eslint/js)

v9.8.0

Compare Source

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

v1.12.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.11.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.11.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

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

v7.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.

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.1

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #​431

v5.1.0

vuejs/core (@​vue/shared)

v3.4.34

Compare Source

Bug Fixes
debug-js/debug (debug)

v4.3.6

Compare Source

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.3.5...4.3.6

eslint/eslint (eslint)

v9.8.0

Compare Source

un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v3.1.0

Compare Source

Minor Changes
Patch Changes
  • #​118 0307ff2 Thanks @​SukkaW! - Reverts #​111. The introduction of SCC causes extra overhead that overcomes the early return it introduced.

    A new no-cycle-next rule is being implemented using the graph. It won't be backward compatible with the current rule no-cycle. The current no-cycle rule will become no-cycle-legacy in the next major version.

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.10.1

Compare Source

🩹 Fixes

v17.10.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores
  • upgrade compatible deps (8f6f11d)
rich-harris/magic-string (magic-string)

v0.30.11

Compare Source

Bug Fixes
  • not use negative indices for remove in empty string (#​281) (5c1cba0)
cloudflare/workers-sdk (miniflare)

v3.20240718.1

Compare Source

Patch Changes
postcss/postcss (postcss)

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).
preactjs/preact (preact)

v10.23.1

Compare Source

Fixes

v10.23.0

Compare Source

Features

This adds support for returning a function in functional refs, example

<input
  ref={(ref) => {
    // Assign ref, do something with it
    return () => {
      // ref cleanup, when the element unmounts
      // we run the cleanup
    };
  }}
/>

Fixes

Types

Maintenance

tailwindlabs/tailwindcss (tailwindcss)

v3.4.7

Compare Source

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

v7.18.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.

defunctzombie/node-url (url)

v0.11.4

Compare Source

vitejs/vite (vite)

v5.3.5

Compare Source

vuejs/language-tools (vue-tsc)

v2.0.29

Compare Source

Features
Fixes
  • tsc: errors should be thrown instead of being console.log printed
  • language-server: observe named pipes changes when server startup (#​4292)
  • language-core: infer define model type from options type (#​4545) - Thanks @​davidmatter
  • language-core: type-checking not working with hyphen in slot name with JS (#​4478) - Thanks @​KermanX
  • language-core: add type check for v-model without argument (#​4598) - Thanks @​zhiyuanzmj
  • language-service: filter special tags (#​4596) - Thanks @​so1ve
  • typescript-plugin: improve named pipes reliability (#​4603)
  • language-core: property access is incorrectly identified as compound expression (#​4600)
  • language-core: fix compatibility of generic component virtual code with TS 5.5 (#​4577)
  • tsc: TS4082 not reported for functional component (#​4569)
Other Changes
  • Upgraded Volar from v2.4.0-alpha.15 to v2.4.0-alpha.18:
    • Fix VS Code IntelliSense will be lost in new created files (#​4424)
    • Add workspace symbols support in Hybrid Mode (#​4595)
    • Add workspace addMissingImports action support in Hybrid Mode (#​4586)
  • Fix yarn 4 compatibility (#​4587)
  • Add vue vine to hybrid mode compatible list (#​4543) - Thanks @​so1ve
  • Add global components prop validation test (#​4542) - Thanks @​davidmatter

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 Jul 29, 2024
Copy link

stackblitz bot commented Jul 29, 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 6 times, most recently from 4525cbd to 4470de0 Compare July 30, 2024 01:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4470de0 to 17ff6dc Compare July 30, 2024 04:25
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 30, 2024
@bluwy bluwy merged commit e408542 into main Jul 30, 2024
12 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch July 30, 2024 05:38
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