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

Bump the dependencies group with 5 updates #79

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps the dependencies group with 5 updates:

Package From To
dtolnay/rust-toolchain 439cf607258077187679211f12aa6f19af4a0af7 be73d7920c329f220ce78e0234b8f96b7ae60248
taiki-e/install-action 2.21.20 2.22.0
crate-ci/typos 1.16.23 1.16.24
actions/deploy-pages 2.0.4 3.0.1
actions/labeler 4.3.0 5.0.0

Updates dtolnay/rust-toolchain from 439cf607258077187679211f12aa6f19af4a0af7 to be73d7920c329f220ce78e0234b8f96b7ae60248

Commits

Updates taiki-e/install-action from 2.21.20 to 2.22.0

Release notes

Sourced from taiki-e/install-action's releases.

2.22.0

2.21.27

  • Update cargo-no-dev-deps@latest to 0.2.8.

  • Update cargo-minimal-versions@latest to 0.1.22.

  • Update cargo-hack@latest to 0.6.14.

2.21.26

  • Update wasmtime@latest to 15.0.1.

2.21.25

  • Update dprint@latest to 0.43.2.

2.21.24

  • Update biome@latest to 1.4.1.

2.21.23

  • Update mdbook@latest to 0.4.36.

  • Update syft@latest to 0.98.0.

2.21.22

  • Update cargo-tarpaulin@latest to 0.27.2.

2.21.21

  • Update biome@latest to 1.4.0.
Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[2.22.0] - 2023-12-10

[2.21.27] - 2023-12-05

  • Update cargo-no-dev-deps@latest to 0.2.8.

  • Update cargo-minimal-versions@latest to 0.1.22.

  • Update cargo-hack@latest to 0.6.14.

[2.21.26] - 2023-12-02

  • Update wasmtime@latest to 15.0.1.

[2.21.25] - 2023-12-01

  • Update dprint@latest to 0.43.2.

[2.21.24] - 2023-12-01

  • Update biome@latest to 1.4.1.

[2.21.23] - 2023-11-30

  • Update mdbook@latest to 0.4.36.

  • Update syft@latest to 0.98.0.

[2.21.22] - 2023-11-28

  • Update cargo-tarpaulin@latest to 0.27.2.

[2.21.21] - 2023-11-28

  • Update biome@latest to 1.4.0.

... (truncated)

Commits

Updates crate-ci/typos from 1.16.23 to 1.16.24

Release notes

Sourced from crate-ci/typos's releases.

v1.16.24

[1.16.24] - 2023-12-08

Fixes

  • Don't silently ignore config when there is an error in a field
Changelog

Sourced from crate-ci/typos's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - ReleaseDate

[1.16.24] - 2023-12-08

Fixes

  • Don't silently ignore config when there is an error in a field

[1.16.23] - 2023-11-06

Fixes

  • Ensure --force-exclude handles simple patterns like some-dir

[1.16.22] - 2023-11-01

Fixes

[1.16.21] - 2023-10-27

Fixes

  • Improve colored output
  • Don't correct SHTTP to HTTPS
  • Associate .jl with the jl language type, rather than lisp
  • Add Julia-specific allowed words

[1.16.20] - 2023-10-16

Features

  • (config) extend-ignore-words-re field for defining all classes of words

[1.16.19] - 2023-10-12

Features

  • --file-list <PATH> for accepting files to check from a file or stdin (-)

[1.16.18] - 2023-10-09

... (truncated)

Commits

Updates actions/deploy-pages from 2.0.4 to 3.0.1

Release notes

Sourced from actions/deploy-pages's releases.

v3.0.1

Changelog

🧰 Maintenance


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v3.0.0

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v2.0.5

Changelog


... (truncated)

Commits
  • 13b55b3 Merge pull request #272 from kbdharun/main
  • c284911 chore/docs: update version, fix typos
  • ae44070 Merge pull request #266 from actions/dependabot/npm_and_yarn/eslint-8.55.0
  • 34a8f60 Bump eslint from 8.54.0 to 8.55.0
  • b65643c Merge pull request #267 from actions/dependabot/npm_and_yarn/nock-13.4.0
  • faceed1 Bump nock from 13.3.8 to 13.4.0
  • 230466c Merge pull request #268 from actions/dependabot/npm_and_yarn/eslint-config-pr...
  • 38d34f8 Bump eslint-config-prettier from 9.0.0 to 9.1.0
  • cd33125 Merge pull request #269 from actions/dependabot/npm_and_yarn/actions/core-1.10.1
  • dd970ae Update distributables after Dependabot 🤖
  • Additional commits viewable in compare view

Updates actions/labeler from 4.3.0 to 5.0.0

Release notes

Sourced from actions/labeler's releases.

v5.0.0

What's Changed

This release contains the following breaking changes:

  1. The ability to apply labels based on the names of base and/or head branches was added (#186 and #54). The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible (#423 and #101). As a result, the configuration file structure was significantly redesigned and is not compatible with the structure of the previous version. Please read the action documentation to find out how to adapt your configuration files for use with the new action version.

  2. The bug related to the sync-labels input was fixed (#112). Now the input value is read correctly.

  3. By default, dot input is set to true. Now, paths starting with a dot (e.g. .github) are matched by default.

  4. Version 5 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.

For more information, please read the action documentation.

New Contributors

Full Changelog: actions/labeler@v4...v5.0.0

v5.0.0-beta.1

What's Changed

In scope of this beta release, the structure of the configuration file (.github/labeler.yml) was changed from

LabelName:
- any:
  - changed-files: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']
- all:
  - changed-files: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']

to

LabelName:
- any:
  - changed-files: 
    - AnyGlobToAnyFile: ['list', 'of', 'globs']
    - AnyGlobToAllFiles: ['list', 'of', 'globs']
    - AllGlobsToAnyFile: ['list', 'of', 'globs']
    - AllGlobsToAllFiles: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']
- all:
  - changed-files:
    - AnyGlobToAnyFile: ['list', 'of', 'globs']
    - AnyGlobToAllFiles: ['list', 'of', 'globs']
    - AllGlobsToAnyFile: ['list', 'of', 'globs']
</tr></table> 

... (truncated)

Commits
  • 8558fd7 Merge pull request #709 from actions/v5.0.0-beta
  • 000ca75 Merge pull request #700 from MaksimZhukov/apply-suggestions-and-update-docume...
  • cb66c2f Update dist
  • 9181355 Apply suggestions for the beta vesrion and update the documentation
  • efe4c1c Merge pull request #699 from MaksimZhukov/update-node-runtime-and-dependencies
  • c0957ad Run Prettier
  • 8dc8d18 Update Node.js version in reusable workflows
  • d0d0bbe Update documentation
  • 1375c42 5.0.0
  • ab7411e Change version of Node.js runtime to node20
  • 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

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) | `439cf607258077187679211f12aa6f19af4a0af7` | `be73d7920c329f220ce78e0234b8f96b7ae60248` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.21.20` | `2.22.0` |
| [crate-ci/typos](https://github.com/crate-ci/typos) | `1.16.23` | `1.16.24` |
| [actions/deploy-pages](https://github.com/actions/deploy-pages) | `2.0.4` | `3.0.1` |
| [actions/labeler](https://github.com/actions/labeler) | `4.3.0` | `5.0.0` |


Updates `dtolnay/rust-toolchain` from 439cf607258077187679211f12aa6f19af4a0af7 to be73d7920c329f220ce78e0234b8f96b7ae60248
- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
- [Commits](dtolnay/rust-toolchain@439cf60...be73d79)

Updates `taiki-e/install-action` from 2.21.20 to 2.22.0
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@addb7d6...6ee6c3a)

Updates `crate-ci/typos` from 1.16.23 to 1.16.24
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@c97d621...548ac37)

Updates `actions/deploy-pages` from 2.0.4 to 3.0.1
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@9dbe382...13b55b3)

Updates `actions/labeler` from 4.3.0 to 5.0.0
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@ac9175f...8558fd7)

---
updated-dependencies:
- dependency-name: dtolnay/rust-toolchain
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2023

Superseded by #80.

@dependabot dependabot bot closed this Dec 18, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/dependencies-792b5ea976 branch December 18, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants