mincho-js / mincho

Natural CSS in TypeScript
MIT License
35 stars 0 forks source link

Chore(deps-dev): Bump rimraf from 5.0.9 to 6.0.1 #32

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps rimraf from 5.0.9 to 6.0.1.

Changelog

Sourced from rimraf's changelog.

6.0

  • Drop support for nodes before v20
  • Add --version to CLI

5.0

  • No default export, only named exports

4.4

  • Provide Dirent or Stats object as second argument to filter

4.3

  • Return boolean indicating whether the path was fully removed
  • Add filter option
  • bin: add --verbose, -v to print files as they are deleted
  • bin: add --no-verbose, -V to not print files as they are deleted
  • bin: add -i --interactive to be prompted on each deletion
  • bin: add -I --no-interactive to not be prompted on each deletion
  • 4.3.1 Fixed inappropriately following symbolic links to directories

v4.2

  • Brought back glob support, using the new and improved glob v9

v4.1

  • Improved hybrid module with no need to look at the .default dangly bit. .default preserved as a reference to rimraf for compatibility with anyone who came to rely on it in v4.0.
  • Accept and ignore -rf and -fr arguments to the bin.

v4.0

  • Remove glob dependency entirely. This library now only accepts actual file and folder names to delete.
  • Accept array of paths or single path.
  • Windows performance and reliability improved.
  • All strategies separated into explicitly exported methods.
  • Drop support for Node.js below version 14
  • rewrite in TypeScript
  • ship CJS/ESM hybrid module
  • Error on unknown arguments to the bin. (Previously they were silently ignored.)

v3.0

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

github-actions[bot] commented 2 months ago

Triggered from https://github.com/mincho-js/mincho/pull/32 by @​dependabot[bot].

Checking if we can fast forward main (1f8794aa20d9a3f5e1dee1465ccb6372483dc59e) to dependabot/npm_and_yarn/rimraf-6.0.1 (040da4d8e3436a0469762ea219d49d17cb0f003a).

Target branch (main):

commit 1f8794aa20d9a3f5e1dee1465ccb6372483dc59e (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date:   Mon Jul 15 18:14:15 2024 +0900

    Chore: Action - Activate fast-forward merge

    See https://github.com/marketplace/actions/fast-forward-merge

Pull request (dependabot/npm_and_yarn/rimraf-6.0.1):

commit 040da4d8e3436a0469762ea219d49d17cb0f003a (pull_request/dependabot/npm_and_yarn/rimraf-6.0.1)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 09:31:12 2024 +0000

    Chore(deps-dev): Bump rimraf from 5.0.9 to 6.0.1

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.9 to 6.0.1.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.9...v6.0.1)

    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

It is possible to fast forward main (1f8794aa20d9a3f5e1dee1465ccb6372483dc59e) to dependabot/npm_and_yarn/rimraf-6.0.1 (040da4d8e3436a0469762ea219d49d17cb0f003a). If you have write access to the target repository, you can add a comment with /fast-forward to fast forward main to dependabot/npm_and_yarn/rimraf-6.0.1.

black7375 commented 2 months ago

DON'T MERGE this yet!! See #27

coderabbitai[bot] commented 2 months ago

[!WARNING]

Rate limit exceeded

@dependabot[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 22 minutes and 55 seconds before requesting another review.

How to resolve this issue? After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.
How do rate limits work? CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.
Commits Files that changed from the base of the PR and between 9bb8c87392d1ad4fd4b1e97d4a547ffe8411380f and fcd36c2f723426fce7237a4afdbbbc9ef267fd91.

Walkthrough

This change involves upgrading the rimraf package version in the package.json file from ^5.0.9 to ^6.0.1. As a widely used utility for removing files and directories in Node.js, this update may bring new features or breaking changes that could impact existing scripts. No other modifications were made to dependencies or configurations, making this a focused upgrade.

Changes

File Change Summary
package.json Updated rimraf from ^5.0.9 to ^6.0.1

Poem

šŸ° In the code where bunnies leap,
A change was made, a secret to keep.
rimraf now shines with version six,
Clearing paths with a flick and a mix.
Hooray for updates, let's hop and cheer,
For cleaner code brings us all near! šŸŒŸ


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 - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `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](https://docs.coderabbit.ai/guides/configure-coderabbit) 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](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
github-actions[bot] commented 2 months ago

Triggered from https://github.com/mincho-js/mincho/pull/32 by @​dependabot[bot].

Checking if we can fast forward main (50fdebad5bbb13bb2a2ebe48edbac848d4454164) to dependabot/npm_and_yarn/rimraf-6.0.1 (448154c072106b2d91e256060c04bc9d5f0883f5).

Target branch (main):

commit 50fdebad5bbb13bb2a2ebe48edbac848d4454164 (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date:   Fri Jul 19 17:07:06 2024 +0900

    Clean: Config formatting #35

Pull request (dependabot/npm_and_yarn/rimraf-6.0.1):

commit 448154c072106b2d91e256060c04bc9d5f0883f5 (pull_request/dependabot/npm_and_yarn/rimraf-6.0.1)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jul 19 08:50:26 2024 +0000

    Chore(deps-dev): Bump rimraf from 5.0.9 to 6.0.1

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.9 to 6.0.1.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.9...v6.0.1)

    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

It is possible to fast forward main (50fdebad5bbb13bb2a2ebe48edbac848d4454164) to dependabot/npm_and_yarn/rimraf-6.0.1 (448154c072106b2d91e256060c04bc9d5f0883f5). If you have write access to the target repository, you can add a comment with /fast-forward to fast forward main to dependabot/npm_and_yarn/rimraf-6.0.1.

github-actions[bot] commented 1 month ago

Triggered from https://github.com/mincho-js/mincho/pull/32 by @​dependabot[bot].

Checking if we can fast forward main (c62ffe7f4c4529be858e5d790f072a526933dcc0) to dependabot/npm_and_yarn/rimraf-6.0.1 (08cc58da12e70b020b479b505f9d8bf5db31a843).

Target branch (main):

commit c62ffe7f4c4529be858e5d790f072a526933dcc0 (HEAD -> main, origin/main, origin/HEAD)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 22 01:32:15 2024 +0000

    Chore(deps-dev): Bump the dev-dependencies group with 12 updates

    Bumps the dev-dependencies group with 12 updates:

    | Package | From | To |
    | --- | --- | --- |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.10` | `20.14.11` |
    | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.0.2` | `2.0.3` |
    | [terser](https://github.com/terser/terser) | `5.31.2` | `5.31.3` |
    | [turbo](https://github.com/vercel/turbo) | `2.0.6` | `2.0.9` |
    | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.3` | `5.3.4` |
    | [vite-node](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vite-node) | `2.0.2` | `2.0.3` |
    | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.2` | `2.0.3` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.16.0` | `7.16.1` |
    | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` |
    | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.16.0` | `7.16.1` |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.16.0` | `7.16.1` |
    | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.8` | `0.4.9` |

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

    Updates `@vitest/coverage-v8` from 2.0.2 to 2.0.3
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.3/packages/coverage-v8)

    Updates `terser` from 5.31.2 to 5.31.3
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/compare/v5.31.2...v5.31.3)

    Updates `turbo` from 2.0.6 to 2.0.9
    - [Release notes](https://github.com/vercel/turbo/releases)
    - [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
    - [Commits](https://github.com/vercel/turbo/compare/v2.0.6...v2.0.9)

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

    Updates `vite-node` from 2.0.2 to 2.0.3
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.3/packages/vite-node)

    Updates `vitest` from 2.0.2 to 2.0.3
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.3/packages/vitest)

    Updates `@typescript-eslint/parser` from 7.16.0 to 7.16.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/v7.16.1/packages/parser)

    Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1
    - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1)

    Updates `typescript-eslint` from 7.16.0 to 7.16.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.1/packages/typescript-eslint)

    Updates `@typescript-eslint/eslint-plugin` from 7.16.0 to 7.16.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/v7.16.1/packages/eslint-plugin)

    Updates `eslint-plugin-react-refresh` from 0.4.8 to 0.4.9
    - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
    - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.8...v0.4.9)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: "@vitest/coverage-v8"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: terser
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: turbo
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: vite
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: vite-node
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: vitest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: eslint-plugin-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: typescript-eslint
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: eslint-plugin-react-refresh
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

Pull request (dependabot/npm_and_yarn/rimraf-6.0.1):

commit 08cc58da12e70b020b479b505f9d8bf5db31a843 (pull_request/dependabot/npm_and_yarn/rimraf-6.0.1)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 24 12:03:07 2024 +0000

    Chore(deps-dev): Bump rimraf from 5.0.9 to 6.0.1

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.9 to 6.0.1.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.9...v6.0.1)

    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

It is possible to fast forward main (c62ffe7f4c4529be858e5d790f072a526933dcc0) to dependabot/npm_and_yarn/rimraf-6.0.1 (08cc58da12e70b020b479b505f9d8bf5db31a843). If you have write access to the target repository, you can add a comment with /fast-forward to fast forward main to dependabot/npm_and_yarn/rimraf-6.0.1.

github-actions[bot] commented 1 month ago

Triggered from https://github.com/mincho-js/mincho/pull/32 by @​dependabot[bot].

Checking if we can fast forward main (b8c0760d3717922cf3d3f18a8a83e0ab5cd82b60) to dependabot/npm_and_yarn/rimraf-6.0.1 (45ea68db84c8b6d17eea29e78d35c851c13ecdb5).

Target branch (main):

commit b8c0760d3717922cf3d3f18a8a83e0ab5cd82b60 (HEAD -> main, origin/main, origin/HEAD)
Author: JeongJun <rgfdds98@gmail.com>
Date:   Sun Jul 28 17:07:38 2024 +0900

    Fix: changed dependency lib #38

Pull request (dependabot/npm_and_yarn/rimraf-6.0.1):

commit 45ea68db84c8b6d17eea29e78d35c851c13ecdb5 (pull_request/dependabot/npm_and_yarn/rimraf-6.0.1)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Jul 28 08:15:07 2024 +0000

    Chore(deps-dev): Bump rimraf from 5.0.9 to 6.0.1

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.9 to 6.0.1.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.9...v6.0.1)

    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

It is possible to fast forward main (b8c0760d3717922cf3d3f18a8a83e0ab5cd82b60) to dependabot/npm_and_yarn/rimraf-6.0.1 (45ea68db84c8b6d17eea29e78d35c851c13ecdb5). If you have write access to the target repository, you can add a comment with /fast-forward to fast forward main to dependabot/npm_and_yarn/rimraf-6.0.1.

github-actions[bot] commented 1 month ago

Triggered from https://github.com/mincho-js/mincho/pull/32 by @​dependabot[bot].

Checking if we can fast forward main (fc963d59079a89400e9bca938c3bd16bbbc606a6) to dependabot/npm_and_yarn/rimraf-6.0.1 (9bb8c87392d1ad4fd4b1e97d4a547ffe8411380f).

Target branch (main):

commit fc963d59079a89400e9bca938c3bd16bbbc606a6 (HEAD -> main, origin/main, origin/HEAD)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 5 01:45:26 2024 +0000

    Chore(deps-dev): Bump the dev-dependencies group across 1 directory with 10 updates

    Bumps the dev-dependencies group with 10 updates in the / directory:

    | Package | From | To |
    | --- | --- | --- |
    | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.0.3` | `2.0.5` |
    | [eslint](https://github.com/eslint/eslint) | `9.7.0` | `9.8.0` |
    | [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) | `8.56.10` | `9.6.0` |
    | [turbo](https://github.com/vercel/turbo) | `2.0.9` | `2.0.11` |
    | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` |
    | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.4` | `5.3.5` |
    | [vite-node](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vite-node) | `2.0.3` | `2.0.5` |
    | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.3` | `2.0.5` |
    | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.7.0` | `9.8.0` |
    | [globals](https://github.com/sindresorhus/globals) | `15.8.0` | `15.9.0` |

    Updates `@vitest/coverage-v8` from 2.0.3 to 2.0.5
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/coverage-v8)

    Updates `eslint` from 9.7.0 to 9.8.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/compare/v9.7.0...v9.8.0)

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

    Updates `turbo` from 2.0.9 to 2.0.11
    - [Release notes](https://github.com/vercel/turbo/releases)
    - [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
    - [Commits](https://github.com/vercel/turbo/compare/v2.0.9...v2.0.11)

    Updates `typescript` from 5.5.3 to 5.5.4
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)

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

    Updates `vite-node` from 2.0.3 to 2.0.5
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/vite-node)

    Updates `vitest` from 2.0.3 to 2.0.5
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/vitest)

    Updates `@eslint/js` from 9.7.0 to 9.8.0
    - [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.8.0/packages/js)

    Updates `globals` from 15.8.0 to 15.9.0
    - [Release notes](https://github.com/sindresorhus/globals/releases)
    - [Commits](https://github.com/sindresorhus/globals/compare/v15.8.0...v15.9.0)

    ---
    updated-dependencies:
    - dependency-name: "@vitest/coverage-v8"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: "@types/eslint"
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: dev-dependencies
    - dependency-name: turbo
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: vite
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: vite-node
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: vitest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: globals
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

Pull request (dependabot/npm_and_yarn/rimraf-6.0.1):

commit 9bb8c87392d1ad4fd4b1e97d4a547ffe8411380f (pull_request/dependabot/npm_and_yarn/rimraf-6.0.1)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Aug 10 09:23:58 2024 +0000

    Chore(deps-dev): Bump rimraf from 5.0.9 to 6.0.1

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.9 to 6.0.1.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.9...v6.0.1)

    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

It is possible to fast forward main (fc963d59079a89400e9bca938c3bd16bbbc606a6) to dependabot/npm_and_yarn/rimraf-6.0.1 (9bb8c87392d1ad4fd4b1e97d4a547ffe8411380f). If you have write access to the target repository, you can add a comment with /fast-forward to fast forward main to dependabot/npm_and_yarn/rimraf-6.0.1.

changeset-bot[bot] commented 1 month ago

āš ļø No Changeset found

Latest commit: fcd36c2f723426fce7237a4afdbbbc9ef267fd91

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.

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

github-actions[bot] commented 1 month ago

Triggered from https://github.com/mincho-js/mincho/pull/32 by @​dependabot[bot].

Checking if we can fast forward main (d71780538edbde1533c5a81b3d9611f4f85810b4) to dependabot/npm_and_yarn/rimraf-6.0.1 (fcd36c2f723426fce7237a4afdbbbc9ef267fd91).

Target branch (main):

commit d71780538edbde1533c5a81b3d9611f4f85810b4 (HEAD -> main, origin/main, origin/HEAD)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 12 12:15:19 2024 +0000

    Chore(deps): Bump the dev-dependencies group with 6 updates

    Bumps the dev-dependencies group with 6 updates:

    | Package | From | To |
    | --- | --- | --- |
    | [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.0` |
    | [terser](https://github.com/terser/terser) | `5.31.3` | `5.31.5` |
    | [turbo](https://github.com/vercel/turbo) | `2.0.11` | `2.0.12` |
    | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.5` | `5.4.0` |
    | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.8.0` | `9.9.0` |
    | [boxen](https://github.com/sindresorhus/boxen) | `8.0.0` | `8.0.1` |

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

    Updates `terser` from 5.31.3 to 5.31.5
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/compare/v5.31.3...v5.31.5)

    Updates `turbo` from 2.0.11 to 2.0.12
    - [Release notes](https://github.com/vercel/turbo/releases)
    - [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
    - [Commits](https://github.com/vercel/turbo/compare/v2.0.11...v2.0.12)

    Updates `vite` from 5.3.5 to 5.4.0
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite)

    Updates `@eslint/js` from 9.8.0 to 9.9.0
    - [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.0/packages/js)

    Updates `boxen` from 8.0.0 to 8.0.1
    - [Release notes](https://github.com/sindresorhus/boxen/releases)
    - [Commits](https://github.com/sindresorhus/boxen/compare/v8.0.0...v8.0.1)

    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: terser
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: turbo
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: vite
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: boxen
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

Pull request (dependabot/npm_and_yarn/rimraf-6.0.1):

commit fcd36c2f723426fce7237a4afdbbbc9ef267fd91 (pull_request/dependabot/npm_and_yarn/rimraf-6.0.1)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 12 12:22:25 2024 +0000

    Chore(deps-dev): Bump rimraf from 5.0.9 to 6.0.1

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.9 to 6.0.1.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.9...v6.0.1)

    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

It is possible to fast forward main (d71780538edbde1533c5a81b3d9611f4f85810b4) to dependabot/npm_and_yarn/rimraf-6.0.1 (fcd36c2f723426fce7237a4afdbbbc9ef267fd91). If you have write access to the target repository, you can add a comment with /fast-forward to fast forward main to dependabot/npm_and_yarn/rimraf-6.0.1.

dependabot[bot] commented 1 month ago

Looks like rimraf is no longer being updated by Dependabot, so this is no longer needed.