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): bump the non-breaking-changes group with 13 updates #4244

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps the non-breaking-changes group with 13 updates:

Package From To
ora 8.0.1 8.1.0
@iconify/json 2.2.240 2.2.241
vite-plugin-vue-devtools 7.3.8 7.3.9
@eslint/js 9.9.0 9.9.1
@typescript-eslint/eslint-plugin 8.2.0 8.3.0
@typescript-eslint/parser 8.2.0 8.3.0
eslint 9.9.0 9.9.1
@types/eslint 9.6.0 9.6.1
stylelint-scss 6.5.0 6.5.1
lucide-vue-next 0.435.0 0.436.0
@vueuse/core 11.0.1 11.0.3
@vueuse/integrations 11.0.1 11.0.3
vitepress 1.3.3 1.3.4

Updates ora from 8.0.1 to 8.1.0

Release notes

Sourced from ora's releases.

v8.1.0

  • Update dependencies fb0fced

sindresorhus/ora@v8.0.1...v8.1.0

Commits

Updates @iconify/json from 2.2.240 to 2.2.241

Commits
  • ac504b6 Update 3 icon sets: Fluent UI System Icons, Material Line Icons, Lucide Lab
  • See full diff in compare view

Updates vite-plugin-vue-devtools from 7.3.8 to 7.3.9

Release notes

Sourced from vite-plugin-vue-devtools's releases.

v7.3.9

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @eslint/js from 9.9.0 to 9.9.1

Release notes

Sourced from @​eslint/js's releases.

v9.9.1

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M)

Documentation

  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 5dbdd63 docs: eslint-plugin-markdown -> @​eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)
  • f981d05 docs: Update README (GitHub Actions Bot)
  • b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta)
  • fb7a3f5 docs: update note for package managers (#18779) (Jay)

Chores

  • b0c34d0 chore: upgrade to @​eslint/js@​9.9.1 (#18809) (Francesco Trotta)
  • cd5a0da chore: package.json update for @​eslint/js release (Jenkins)
  • e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
  • 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)
  • f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann)
  • aed2624 chore: update dependency @​eslint/config-array to ^0.18.0 (#18788) (renovate[bot])
  • 5c29128 chore: update dependency @​eslint/core to ^0.4.0 (#18789) (renovate[bot])
  • 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
  • bf96855 chore: add ids to github issue templates (#18775) (Strek)
Changelog

Sourced from @​eslint/js's changelog.

v9.9.1 - August 23, 2024

  • b0c34d0 chore: upgrade to @​eslint/js@​9.9.1 (#18809) (Francesco Trotta)
  • cd5a0da chore: package.json update for @​eslint/js release (Jenkins)
  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)
  • 5dbdd63 docs: eslint-plugin-markdown -> @​eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)
  • f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann)
  • aed2624 chore: update dependency @​eslint/config-array to ^0.18.0 (#18788) (renovate[bot])
  • 5c29128 chore: update dependency @​eslint/core to ^0.4.0 (#18789) (renovate[bot])
  • 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
  • f981d05 docs: Update README (GitHub Actions Bot)
  • b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta)
  • fb7a3f5 docs: update note for package managers (#18779) (Jay)
  • bf96855 chore: add ids to github issue templates (#18775) (Strek)
  • 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M)
Commits

Updates @typescript-eslint/eslint-plugin from 8.2.0 to 8.3.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments

  • utils: add TSDeclareFunction to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You

  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

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

Commits
  • ef2eab1 chore(release): publish 8.3.0
  • fd55358 chore: enable sonarjs/no-duplicated-branches (#9821)
  • 9f70ed1 fix(ast-spec): use Expression in argument of ThrowStatement (#9632)
  • 7160687 chore: enable unicorn/no-lonely-if (#9830)
  • 6377f18 fix(utils): add TSDeclareFunction to functionTypeTypes (#9788)
  • 8389e06 docs(eslint-plugin): [restrict-template-expressions] add explanation for allo...
  • 57e4120 feat(eslint-plugin): [no-deprecation] add rule (#9783)
  • 94f7c99 fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped alias type ...
  • 1c2938f chore: enable object-shorthand (#9816)
  • 90655d1 fix(eslint-plugin): [no-unnecessary-template-expression] add missing parenthe...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.2.0 to 8.3.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.3.0 (2024-08-26)

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.

Commits

Updates eslint from 9.9.0 to 9.9.1

Release notes

Sourced from eslint's releases.

v9.9.1

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M)

Documentation

  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 5dbdd63 docs: eslint-plugin-markdown -> @​eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)
  • f981d05 docs: Update README (GitHub Actions Bot)
  • b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta)
  • fb7a3f5 docs: update note for package managers (#18779) (Jay)

Chores

  • b0c34d0 chore: upgrade to @​eslint/js@​9.9.1 (#18809) (Francesco Trotta)
  • cd5a0da chore: package.json update for @​eslint/js release (Jenkins)
  • e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
  • 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)
  • f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann)
  • aed2624 chore: update dependency @​eslint/config-array to ^0.18.0 (#18788) (renovate[bot])
  • 5c29128 chore: update dependency @​eslint/core to ^0.4.0 (#18789) (renovate[bot])
  • 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
  • bf96855 chore: add ids to github issue templates (#18775) (Strek)
Changelog

Sourced from eslint's changelog.

v9.9.1 - August 23, 2024

  • b0c34d0 chore: upgrade to @​eslint/js@​9.9.1 (#18809) (Francesco Trotta)
  • cd5a0da chore: package.json update for @​eslint/js release (Jenkins)
  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)
  • 5dbdd63 docs: eslint-plugin-markdown -> @​eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)
  • f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann)
  • aed2624 chore: update dependency @​eslint/config-array to ^0.18.0 (#18788) (renovate[bot])
  • 5c29128 chore: update dependency @​eslint/core to ^0.4.0 (#18789) (renovate[bot])
  • 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
  • f981d05 docs: Update README (GitHub Actions Bot)
  • b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta)
  • fb7a3f5 docs: update note for package managers (#18779) (Jay)
  • bf96855 chore: add ids to github issue templates (#18775) (Strek)
  • 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M)
Commits

Updates @types/eslint from 9.6.0 to 9.6.1

Commits

Updates stylelint-scss from 6.5.0 to 6.5.1

Release notes

Sourced from stylelint-scss's releases.

6.5.1

  • Fixed: function-quote-no-quoted-strings-inside fix broken autofix (#1043).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.0...v6.5.1

Changelog

Sourced from stylelint-scss's changelog.

6.5.1

  • Fixed: function-quote-no-quoted-strings-inside fix broken autofix (#1043).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.0...v6.5.1

Commits

Updates lucide-vue-next from 0.435.0 to 0.436.0

Release notes

Sourced from lucide-vue-next's releases.

New icons 0.436.0

Modified Icons 🔨

Commits

Updates @vueuse/core from 11.0.1 to 11.0.3

Release notes

Sourced from @​vueuse/core's releases.

v11.0.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 67ab3b6 chore: release v11.0.3
  • fc02f9a chore: release v11.0.2
  • 3c2fc39 fix(useWebSocket): should reset retry count when connection is established (#...
  • e0e99c8 fix(useWebSocket): only reconnect if is the current ws socket (#4161)
  • d0523da fix(useCssVar): Replace getComputedStyle with direct style property access (#...
  • acce3bb feat(templateRef): support specifying allowed keys via generic argument (#4162)
  • 1c849e2 fix(useDropZone): ensure files ref is updated even without onDrop callback (#...
  • 2aaa1c2 fix(usePermission): state setting (#4167)
  • 881c37d chore: use pnpm catalogs
  • See full diff in compare view

Updates @vueuse/integrations from 11.0.1 to 11.0.3

Release notes

Sourced from @​vueuse/integrations's releases.

v11.0.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vitepress from 1.3.3 to 1.3.4

Release notes

Sourced from vitepress's releases.

v1.3.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.3.4 (2024-08-24)

Bug Fixes

  • check if _importGlobMap (vite internal) exists before using it (612d66f)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by CodeRabbit

  • New Features

    • Updated the @vueuse/core package across multiple projects to version ^11.0.3, potentially introducing performance improvements and new features.
    • Updated the lucide-vue-next package to version ^0.436.0.
    • Updated the vitepress package to version ^1.3.4.
    • Updated the ora package to version ^8.1.0.
    • Updated the stylelint-scss package to version ^6.5.1.
  • Bug Fixes

    • Minor version upgrades may include bug fixes and optimizations across all updated packages.

Bumps the non-breaking-changes group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [ora](https://github.com/sindresorhus/ora) | `8.0.1` | `8.1.0` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.240` | `2.2.241` |
| [vite-plugin-vue-devtools](https://github.com/vuejs/devtools-next/tree/HEAD/packages/vite) | `7.3.8` | `7.3.9` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.0` | `9.9.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.2.0` | `8.3.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.2.0` | `8.3.0` |
| [eslint](https://github.com/eslint/eslint) | `9.9.0` | `9.9.1` |
| [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) | `9.6.0` | `9.6.1` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.5.0` | `6.5.1` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.435.0` | `0.436.0` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `11.0.1` | `11.0.3` |
| [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `11.0.1` | `11.0.3` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.3.3` | `1.3.4` |


Updates `ora` from 8.0.1 to 8.1.0
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v8.0.1...v8.1.0)

Updates `@iconify/json` from 2.2.240 to 2.2.241
- [Commits](iconify/icon-sets@2.2.240...2.2.241)

Updates `vite-plugin-vue-devtools` from 7.3.8 to 7.3.9
- [Release notes](https://github.com/vuejs/devtools-next/releases)
- [Commits](https://github.com/vuejs/devtools-next/commits/v7.3.9/packages/vite)

Updates `@eslint/js` from 9.9.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.9.1/packages/js)

Updates `@typescript-eslint/eslint-plugin` from 8.2.0 to 8.3.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.2.0 to 8.3.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/parser)

Updates `eslint` from 9.9.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.9.0...v9.9.1)

Updates `@types/eslint` from 9.6.0 to 9.6.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

Updates `stylelint-scss` from 6.5.0 to 6.5.1
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.5.0...v6.5.1)

Updates `lucide-vue-next` from 0.435.0 to 0.436.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.436.0/packages/lucide-vue-next)

Updates `@vueuse/core` from 11.0.1 to 11.0.3
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.3/packages/core)

Updates `@vueuse/integrations` from 11.0.1 to 11.0.3
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.3/packages/integrations)

Updates `vitepress` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: ora
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@iconify/json"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vite-plugin-vue-devtools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@types/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: stylelint-scss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: lucide-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@vueuse/integrations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vitepress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from anncwb, vince292007 and a team as code owners August 26, 2024 20:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 26, 2024
Copy link

changeset-bot bot commented Aug 26, 2024

⚠️ No Changeset found

Latest commit: fa3daeb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

coderabbitai bot commented Aug 26, 2024

Walkthrough

The changes across various projects involve updates to dependency versions, primarily focusing on the @vueuse/core package, which has been incremented from ^11.0.1 to ^11.0.3 in multiple instances. Additionally, other dependencies such as vitepress, ora, and stylelint-scss have also been updated to newer patch versions. These modifications reflect maintenance efforts to keep dependencies current without altering the core functionality of the applications.

Changes

Files Change Summary
apps/web-antd/package.json, apps/web-ele/package.json, apps/web-naive/package.json, packages/@core/composables/package.json, packages/@core/preferences/package.json, packages/@core/ui-kit/layout-ui/package.json, packages/@core/ui-kit/menu-ui/package.json, packages/@core/ui-kit/popup-ui/package.json, packages/@core/ui-kit/shadcn-ui/package.json, packages/@core/ui-kit/tabs-ui/package.json, packages/effects/common-ui/package.json, packages/effects/layouts/package.json, packages/effects/plugins/package.json, playground/package.json @vueuse/core version updated from ^11.0.1 to ^11.0.3
docs/package.json vitepress version updated from ^1.3.3 to ^1.3.4
internal/lint-configs/eslint-config/package.json Updated versions for several ESLint-related packages.
internal/lint-configs/stylelint-config/package.json stylelint-scss version updated from ^6.5.0 to ^6.5.1
internal/node-utils/package.json ora version updated from ^8.0.1 to ^8.1.0
internal/tailwind-config/package.json @iconify/json version updated from ^2.2.240 to ^2.2.241
internal/vite-config/package.json vite-plugin-vue-devtools version updated from ^7.3.8 to ^7.3.9
packages/@core/base/icons/package.json lucide-vue-next version updated from ^0.435.0 to ^0.436.0

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Application
    participant DependencyManager

    User->>Application: Request to update dependencies
    Application->>DependencyManager: Update @vueuse/core to ^11.0.3
    DependencyManager-->>Application: Dependencies updated
    Application-->>User: Dependencies updated successfully
Loading

🐇
In the garden, hops a rabbit bright,
With dependencies fresh, oh what a sight!
From ele to antd, all updated with care,
Bugs and fixes, now floating in air.
Let's cheer for the changes, let joy be our guide,
In code we trust, with friends by our side!
🌼


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 as 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between d2f3a9d and fa3daeb.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (21)
  • apps/web-antd/package.json (1 hunks)
  • apps/web-ele/package.json (1 hunks)
  • apps/web-naive/package.json (1 hunks)
  • docs/package.json (1 hunks)
  • internal/lint-configs/eslint-config/package.json (1 hunks)
  • internal/lint-configs/stylelint-config/package.json (1 hunks)
  • internal/node-utils/package.json (1 hunks)
  • internal/tailwind-config/package.json (1 hunks)
  • internal/vite-config/package.json (1 hunks)
  • packages/@core/base/icons/package.json (1 hunks)
  • packages/@core/composables/package.json (1 hunks)
  • packages/@core/preferences/package.json (1 hunks)
  • packages/@core/ui-kit/layout-ui/package.json (1 hunks)
  • packages/@core/ui-kit/menu-ui/package.json (1 hunks)
  • packages/@core/ui-kit/popup-ui/package.json (1 hunks)
  • packages/@core/ui-kit/shadcn-ui/package.json (1 hunks)
  • packages/@core/ui-kit/tabs-ui/package.json (1 hunks)
  • packages/effects/common-ui/package.json (1 hunks)
  • packages/effects/layouts/package.json (1 hunks)
  • packages/effects/plugins/package.json (1 hunks)
  • playground/package.json (1 hunks)
Files skipped from review due to trivial changes (15)
  • apps/web-antd/package.json
  • apps/web-naive/package.json
  • docs/package.json
  • internal/lint-configs/eslint-config/package.json
  • internal/lint-configs/stylelint-config/package.json
  • internal/node-utils/package.json
  • internal/tailwind-config/package.json
  • internal/vite-config/package.json
  • packages/@core/base/icons/package.json
  • packages/@core/preferences/package.json
  • packages/@core/ui-kit/menu-ui/package.json
  • packages/@core/ui-kit/popup-ui/package.json
  • packages/@core/ui-kit/shadcn-ui/package.json
  • packages/effects/layouts/package.json
  • playground/package.json
Additional comments not posted (6)
packages/effects/plugins/package.json (1)

24-24: LGTM!

The dependency update from ^11.0.1 to ^11.0.3 for @vueuse/core is a minor version bump and should not introduce breaking changes.

The code changes are approved.

packages/effects/common-ui/package.json (1)

30-30: LGTM!

The dependency update from ^11.0.1 to ^11.0.3 for @vueuse/integrations is a minor version bump and should not introduce breaking changes.

The code changes are approved.

packages/@core/composables/package.json (1)

39-39: LGTM!

The dependency update from ^11.0.1 to ^11.0.3 for @vueuse/core is a minor version bump and should not introduce breaking changes.

The code changes are approved.

packages/@core/ui-kit/tabs-ui/package.json (1)

44-44: Dependency Update Approved

The update of @vueuse/core from ^11.0.1 to ^11.0.3 is a minor version bump and should not introduce breaking changes.

The code changes are approved.

packages/@core/ui-kit/layout-ui/package.json (1)

44-44: Dependency Update Approved

The update of @vueuse/core from ^11.0.1 to ^11.0.3 is a minor version bump and should not introduce breaking changes.

The code changes are approved.

apps/web-ele/package.json (1)

43-43: Dependency Update Approved

The update of @vueuse/core from ^11.0.1 to ^11.0.3 is a minor version bump and should not introduce breaking changes.

The code changes are approved.

@vince292007 vince292007 merged commit 2ba2848 into main Aug 27, 2024
12 checks passed
@vince292007 vince292007 deleted the dependabot/npm_and_yarn/non-breaking-changes-eb6a0825bc branch August 27, 2024 01:56
@github-actions github-actions bot locked and limited conversation to collaborators Sep 28, 2024
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.

1 participant