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 npm packages #13

Merged
merged 1 commit into from
Jun 10, 2024
Merged

chore(deps): update npm packages #13

merged 1 commit into from
Jun 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.12.12 -> ^20.14.2 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.4 -> ^5.0.5 age adoption passing confidence
@vueuse/core (source) ^10.9.0 -> ^10.10.0 age adoption passing confidence
lint-staged ^15.2.2 -> ^15.2.5 age adoption passing confidence
lucide-vue-next (source) ^0.378.0 -> ^0.390.0 age adoption passing confidence
monaco-editor ^0.48.0 -> ^0.49.0 age adoption passing confidence
pnpm (source) 9.1.1 -> 9.2.0 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.3.1 age adoption passing confidence
radix-vue ^1.7.4 -> ^1.8.3 age adoption passing confidence
tailwindcss (source) ^3.4.3 -> ^3.4.4 age adoption passing confidence
vite (source) ^5.2.11 -> ^5.2.13 age adoption passing confidence
vue-tsc (source) ^2.0.18 -> ^2.0.21 age adoption passing confidence

Release Notes

lucide-icons/lucide (lucide-vue-next)

v0.390.0: New icons 0.390.0

Compare Source

New icons 🎨

v0.387.0: New icons 0.387.0

Compare Source

Modified Icons 🔨

v0.386.0: New icons 0.386.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.385.0: New icons 0.385.0

Compare Source

Modified Icons 🔨

v0.384.0: New icons 0.384.0

Compare Source

Modified Icons 🔨

v0.383.0: New icons 0.383.0

Compare Source

Modified Icons 🔨

v0.382.0: New icons 0.382.0

Compare Source

New icons 🎨

v0.381.0: New icons 0.381.0

Compare Source

New icons 🎨

v0.380.0: New icons 0.380.0

Compare Source

New icons 🎨

v0.379.0: New icons 0.379.0

Compare Source

Modified Icons 🔨

microsoft/monaco-editor (monaco-editor)

v0.49.0

Compare Source

  • New proposed editorHoverVerbosityLevel API
  • New proposed newSymbolNamesProvider API

Contributions to monaco-editor:

pnpm/pnpm (pnpm)

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

v9.1.3

Compare Source

v9.1.2

Compare Source

Patch Changes

  • Reduced memory usage during peer dependencies resolution #​8084.
  • Details in the pnpm licenses output are not misplaced anymore #​8071.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

prettier/prettier (prettier)

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" };
radix-vue/radix-vue (radix-vue)

v1.8.3

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
tailwindlabs/tailwindcss (tailwindcss)

v3.4.4

Compare Source

Fixed
  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#​13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#​13770)
  • Support negative values for {col,row}-{start,end} utilities (#​13781)
  • Update embedded browserslist database (#​13792)
vitejs/vite (vite)

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/language-tools (vue-tsc)

v2.0.21

Compare Source

Bug Fixes
  • fix(typescript-plugin): TS plugin cause type checking broken in .ts files (#​4453)

v2.0.20

Compare Source

Features
  • feat(language-service): add localization support for zh-hk/zh-tw
  • feat(vscode): enable syntax highlighting of cue code blocks in MDX (#​4425) - Thanks @​remcohaszing
Bug Fixes
  • fix(vscode): fix "as"/"instanceof" expressions syntax highlight (#​4412)
  • fix(language-core): ForIteratorExpression's returns property may be undefined (#​4418) - Thanks @​so1ve
  • fix(language-core): use defineEmits calls instead of type infer (#​4430) - Thanks @​zhiyuanzmj
  • fix(tsc): log catched errors to console (#​4451) - Thanks @​mik3ybark3r
  • fix(typescript-plugin): TS not working in template when tsconfig missing (#​4452)
  • fix(language-core): use type infer instead of await import (#​4436) - Thanks @​zhiyuanzmj
  • feat(language-core): ignore type error for new functional component (#​4445) - Thanks @​zhiyuanzmj
  • fix(language-core): ignore type error for possible component name (#​4446) - Thanks @​zhiyuanzmj
  • fix(language-service): filter internal props in template completion
  • fix(language-service): sort component props in template completion
  • fix(language-core): duplicate completion appears at the beginning of script setup block
Other Changes
  • Upgrade Volar from v2.2.4 to v2.3.0-alpha.14.
    • LSP server performance improved
    • Language server now responds with the exact server capabilities for initialization requests
    • Auto insertion requests can now exit early in the language client
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:

Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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
Contributor Author

renovate bot commented Jun 10, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate renovate bot merged commit 1befc78 into main Jun 10, 2024
3 checks passed
@renovate renovate bot deleted the renovate/npm-packages branch June 10, 2024 06:35
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants