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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/standalone (source) ^7.25.7 -> ^7.26.4 age adoption passing confidence
@babel/types (source) ^7.25.7 -> ^7.26.3 age adoption passing confidence
@eslint/js (source) ^9.12.0 -> ^9.17.0 age adoption passing confidence
@rollup/plugin-replace (source) ^6.0.1 -> ^6.0.2 age adoption passing confidence
@shikijs/monaco (source) ^1.22.0 -> ^1.24.2 age adoption passing confidence
@types/babel__standalone (source) ^7.1.7 -> ^7.1.9 age adoption passing confidence
@types/node (source) ^22.7.5 -> ^22.10.2 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.4 -> ^5.2.1 age adoption passing confidence
@volar/jsdelivr (source) ~2.4.6 -> ~2.4.11 age adoption passing confidence
@volar/monaco (source) ~2.4.6 -> ~2.4.11 age adoption passing confidence
@vue/language-service (source) ~2.1.6 -> ~2.1.10 age adoption passing confidence
bumpp ^9.7.1 -> ^9.9.1 age adoption passing confidence
eslint (source) ^9.12.0 -> ^9.17.0 age adoption passing confidence
eslint-plugin-vue (source) ^9.28.0 -> ^9.32.0 age adoption passing confidence
lint-staged ^15.2.10 -> ^15.2.11 age adoption passing confidence
monaco-editor-core ^0.52.0 -> ^0.52.2 age adoption passing confidence
pnpm (source) 9.12.1 -> 9.15.0 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.2 age adoption passing confidence
shiki (source) ^1.22.0 -> ^1.24.2 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence
typescript-eslint (source) ^8.8.1 -> ^8.18.0 age adoption passing confidence
vite (source) ^5.4.8 -> ^5.4.11 age adoption passing confidence
vite-plugin-dts ^4.2.3 -> ^4.3.0 age adoption passing confidence
vue (source) ^3.5.11 -> ^3.5.13 age adoption passing confidence
vue-tsc (source) ~2.1.6 -> ~2.1.10 age adoption passing confidence

Release Notes

babel/babel (@​babel/standalone)

v7.26.4

Compare Source

↩️ Revert
  • babel-traverse

v7.26.3

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator
🏃‍♀️ Performance

v7.26.2

Compare Source

🐛 Bug Fix

v7.26.1

Compare Source

🐛 Bug Fix

v7.26.0

Compare Source

🚀 New Feature
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser
🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone
🏠 Internal
🏃‍♀️ Performance
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

v7.25.8

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-partial-application, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-preset-env
eslint/eslint (@​eslint/js)

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#​19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c4f53b chore: add missing backticks to flags.js (#​19226) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#​19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#​19050) (Arya Emami)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#​19218) (루밀LuMir)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#​19185) (folortin)

v9.16.0

Compare Source

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

Features

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)

Chores

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

v6.0.2

2024-12-15

Bugfixes
  • fix: add missing types for objectGuards option (#​1818)
shikijs/shiki (@​shikijs/monaco)

v1.24.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.24.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.24.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.23.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.23.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.22.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.22.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.1

v5.2.0

  • feat: add a feature option to support custom component id generator (#​461) (7a1fc4c), closes #​461

v5.1.5

volarjs/volar.js (@​volar/jsdelivr)

v2.4.11

Compare Source

v2.4.10

Compare Source

Bug Fixes

v2.4.9

Compare Source

Bug Fixes
  • typescript: avoid crash when converting relatedInformation from overly large files

v2.4.8

Compare Source

Bug Fixes
  • typescript: content-sensitive features are only allowed to return results in contiguous mapped ranges (#​243)

v2.4.7

Compare Source

Bug Fixes
volarjs/volar.js (@​volar/monaco)

v2.4.11

Compare Source

v2.4.10

Compare Source

Bug Fixes

v2.4.9

Compare Source

Bug Fixes
  • typescript: avoid crash when converting relatedInformation from overly large files

v2.4.8

Compare Source

Bug Fixes
  • typescript: content-sensitive features are only allowed to return results in contiguous mapped ranges (#​243)

v2.4.7

[Compare Source](https://redirect.github.com/volarjs/volar.js/compare/v2.4.6...v2.4


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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.

Copy link

vercel bot commented Oct 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
repl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 15, 2024 4:16pm

Copy link

pkg-pr-new bot commented Oct 14, 2024

Open in Stackblitz

npm i https://pkg.pr.new/@vue/repl@289

commit: 758e9e0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9abfa1b to 04e7d9e Compare October 14, 2024 11:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 04e7d9e to 5768afb Compare October 14, 2024 21:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5768afb to 1b2270d Compare October 16, 2024 16:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b2270d to ff200c4 Compare October 17, 2024 00:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff200c4 to 88f5e86 Compare October 17, 2024 20:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88f5e86 to 002dac5 Compare October 18, 2024 23:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 002dac5 to f102f01 Compare October 19, 2024 05:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f102f01 to 732b5bf Compare October 20, 2024 15:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 732b5bf to fc93222 Compare October 21, 2024 20:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc93222 to ec45778 Compare October 22, 2024 04:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec45778 to 28dd559 Compare October 22, 2024 16:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 28dd559 to a54f4a1 Compare October 22, 2024 18:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a54f4a1 to a3eb546 Compare October 23, 2024 09:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df9bc52 to 5ba89a0 Compare December 5, 2024 18:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ba89a0 to e961b7d Compare December 6, 2024 17:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e961b7d to 5c2534d Compare December 8, 2024 19:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c2534d to 0b57851 Compare December 9, 2024 05:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b57851 to 63ed3d1 Compare December 9, 2024 11:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 63ed3d1 to b100c71 Compare December 9, 2024 16:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b100c71 to ef4e1f1 Compare December 9, 2024 19:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef4e1f1 to a4323c0 Compare December 10, 2024 04:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a4323c0 to 880583f Compare December 10, 2024 16:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 880583f to fd08b5f Compare December 11, 2024 09:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd08b5f to 0fc52a5 Compare December 12, 2024 17:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0fc52a5 to ab2b0f0 Compare December 13, 2024 21:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ab2b0f0 to 887ce39 Compare December 14, 2024 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants