Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/standalone (source) ^7.24.6 -> ^7.24.7 age adoption passing confidence
@babel/types (source) ^7.24.6 -> ^7.24.7 age adoption passing confidence
@rollup/plugin-replace (source) ^5.0.5 -> ^5.0.7 age adoption passing confidence
@shikijs/monaco (source) ^1.6.0 -> ^1.6.5 age adoption passing confidence
@types/node (source) ^20.12.12 -> ^20.14.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.10.0 -> ^7.13.0 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.4 -> ^5.0.5 age adoption passing confidence
eslint (source) ^9.3.0 -> ^9.5.0 age adoption passing confidence
lint-staged ^15.2.5 -> ^15.2.7 age adoption passing confidence
pnpm (source) 9.1.3 -> 9.3.0 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.3.2 age adoption passing confidence
shiki (source) ^1.6.0 -> ^1.6.5 age adoption passing confidence
vite (source) ^5.2.11 -> ^5.3.1 age adoption passing confidence
vue (source) ^3.4.27 -> ^3.4.29 age adoption passing confidence
vue-tsc (source) ^2.0.19 -> ^2.0.21 age adoption passing confidence

Release Notes

babel/babel (@​babel/standalone)

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
rollup/plugins (@​rollup/plugin-replace)

v5.0.7

2024-06-05

Bugfixes
  • fix: add missing sourceMap documentation (#​1698)

v5.0.6

2024-06-05

Bugfixes
  • fix: ternary operator replacement (#​1712)
shikijs/shiki (@​shikijs/monaco)

v1.6.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.6.4

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.3

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.1

Compare Source

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

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

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

v5.0.5

eslint/eslint (eslint)

v9.5.0

Compare Source

v9.4.0

Compare Source

okonet/lint-staged (lint-staged)

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
pnpm/pnpm (pnpm)

v9.3.0

Compare Source

Minor Changes

  • Semi-breaking. Dependency key names in the lockfile are shortened if they are longer than 1000 characters. We don't expect this change to affect many users. Affected users most probably can't run install successfully at the moment. This change is required to fix some edge cases in which installation fails with an out-of-memory error or "Invalid string length (RangeError: Invalid string length)" error. The max allowed length of the dependency key can be controlled with the peers-suffix-max-length setting #​8177.

Patch Changes

  • Set reporter-hide-prefix to true by default for pnpm exec. In order to show prefix, the user now has to explicitly set reporter-hide-prefix=false #​8174.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.2.0

Compare Source

Minor Changes

  • If package-manager-strict-version is set to true, pnpm will fail if its version doesn't exactly match the version in the "packageManager" field of package.json.

Patch Changes

  • Update @yarnpkg/pnp to the latest version, fixing issue with node: imports #​8161.
  • Deduplicate bin names to prevent race condition and corrupted bin scripts #​7833.
  • pnpm doesn't fail if its version doesn't match the one specified in the "packageManager" field of package.json #​8087.
  • exec now also streams prefixed output when --recursive or --parallel is specified just as run does #​8065.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.1.4

Compare Source

prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

vitejs/vite (vite)

v5.3.1

Compare Source

v5.3.0

Compare Source

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.2.12

Compare Source

vuejs/core (vue)

v3.4.29

Compare Source

Bug Fixes
  • build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #​11137
  • compiler-sfc: fix missing scope for extends error message (4ec387b)
  • compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
  • compiler-sfc: support @​vue-ignore comment on more type sources (a23e99b)
  • custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #​11116
  • reactivity: avoid infinite loop when render access a side effect computed (#​11135) (8296e19), closes #​11121

v3.4.28

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.

Copy link

vercel bot commented Jun 3, 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 Jun 16, 2024 1:00am

@renovate renovate bot added the dependencies label Jun 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 306861d to 46ded2e Compare June 3, 2024 19:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46ded2e to 89058d9 Compare June 4, 2024 00:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 89058d9 to 13151e5 Compare June 5, 2024 02:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13151e5 to b158104 Compare June 5, 2024 08:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b158104 to 4a03c46 Compare June 5, 2024 11:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4a03c46 to 40eb912 Compare June 5, 2024 14:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 40eb912 to 45be411 Compare June 5, 2024 16:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 45be411 to 92abeb4 Compare June 7, 2024 12:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 92abeb4 to 9fa7c94 Compare June 8, 2024 10:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9fa7c94 to 529bcb4 Compare June 8, 2024 15:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 529bcb4 to 5e43277 Compare June 10, 2024 15:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5e43277 to 6e6e752 Compare June 10, 2024 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6e6e752 to d2bf1b8 Compare June 11, 2024 06:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2bf1b8 to d8503cc Compare June 11, 2024 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b6f757 to a752a86 Compare June 16, 2024 01:00
@sxzz sxzz merged commit 8ffc2dd into main Jun 17, 2024
@sxzz sxzz deleted the renovate/all-minor-patch branch June 17, 2024 03:58
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.

1 participant