covid19-ibaraki
covid19-ibaraki copied to clipboard
Bump the all group across 1 directory with 7 updates
Bumps the all group with 7 updates in the / directory:
Package | From | To |
---|---|---|
peter-evans/create-pull-request | 5 |
6 |
actions/setup-node | 4.0.1 |
4.0.2 |
actions/upload-artifact | 3 |
4 |
actions/download-artifact | 3 |
4 |
peaceiris/actions-gh-pages | 3.9.3 |
4.0.0 |
reviewdog/action-eslint | 1.20 |
1.27 |
reviewdog/action-stylelint | 1.18 |
1.26 |
Updates peter-evans/create-pull-request
from 5 to 6
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v6.0.0
Behaviour changes
- The default values for
author
andcommitter
have changed. See "What's new" below for details. If you are overriding the default values you will not be affected by this change.- On completion, the action now removes the temporary git remote configuration it adds when using
push-to-fork
. This should not affect you unless you were using the temporary configuration for some other purpose after the action completes.What's new
- Updated runtime to Node.js 20
- The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.
- The default value for
author
has been changed to${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
. The change adds the${{ github.actor_id }}+
prefix to the email address to align with GitHub's standard format for the author email address.- The default value for
committer
has been changed togithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
. This is to align with the default GitHub Actions bot user account.- Adds input
git-token
, the Personal Access Token (PAT) that the action will use for git operations. This input defaults to the value oftoken
. Use this input if you would like the action to use a different token for git operations than the one used for the GitHub API.push-to-fork
now supports pushing to sibling repositories in the same network.- Previously, when using
push-to-fork
, the action did not remove temporary git remote configuration it adds during execution. This has been fixed and the configuration is now removed when the action completes.- If the pull request body is truncated due to exceeding the maximum length, the action will now suffix the body with the message "...[Pull request body truncated]" to indicate that the body has been truncated.
- The action now uses
--unshallow
only when necessary, rather than as a default argument ofgit fetch
. This should improve performance, particularly for large git repositories with extensive commit history.- The action can now be executed on one GitHub server and create pull requests on a different GitHub server. Server products include GitHub hosted (github.com), GitHub Enterprise Server (GHES), and GitHub Enterprise Cloud (GHEC). For example, the action can be executed on GitHub hosted and create pull requests on a GHES or GHEC instance.
What's Changed
- Update distribution by
@actions-bot
in peter-evans/create-pull-request#2086- fix crazy-max/ghaction-import-gp parameters by
@fharper
in peter-evans/create-pull-request#2177- Update distribution by
@actions-bot
in peter-evans/create-pull-request#2364- Use checkout v4 by
@okuramasafumi
in peter-evans/create-pull-request#2521- Note about
delete-branch
by@dezren39
in peter-evans/create-pull-request#2631- 98 dependency updates by
@dependabot
New Contributors
@fharper
made their first contribution in peter-evans/create-pull-request#2177@okuramasafumi
made their first contribution in peter-evans/create-pull-request#2521@dezren39
made their first contribution in peter-evans/create-pull-request#2631Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.0.0
Create Pull Request v5.0.2
⚙️ Fixes an issue that occurs when using
push-to-fork
and both base and head repositories are in the same org/user account.What's Changed
- fix: specify head repo by
@peter-evans
in peter-evans/create-pull-request#2044- 20 dependency updates by
@dependabot
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2
Create Pull Request v5.0.1
What's Changed
- fix: truncate body if exceeds max length by
@peter-evans
in peter-evans/create-pull-request#1915- 12 dependency updates by
@dependabot
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v5.0.0...v5.0.1
Commits
c5a7806
feat: add branch name output (#2995)4383ba9
build: update distribution (#2990)36f7648
build(deps): bump undici from 6.18.2 to 6.19.2 (#2977)5f7c158
build(deps-dev): bump@types/node
from 18.19.34 to 18.19.36 (#2976)db1713d
build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 (#2975)ca98a71
build(deps-dev): bump ws from 8.11.0 to 8.17.1 (#2970)ce00808
build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#2962)7318c0b
build(deps-dev): bump prettier from 3.3.0 to 3.3.2 (#2959)e30bbbb
build: update distribution (#2947)bad19b8
build(deps-dev): bump@types/node
from 18.19.33 to 18.19.34 (#2935)- Additional commits viewable in compare view
Updates actions/setup-node
from 4.0.1 to 4.0.2
Release notes
Sourced from actions/setup-node's releases.
v4.0.2
What's Changed
- Add support for
volta.extends
by@ThisIsManta
in actions/setup-node#921- Add support for arm64 Windows by
@dmitry-shibanov
in actions/setup-node#927New Contributors
@ThisIsManta
made their first contribution in actions/setup-node#921Full Changelog: https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2
Commits
60edb5d
Add support for arm64 Windows (#927)d86ebcd
Add support forvolta.extends
(#921)- See full diff in compare view
Updates actions/upload-artifact
from 3 to 4
Release notes
Sourced from actions/upload-artifact's releases.
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
- The changelog post.
- The README.
- The migration documentation.
- As well as the underlying npm package,
@actions/artifact
documentation.New Contributors
@vmjoseph
made their first contribution in actions/upload-artifact#464Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v4.0.0
v3.1.3
What's Changed
- chore(github): remove trailing whitespaces by
@ljmf00
in actions/upload-artifact#313- Bump
@actions/artifact
version to v1.1.2 by@bethanyj28
in actions/upload-artifact#436Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v3.1.3
v3.1.2
- Update all
@actions/*
NPM packages to their latest versions- #374- Update all dev dependencies to their most recent versions - #375
v3.1.1
- Update actions/core package to latest version to remove
set-output
deprecation warning #351v3.1.0
What's Changed
- Bump
@actions/artifact
to v1.1.0 (actions/upload-artifact#327)
- Adds checksum headers on artifact upload (actions/toolkit#1095) (actions/toolkit#1063)
Commits
6546280
updating package versionc004fb4
Merge branch 'main' into eggyhead/use-artifact-v2.1.690aba49
updating toolkit artifact dependency to 2.1.6b06cde3
Merge pull request #563 from actions/eggyhead/release-4.3.21746f4a
Revert "updating to release 4.3.2"31685d0
updating to release 4.3.218bf333
Merge pull request #562 from actions/eggyhead/update-artifact-v215dac413b
update package lock versionbb3b4a3
updating package version3e3da83
updating artifact and core dependencies- Additional commits viewable in compare view
Updates actions/download-artifact
from 3 to 4
Release notes
Sourced from actions/download-artifact's releases.
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
- The changelog post.
- The README.
- The migration documentation.
- As well as the underlying npm package,
@actions/artifact
documentation.New Contributors
@bflad
made their first contribution in actions/download-artifact#194Full Changelog: https://github.com/actions/download-artifact/compare/v3...v4.0.0
v3.0.2
- Bump
@actions/artifact
to v1.1.1 - actions/download-artifact#195- Fixed a bug in Node16 where if an HTTP download finished too quickly (<1ms, e.g. when it's mocked) we attempt to delete a temp file that has not been created yet actions/toolkit#1278
v3.0.1
Commits
65a9edc
Merge pull request #325 from bethanyj28/mainfdd1595
licensedc13dba1
update@actions/artifact
dependency0daa75e
Merge pull request #324 from actions/eggyhead/use-artifact-v2.1.69c19ed7
Merge branch 'main' into eggyhead/use-artifact-v2.1.63d3ea87
updating license89af5db
updating artifact package v2.1.6b4aefff
Merge pull request #323 from actions/eggyhead/update-artifact-v2158caf195
package lock updated7a2ec4
updating package version- Additional commits viewable in compare view
Updates peaceiris/actions-gh-pages
from 3.9.3 to 4.0.0
Release notes
Sourced from peaceiris/actions-gh-pages's releases.
actions-github-pages v4.0.0
See CHANGELOG.md for more details.
Changelog
Sourced from peaceiris/actions-gh-pages's changelog.
4.0.0 (2024-04-08)
build
- node 20.11.1 (5049354)
chore
ci
docs
Commits
4f9cc66
chore(release): 4.0.09c75028
chore(release): Add build assets5049354
build: node 20.11.14eb285e
chore: bump node16 to node20 (#1067)cdc09a3
chore(deps): update dependency@types/node
to v16.18.77 (#1065)d830378
chore(deps): update dependency@types/node
to v16.18.76 (#1063)80daa1d
chore(deps): update dependency@types/node
to v16.18.75 (#1061)108285e
chore(deps): update dependency ts-jest to v29.1.2 (#1060)99c95ff
chore(deps): update dependency@types/node
to v16.18.74 (#1058)1f46537
chore(deps): update dependency@types/node
to v16.18.73 (#1057)- Additional commits viewable in compare view
Updates reviewdog/action-eslint
from 1.20 to 1.27
Release notes
Sourced from reviewdog/action-eslint's releases.
Release v1.27.0
What's Changed
- chore(deps): update reviewdog to 0.18.1 by
@github-actions
in reviewdog/action-eslint#211Full Changelog: https://github.com/reviewdog/action-eslint/compare/v1.26.0...v1.27.0
Release v1.26.0
What's Changed
- chore(deps): update reviewdog to 0.18.0 by
@github-actions
in reviewdog/action-eslint#210Full Changelog: https://github.com/reviewdog/action-eslint/compare/v1.25.1...v1.26.0
Release v1.25.1
What's Changed
- chore(deps): update peter-evans/create-pull-request action to v6 by
@renovate
in reviewdog/action-eslint#191- chore(deps): update dependency eslint-plugin-standard to v5 by
@renovate
in reviewdog/action-eslint#196- Add used-by counter badge by
@haya14busa
in reviewdog/action-eslint#200- README: Update actions/setup-node by
@massongit
in reviewdog/action-eslint#201- chore(deps): bump braces from 3.0.2 to 3.0.3 in /test-subproject by
@dependabot
in reviewdog/action-eslint#203- chore(deps): bump postcss from 8.4.25 to 8.4.38 in /test-subproject by
@dependabot
in reviewdog/action-eslint#204- renovate: Add stylelint group by
@massongit
in reviewdog/action-eslint#202- chore(deps): bump braces from 3.0.2 to 3.0.3 by
@dependabot
in reviewdog/action-eslint#205- chore(deps): bump postcss from 8.4.25 to 8.4.38 by
@dependabot
in reviewdog/action-eslint#206- Actions fails if npm install failed by
@massongit
in reviewdog/action-eslint#208New Contributors
@massongit
made their first contribution in reviewdog/action-eslint#201Full Changelog: https://github.com/reviewdog/action-eslint/compare/v1.25.0...v1.25.1
Release v1.25.0
What's Changed
- chore(deps): update reviewdog to 0.17.5 by
@github-actions
in reviewdog/action-eslint#199Full Changelog: https://github.com/reviewdog/action-eslint/compare/v1.24.0...v1.25.0
Release v1.24.0
What's Changed
- chore(deps): update reviewdog to 0.17.4 by
@github-actions
in reviewdog/action-eslint#194Full Changelog: https://github.com/reviewdog/action-eslint/compare/v1.23.0...v1.24.0
Release v1.23.0
What's Changed
- chore(deps): update reviewdog to 0.17.1 by
@github-actions
in reviewdog/action-eslint#192
... (truncated)
Commits
1815ece
Merge pull request #211 from reviewdog/depup/reviewdog558139a
chore(deps): update reviewdog to 0.18.1da05f8b
Merge pull request #210 from reviewdog/depup/reviewdog76ce3d2
chore(deps): update reviewdog to 0.18.0bea7e5c
Merge pull request #208 from reviewdog/massongit-patch-18d17e75
Actions fails if npm install failed5a8b0e2
chore(deps): bump postcss from 8.4.25 to 8.4.38 (#206)7990fdc
chore(deps): bump braces from 3.0.2 to 3.0.3 (#205)b2e8578
Merge pull request #202 from reviewdog/massongit-patch-2cde511b
chore(deps): bump postcss from 8.4.25 to 8.4.38 in /test-subproject (#204)- Additional commits viewable in compare view
Updates reviewdog/action-stylelint
from 1.18 to 1.26
Release notes
Sourced from reviewdog/action-stylelint's releases.
Release v1.26.0
What's Changed
- chore(deps): update reviewdog to 0.18.1 by
@github-actions
in reviewdog/action-stylelint#124Full Changelog: https://github.com/reviewdog/action-stylelint/compare/v1.25.0...v1.26.0
Release v1.25.0
What's Changed
- chore(deps): update dependency stylelint to v16 by
@renovate
in reviewdog/action-stylelint#106- chore(deps): update reviewdog to 0.18.0 by
@github-actions
in reviewdog/action-stylelint#123Full Changelog: https://github.com/reviewdog/action-stylelint/compare/v1.24.0...v1.25.0
Release v1.24.0
What's Changed
- chore(deps): update reviewdog to 0.17.5 by
@github-actions
in reviewdog/action-stylelint#122Full Changelog: https://github.com/reviewdog/action-stylelint/compare/v1.23.0...v1.24.0
Release v1.23.0
What's Changed
- chore(deps): update reviewdog to 0.17.4 by
@github-actions
in reviewdog/action-stylelint#119Full Changelog: https://github.com/reviewdog/action-stylelint/compare/v1.22.1...v1.23.0
Release v1.22.1
What's Changed
- Check the
stylelint
exit code before proceeding by@davidcornu
in reviewdog/action-stylelint#118New Contributors
@davidcornu
made their first contribution in reviewdog/action-stylelint#118Full Changelog: https://github.com/reviewdog/action-stylelint/compare/v1.22.0...v1.22.1
Release v1.22.0
What's Changed
- chore(deps): update reviewdog to 0.17.1 by
@github-actions
in reviewdog/action-stylelint#117Full Changelog: https://github.com/reviewdog/action-stylelint/compare/v1.21.0...v1.22.0
Release v1.21.0
What's Changed
- Stylelint Format Message Text by
@bert-mccutchen
in reviewdog/action-stylelint#115
... (truncated)
Commits
2dd87bb
Merge pull request #124 from reviewdog/depup/reviewdog6101f61
chore(deps): update reviewdog to 0.18.1f702051
Merge pull request #123 from reviewdog/depup/reviewdog30fb8d7
chore(deps): update reviewdog to 0.18.001b53f1
Merge pull request #106 from reviewdog/renovate/stylelint-16.x0bea453
Merge pull request #122 from reviewdog/depup/reviewdog4449140
chore(deps): update reviewdog to 0.17.524fcb95
Merge pull request #119 from reviewdog/depup/reviewdog0f8715b
chore(deps): update reviewdog to 0.17.4eadef3f
Merge pull request #118 from davidcornu/david/check-stylelint-exit-code- 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