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 10 updates #4048

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
autoprefixer 10.4.19 10.4.20
lint-staged 15.2.7 15.2.8
@iconify/json 2.2.233 2.2.234
rollup 4.19.2 4.20.0
@typescript-eslint/eslint-plugin 8.0.0 8.0.1
@typescript-eslint/parser 8.0.0 8.0.1
eslint-plugin-n 17.10.1 17.10.2
eslint-plugin-perfectionist 3.1.0 3.1.2
stylelint-scss 6.4.1 6.5.0
vitepress 1.3.1 1.3.2

Updates autoprefixer from 10.4.19 to 10.4.20

Release notes

Sourced from autoprefixer's releases.

10.4.20

  • Fixed fit-content prefix for Firefox.
Changelog

Sourced from autoprefixer's changelog.

10.4.20

  • Fixed fit-content prefix for Firefox.
Commits

Updates lint-staged from 15.2.7 to 15.2.8

Release notes

Sourced from lint-staged's releases.

v15.2.8

Patch Changes

  • f0480f0 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 switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

Changelog

Sourced from lint-staged's changelog.

15.2.8

Patch Changes

  • f0480f0 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 switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

Commits

Updates @iconify/json from 2.2.233 to 2.2.234

Commits

Updates rollup from 4.19.2 to 4.20.0

Release notes

Sourced from rollup's releases.

v4.20.0

4.20.0

2024-08-03

Features

  • Allow plugins to specify the original file name when emitting assets (#5596)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.20.0

2024-08-03

Features

  • Allow plugins to specify the original file name when emitting assets (#5596)

Pull Requests

Commits

Updates @typescript-eslint/eslint-plugin from 8.0.0 to 8.0.1

Release notes

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

v8.0.1

8.0.1 (2024-08-05)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694)

❤️ Thank You

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

Changelog

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

8.0.1 (2024-08-05)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] ignore imports used only as types

❤️ Thank You

  • Jake Bailey

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

Commits

Updates @typescript-eslint/parser from 8.0.0 to 8.0.1

Release notes

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

v8.0.1

8.0.1 (2024-08-05)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694)

❤️ Thank You

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

Changelog

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

8.0.1 (2024-08-05)

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-plugin-n from 17.10.1 to 17.10.2

Release notes

Sourced from eslint-plugin-n's releases.

v17.10.2

17.10.2 (2024-08-05)

🩹 Fixes

Changelog

Sourced from eslint-plugin-n's changelog.

17.10.2 (2024-08-05)

🩹 Fixes

Commits

Updates eslint-plugin-perfectionist from 3.1.0 to 3.1.2

Release notes

Sourced from eslint-plugin-perfectionist's releases.

v3.1.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v3.1.1

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from eslint-plugin-perfectionist's changelog.

v3.1.2

compare changes

🏎 Performance Improvements

  • Remove node cloning to improve performance (00b2cc3)

🐞 Bug Fixes

  • Fix sorting switch cases with default in middle of group (4ee655e)
  • Fix getting enum members in eslint v8 (3f3d77c)

❤️ Contributors

v3.1.1

compare changes

🐞 Bug Fixes

  • Fix getting enum members in eslint v8 (4789764)

❤️ Contributors

Commits
  • 5db29f9 build: publish v3.1.2
  • 3f3d77c fix: fix getting enum members in eslint v8
  • 00b2cc3 perf: remove node cloning to improve performance
  • 4130bc2 chore: update dependencies
  • 4ee655e fix: fix sorting switch cases with default in middle of group
  • 5308037 build: publish v3.1.1
  • 4789764 fix: fix getting enum members in eslint v8
  • See full diff in compare view

Updates stylelint-scss from 6.4.1 to 6.5.0

Release notes

Sourced from stylelint-scss's releases.

6.5.0

  • Added: property-no-unknown add support for nested declarations (#1024).
  • Added: declaration-property-value-no-unknown rule (#1023).
  • Fixed: operator-no-unspaced fix false positives with comparison operators (#1037).

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

Changelog

Sourced from stylelint-scss's changelog.

6.5.0

  • Added: property-no-unknown add support for nested declarations (#1024).
  • Added: declaration-property-value-no-unknown rule (#1023).
  • Fixed: operator-no-unspaced fix false positives with comparison operators (#1037).

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

Commits
  • a689b55 6.5.0
  • f07904d Prepare version 6.5.0
  • f722467 Update contributors list
  • dd370f3 Add declaration-property-value-no-unknown to README
  • 8a7d3c0 Cleanup extra comments from utils
  • dbba975 Add declaration-property-value-no-unknown support for SCSS. (#1023)
  • 6da2568 operator-no-unspaced: fix false positives with comparison operators (#1037)
  • 76e7e2f build(deps-dev): bump husky from 9.1.1 to 9.1.4 (#1035)
  • 444d0b7 build(deps-dev): bump stylelint from 16.6.1 to 16.8.1 (#1034)
  • c60fe6a build(deps-dev): bump postcss from 8.4.39 to 8.4.40 (#1033)
  • Additional commits viewable in compare view

Updates vitepress from 1.3.1 to 1.3.2

Release notes

Sourced from vitepress's releases.

v1.3.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.3.2 (2024-08-05)

Bug Fixes

Commits
  • 3286212 release: v1.3.2
  • 2b3e486 fix: multiple cache busting imports causing useData to fail
  • b6a36bc docs(zh): fix typo (#4101) [lunaria-ignore]
  • e1e5d22 chore: bump vue-tsc (for ecosystem-ci)
  • 8f31a4c ci: adjust job name
  • 84f197c chore: adjust pull request template
  • d016950 ci: stricter conditions
  • cf6e8bb chore: adjust pull request template
  • 73f5a1e chore: adjust pull request template
  • 7bfeeed ci: skip cr on docs or test only changes
  • Additional commits viewable in compare view

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 various dependencies, potentially improving performance and introducing minor enhancements across the project.
  • Bug Fixes

    • Upgraded dependencies may address known issues, enhancing overall stability and reliability.
  • Documentation

    • Minor updates to package.json files reflecting new dependency versions have been made, ensuring clarity on current project requirements.

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

| Package | From | To |
| --- | --- | --- |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.7` | `15.2.8` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.233` | `2.2.234` |
| [rollup](https://github.com/rollup/rollup) | `4.19.2` | `4.20.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.0.0` | `8.0.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.0.0` | `8.0.1` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.10.1` | `17.10.2` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `3.1.0` | `3.1.2` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.4.1` | `6.5.0` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.3.1` | `1.3.2` |


Updates `autoprefixer` from 10.4.19 to 10.4.20
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.19...10.4.20)

Updates `lint-staged` from 15.2.7 to 15.2.8
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.7...v15.2.8)

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

Updates `rollup` from 4.19.2 to 4.20.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.19.2...v4.20.0)

Updates `@typescript-eslint/eslint-plugin` from 8.0.0 to 8.0.1
- [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.0.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.0.0 to 8.0.1
- [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.0.1/packages/parser)

Updates `eslint-plugin-n` from 17.10.1 to 17.10.2
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.10.1...v17.10.2)

Updates `eslint-plugin-perfectionist` from 3.1.0 to 3.1.2
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v3.1.0...v3.1.2)

Updates `stylelint-scss` from 6.4.1 to 6.5.0
- [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.4.1...v6.5.0)

Updates `vitepress` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-perfectionist
  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-minor
  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 5, 2024 19:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 5, 2024
Copy link

changeset-bot bot commented Aug 5, 2024

⚠️ No Changeset found

Latest commit: f6cf77a

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 5, 2024

Walkthrough

This update focuses on minor version increments for several dependencies across various package.json files in the project. The changes enhance the stability and performance of the development environment by incorporating the latest fixes and features from updated packages. Overall, these modifications ensure that the project remains up-to-date without altering core functionalities.

Changes

Files Change Summary
docs/package.json Updated vitepress from ^1.3.1 to ^1.3.2.
internal/lint-configs/eslint-config/package.json Updated @typescript-eslint/eslint-plugin and @typescript-eslint/parser from ^8.0.0 to ^8.0.1; updated eslint-plugin-n from ^17.10.1 to ^17.10.2; updated eslint-plugin-perfectionist from ^3.1.0 to ^3.1.2.
internal/lint-configs/stylelint-config/package.json Updated stylelint-scss from ^6.4.1 to ^6.5.0.
internal/tailwind-config/package.json Updated @iconify/json from ^2.2.233 to ^2.2.234; updated autoprefixer from ^10.4.19 to ^10.4.20.
internal/vite-config/package.json Updated rollup from ^4.19.2 to ^4.20.0.
package.json Updated autoprefixer from ^10.4.19 to ^10.4.20; updated lint-staged from ^15.2.7 to ^15.2.8.

Assessment against linked issues

Objective Addressed Explanation
Use precise versions in package.json dependencies (#324) Version ranges remain, not all are precise.
Fix naming inconsistencies in routing files (#3820) No changes related to routing files detected.

🐰 In the garden, all dependencies bloom,
With versions updated, there's less room for gloom.
A hop here, a skip there, fixes in place,
The code dances freely, a delightful embrace!
Let's cheer for this change, so merry and bright,
With plugins refined, our future's in sight! 🌼


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 4f5783d and f6cf77a.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (6)
  • docs/package.json (1 hunks)
  • internal/lint-configs/eslint-config/package.json (1 hunks)
  • internal/lint-configs/stylelint-config/package.json (1 hunks)
  • internal/tailwind-config/package.json (1 hunks)
  • internal/vite-config/package.json (1 hunks)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (6)
  • docs/package.json
  • internal/lint-configs/eslint-config/package.json
  • internal/lint-configs/stylelint-config/package.json
  • internal/tailwind-config/package.json
  • internal/vite-config/package.json
  • package.json

@anncwb anncwb merged commit 6c002bb into main Aug 5, 2024
12 checks passed
@anncwb anncwb deleted the dependabot/npm_and_yarn/non-breaking-changes-fc7a6c14f6 branch August 5, 2024 22:53
@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 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