Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 25, 2025

Bumps the npm group with 8 updates in the /website directory:

Package From To
@babel/parser 7.26.10 7.27.0
@iconify-json/simple-icons 1.2.28 1.2.29
@vitejs/plugin-vue 5.2.1 5.2.3
@vueuse/core 12.7.0 12.8.2
algoliasearch 5.21.0 5.22.0
nanoid 3.3.9 3.3.11
rollup 4.35.0 4.37.0
vite 5.4.14 5.4.15

Updates @babel/parser from 7.26.10 to 7.27.0

Release notes

Sourced from @​babel/parser's releases.

v7.27.0 (2025-03-24)

Thanks @​ishchhabra and @​vovkasm for your first PRs!

👓 Spec Compliance

  • babel-generator, babel-parser

🚀 New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@​JLHwung)
  • babel-generator
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • babel-parser
  • babel-types
    • #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (@​ishchhabra)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

🏃‍♀️ Performance

Committers: 5

Changelog

Sourced from @​babel/parser's changelog.

v7.27.0 (2025-03-24)

👓 Spec Compliance

  • babel-generator, babel-parser

🚀 New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@​JLHwung)
  • babel-generator
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • babel-parser
  • babel-types
    • #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (@​ishchhabra)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

🏃‍♀️ Performance

Commits

Updates @babel/types from 7.26.10 to 7.27.0

Release notes

Sourced from @​babel/types's releases.

v7.27.0 (2025-03-24)

Thanks @​ishchhabra and @​vovkasm for your first PRs!

👓 Spec Compliance

  • babel-generator, babel-parser

🚀 New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@​JLHwung)
  • babel-generator
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • babel-parser
  • babel-types
    • #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (@​ishchhabra)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

🏃‍♀️ Performance

Committers: 5

Changelog

Sourced from @​babel/types's changelog.

v7.27.0 (2025-03-24)

👓 Spec Compliance

  • babel-generator, babel-parser

🚀 New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@​JLHwung)
  • babel-generator
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • babel-parser
  • babel-types
    • #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (@​ishchhabra)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

🏃‍♀️ Performance

Commits
  • 5c350ea v7.27.0
  • 582538c Allow traverseFast to exit early (#17169)
  • 088cfb4 perf: Improve builders of @babel/types (#16870)
  • 4ad63a4 [Babel 8] Remove BLOCK_SCOPED_SYMBOL and NOT_LOCAL_BINDING (#17148)
  • 7162c22 Add ImportAttributes to Standardized and move its parser test fixtures (#...
  • c014c63 feat(babel-types): Add support for BigInt literal conversion in valueToNode (...
  • 83316bd Generate computed proto key (#17175)
  • See full diff in compare view

Updates @iconify-json/simple-icons from 1.2.28 to 1.2.29

Commits

Updates @vitejs/plugin-vue from 5.2.1 to 5.2.3

Release notes

Sourced from @​vitejs/plugin-vue's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.2.3 (2025-03-17)

5.2.2 (2025-03-17)

  • feat: pass descriptor vapor flag to compileTemplte (219e007)
  • feat(css): tree shake scoped styles (#533) (333094f), closes #533
  • fix: generate unique component id (#538) (2704e85), closes #538
  • fix: properly interpret boolean values in define (#545) (46d3d65), closes #545
  • fix(deps): update all non-major dependencies (#482) (cdbae68), closes #482
  • fix(deps): update all non-major dependencies (#488) (5d39582), closes #488
  • fix(index): move the if check earlier to avoid creating unnecessary ssr when entering return block ( (2135c84), closes #523
  • fix(plugin-vue): default value for compile time flags (#495) (ae9d948), closes #495
  • fix(plugin-vue): ensure HMR updates styles when SFC is treated as a type dependency (#541) (4abe3be), closes #541
  • fix(plugin-vue): resolve sourcemap conflicts in build watch mode with cached modules (#505) (906cebb), closes #505
  • fix(plugin-vue): support external import URLs for monorepos (#524) (cdd4922), closes #524
  • fix(plugin-vue): support vapor template-only component (#529) (95be153), closes #529
  • fix(plugin-vue): suppress warnings for non-recognized pseudo selectors form lightningcss (#521) (15c0eb0), closes #521
  • chore(deps): update dependency rollup to ^4.27.4 (#479) (428320d), closes #479
  • chore(deps): update dependency rollup to ^4.28.1 (#484) (388403f), closes #484
  • chore(deps): update dependency rollup to ^4.29.1 (#493) (b092bc8), closes #493
  • chore(deps): update upstream (#503) (8c12b9f), closes #503
  • chore(deps): update upstream (#511) (d057351), closes #511
  • chore(deps): update upstream (#526) (59946d3), closes #526
  • chore(plugin-vue): simplify resolved declaration (7288a59)
Commits

Updates @vueuse/core from 12.7.0 to 12.8.2

Release notes

Sourced from @​vueuse/core's releases.

v12.8.2

   🐞 Bug Fixes

    View changes on GitHub

v12.8.1

   🐞 Bug Fixes

    View changes on GitHub

v12.8.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 8e05ae9 chore: release v12.8.2
  • 3f5da12 fix(types): wrong import path
  • 1389990 chore: release v12.8.1
  • 79fcba4 fix(useEventSource): remove readonly to not be breaking (#4645)
  • 37a7c22 chore: release v12.8.0
  • 03275af chore: fix types
  • 7432fd1 feat(types): deprecate MaybeRef and MaybeRefOrGetter in favor of Vue's na...
  • f968553 fix(useDeviceList): audioInputs doesn't update if camera permission is `grant...
  • 9ba07a2 fix(useWebSocket): don't call close() on pongTimeout if connection al… (#4608)
  • d680f1f fix(useCssVar): update variable when initial (#4641)
  • Additional commits viewable in compare view

Updates @vueuse/metadata from 12.7.0 to 12.8.2

Release notes

Sourced from @​vueuse/metadata's releases.

v12.8.2

   🐞 Bug Fixes

    View changes on GitHub

v12.8.1

   🐞 Bug Fixes

    View changes on GitHub

v12.8.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vueuse/shared from 12.7.0 to 12.8.2

Release notes

Sourced from @​vueuse/shared's releases.

v12.8.2

   🐞 Bug Fixes

    View changes on GitHub

v12.8.1

   🐞 Bug Fixes

    View changes on GitHub

v12.8.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 8e05ae9 chore: release v12.8.2
  • 1389990 chore: release v12.8.1
  • 253f98b chore: lint
  • 37a7c22 chore: release v12.8.0
  • 03275af chore: fix types
  • 7432fd1 feat(types): deprecate MaybeRef and MaybeRefOrGetter in favor of Vue's na...
  • 9afeec6 feat(useCached): add options.deepRefs (#4591)
  • 8c66781 docs: update demo and document to use shallowRef (#4600)
  • 4feb118 refactor: Change primitive and element to shallowRef, update some retur...
  • 251ce60 refactor: move to shallowRef in shared utilities (#4592)
  • See full diff in compare view

Updates algoliasearch from 5.21.0 to 5.22.0

Release notes

Sourced from algoliasearch's releases.

5.22.0

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.21.0...5.22.0

Browse the Algolia documentation

Changelog

Sourced from algoliasearch's changelog.

5.22.0

Commits
  • c72199f chore: release 5.22.0
  • d620468 chore(deps): dependencies 2025-03-24 (generated)
  • 8430736 feat(specs): add the owner attributes to ingestion resources (generated)
  • 6cf5d25 chore(deps): dependencies 2025-03-10 (generated)
  • See full diff in compare view

Updates nanoid from 3.3.9 to 3.3.11

Release notes

Sourced from nanoid's releases.

3.1.11

  • Fixed React Native support.

3.3.10

Changelog

Sourced from nanoid's changelog.

3.3.11

  • Fixed React Native support.

3.3.10

Commits

Updates rollup from 4.35.0 to 4.37.0

Release notes

Sourced from rollup's releases.

v4.37.0

4.37.0

2025-03-23

Features

  • Support Musl Linux on Riscv64 architectures (#5726)
  • Handles class decorators placed before the export keyword (#5871)

Bug Fixes

  • Log Rust panic messages to the console when using the WASM build (#5875)

Pull Requests

v4.36.0

4.36.0

2025-03-17

Features

  • Extend renderDynamicImport hook to provide information about static dependencies of the imported module (#5870)
  • Export several additional types used by Vite (#5879)

Bug Fixes

  • Do not merge chunks if that would create a top-level await cycle between chunks (#5843)

Pull Requests

Bumps the npm group with 8 updates in the /website directory:

| Package | From | To |
| --- | --- | --- |
| [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.26.10` | `7.27.0` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.28` | `1.2.29` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.2.1` | `5.2.3` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `12.7.0` | `12.8.2` |
| [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `5.21.0` | `5.22.0` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.9` | `3.3.11` |
| [rollup](https://github.com/rollup/rollup) | `4.35.0` | `4.37.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.14` | `5.4.15` |



Updates `@babel/parser` from 7.26.10 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-parser)

Updates `@babel/types` from 7.26.10 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-types)

Updates `@iconify-json/simple-icons` from 1.2.28 to 1.2.29
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@vitejs/plugin-vue` from 5.2.1 to 5.2.3
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue)

Updates `@vueuse/core` from 12.7.0 to 12.8.2
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.8.2/packages/core)

Updates `@vueuse/metadata` from 12.7.0 to 12.8.2
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.8.2/packages/metadata)

Updates `@vueuse/shared` from 12.7.0 to 12.8.2
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.8.2/packages/shared)

Updates `algoliasearch` from 5.21.0 to 5.22.0
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md)
- [Commits](algolia/algoliasearch-client-javascript@5.21.0...5.22.0)

Updates `nanoid` from 3.3.9 to 3.3.11
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.9...3.3.11)

Updates `rollup` from 4.35.0 to 4.37.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.35.0...v4.37.0)

Updates `vite` from 5.4.14 to 5.4.15
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.15/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.15/packages/vite)

---
updated-dependencies:
- dependency-name: "@babel/parser"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@babel/types"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@iconify-json/simple-icons"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@vueuse/core"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@vueuse/metadata"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@vueuse/shared"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: algoliasearch
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: nanoid
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: rollup
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: vite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 25, 2025
Copy link

coderabbitai bot commented Mar 25, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants