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 across 1 directory with 7 updates #306

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the dependencies group with 7 updates in the / directory:

Package From To
actions/checkout 2 4
EndBug/add-and-commit 5 9
JamesIves/github-pages-deploy-action 3.7.1 4.6.8
actions/upload-artifact 3 4
Minionguyjpro/Inno-Setup-Action 1.2.2 1.2.5
actions/github-script 3.1.0 7.0.1
myrotvorets/set-commit-status-action 1.1.6 2.0.1

Updates actions/checkout from 2 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

... (truncated)

Commits

Updates EndBug/add-and-commit from 5 to 9

Release notes

Sourced from EndBug/add-and-commit's releases.

v9.0.0

Changed:

  • [BREAKING] The action will now fail when the git commit command fails. (#370)
  • [BREAKING] The action won't try deleting and re-creting tags when it fails to push them, it's now up to you to set the proper arguments (see the tag_push input). (#367)

Added:

  • tag_push input: you can now set the arguments of the git push --tags command.
  • tag_pushed output: whether the action pushed tags.

v8.0.2

Fixed:

  • The commit input is now properly listed in the README. (#360)

v8.0.1

Fixed:

  • Fixed a bug that prevented the --allow-empty flag from being used for the commit input. (#352)
  • Fixed README and CHANGELOG docs for the pull input, that were still showing the option to use NO-PULL to prevent pulling (while now it's the default behavior). (#354)
  • Added a paragraph to the FAQs section of the README, that explains how to work with PRs in v8. (#351)

v8.0.0

Fixed:

  • [BREAKING] The action will now work with whatever ref has been checked out, without pulling or switching branches by default. You can still pull using the pull input and create a new branch with the newly-added new_branch input. For more info, check commit 6fdb34e.

Removed:

  • [BREAKING] The signoff input has been removed, use commit instead. (#331)
  • [BREAKING] The pull_strategy input has been removed, use pull instead.
  • [BREAKING] The branch and branch_mode inputs have been removed, check commit 6fdb34e for more info.
  • [BREAKING] The pull input doesn't support NO-PULL anymore: if you don't want the action to pull, simply remove the input, as it's the default behavior now.

Added:

  • Added the commit input, that allows you to change the arguments for the git commit command. (#331)
  • Added the new_branch input. (6fdb34e)
  • Added the commit_long_sha output. (#349)

v7.5.0

Added:

  • Support remote branch creation: use the branch_mode input to make the action create a new branch when there's no branch with the given name on the remote (#329)

v7.4.0

Added:

  • Added pull input: you can use it to change the arguments of the git pull command (#294)

... (truncated)

Commits
  • a94899b 9.1.4
  • a622cc1 docs: add mdboom as a contributor for maintenance (#615)
  • 81610ab fix: bump node to v20 (#614)
  • 5e702fd chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#612)
  • f83257c chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 (#610)
  • 4ecef32 chore(deps-dev): bump @​typescript-eslint/parser from 6.18.1 to 6.19.0 (#609)
  • 2f00a73 chore(deps-dev): bump @​typescript-eslint/parser from 6.18.0 to 6.18.1 (#608)
  • f494dad chore(deps-dev): bump prettier from 3.1.1 to 3.2.2 (#607)
  • e80d347 chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (#606)
  • e023565 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#605)
  • Additional commits viewable in compare view

Updates JamesIves/github-pages-deploy-action from 3.7.1 to 4.6.8

Release notes

Sourced from JamesIves/github-pages-deploy-action's releases.

v4.6.8

What's Changed

Bug Fixes 🐝

  • fix: 🐛 Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - #1694.
  • fix: Resolved a rare deployment error where the action would complain that origin/${branch_name} is not a commit and a branch cannot be created from it. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - #1689.

Testing 🧪

  • test: 🧪 Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (ie @v4). This was done to combat problems raised by #1697.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.8

v4.6.7

What's Changed

Bug Fixes 🐝

  • fix: resolved an issue where main.js was not found in the v4 major tag.

v4.6.6

What's Changed

Bug Fixes 🐝

  • revert: reverts a prior change that unsets safe directories to prevent dubious ownership, this change will be re-visited later.

v4.6.5

What's Changed

What's Changed

Bug Fixes 🐝

  • fix: resolved an issue where the full working directory was not properly getting added to the safe directory list, preventing deployments in certain circumstances.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.5

v4.6.4

What's Changed

What's Changed

Bug Fixes 🐝

  • fix: resolved an issue where the default config was not being applied to the non-action version of the project.

Build 🔧

... (truncated)

Commits
  • 881db53 Merge branch 'dev' into releases/v4
  • 4e28ec4 Update version.yml
  • c14d126 Update integration.yml
  • 91f72e3 Deploy Production Code for Commit 77b5e666121b2aa90cd82b593a978636cd94833d 🚀
  • 77b5e66 Merge branch 'dev' into releases/v4
  • ad7c547 Squashed commit of the following:
  • 0c6bce4 Deploy Production Code for Commit fb1eb73a4857aded8a8a637780df667aa47fc011 🚀
  • fb1eb73 Merge branch 'dev' into releases/v4
  • ff20230 fix: resolve 'origin/gh-pages' is not a commit and a branch cannot be created...
  • b06fcc8 fix: make the temp branch an orphan
  • Additional commits viewable 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:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

v3.2.1

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0

Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1

v3.2.1-node20

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0-node20

Full Changelog: actions/upload-artifact@v3.2.0-node20...v3.2.1-node20

v3.2.0

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

... (truncated)

Commits
  • 5076954 Merge pull request #598 from actions/joshmgross/exclude-hidden-files
  • d52396a Add a warning about enabling include-hidden-files
  • 710f362 Remove "merged" from include-hidden-files input description
  • 3b315f2 npm run release again 🙂
  • 3be2180 Remove another trailing comma
  • 453e8d0 Update glob license
  • 0a398c1 npm run release
  • a0c40cf Update to latest @actions/glob and fix tests
  • acb59e4 lint
  • cb6558b Exclude hidden files by default
  • Additional commits viewable in compare view

Updates Minionguyjpro/Inno-Setup-Action from 1.2.2 to 1.2.5

Release notes

Sourced from Minionguyjpro/Inno-Setup-Action's releases.

v1.2.5

What's Changed

Full Changelog: Minionguyjpro/Inno-Setup-Action@v1.2.4...v1.2.5

Inno Setup Action v1.2.4

Changelog

  • Got rid of the node_modules folder and migrated to the use of @vercel/ncc for CJS (Compiled JavaScript). Will fix issues and is a better option. All work is based on what's inside the package.json file.

Inno Setup Action v1.2.3

Changelog

  • Bumped Node.js version to 20, in order to stay supported.
  • Updated some Node.js dependencies.
Commits
  • 7547f78 Bump to v1.2.5 (#83)
  • a89bbc0 Merge pull request #74 from Minionguyjpro/dependabot/npm_and_yarn/babel/prese...
  • 3c087a9 Merge pull request #77 from Minionguyjpro/dependabot/npm_and_yarn/eslint-plug...
  • 1e40612 chore(deps-dev): bump eslint-plugin-jest from 28.8.0 to 28.8.3
  • 47efbe8 chore(deps-dev): bump @​babel/preset-env from 7.25.3 to 7.25.4
  • 18e2673 Merge pull request #81 from Minionguyjpro/dependabot/npm_and_yarn/semantic-re...
  • 192c1c7 chore(deps-dev): bump semantic-release from 24.0.0 to 24.1.2
  • d48df81 [AUTO]Update CJS script
  • 8ebeb97 Merge pull request #82 from Minionguyjpro/dependabot/npm_and_yarn/vercel/ncc-...
  • 01b5e24 chore(deps-dev): bump @​vercel/ncc from 0.38.1 to 0.38.2
  • Additional commits viewable in compare view

Updates actions/github-script from 3.1.0 to 7.0.1

Release notes

Sourced from actions/github-script's releases.

v7.0.1

What's Changed

Full Changelog: actions/github-script@v7.0.0...v7.0.1

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.4.1...v7.0.0

v6.4.1

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.4.0...v6.4.1

v6.4.0

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.3.3...v6.4.0

v6.3.3

What's Changed

New Contributors

... (truncated)

Commits
  • 60a0d83 Merge pull request #440 from actions/joshmgross/v7.0.1
  • b7fb200 Update version to 7.0.1
  • 12e22ed Merge pull request #439 from actions/joshmgross/avoid-setting-base-url
  • d319f8f Avoid setting baseUrl to undefined when input is not provided
  • e69ef54 Merge pull request #425 from actions/joshmgross/node-20
  • ee0914b Update licenses
  • d6fc56f Use @types/node for Node 20
  • 384d6cf Fix quotations in tests
  • 8472492 Only validate GraphQL previews
  • 84903f5 Remove node-fetch from type
  • Additional commits viewable in compare view

Updates myrotvorets/set-commit-status-action from 1.1.6 to 2.0.1

Release notes

Sourced from myrotvorets/set-commit-status-action's releases.

v2.0.1

What's Changed

Bumps the dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `2` | `4` |
| [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) | `5` | `9` |
| [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) | `3.7.1` | `4.6.8` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` |
| [Minionguyjpro/Inno-Setup-Action](https://github.com/minionguyjpro/inno-setup-action) | `1.2.2` | `1.2.5` |
| [actions/github-script](https://github.com/actions/github-script) | `3.1.0` | `7.0.1` |
| [myrotvorets/set-commit-status-action](https://github.com/myrotvorets/set-commit-status-action) | `1.1.6` | `2.0.1` |



Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `EndBug/add-and-commit` from 5 to 9
- [Release notes](https://github.com/endbug/add-and-commit/releases)
- [Commits](EndBug/add-and-commit@v5...v9)

Updates `JamesIves/github-pages-deploy-action` from 3.7.1 to 4.6.8
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@3.7.1...v4.6.8)

Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

Updates `Minionguyjpro/Inno-Setup-Action` from 1.2.2 to 1.2.5
- [Release notes](https://github.com/minionguyjpro/inno-setup-action/releases)
- [Commits](Minionguyjpro/Inno-Setup-Action@v1.2.2...v1.2.5)

Updates `actions/github-script` from 3.1.0 to 7.0.1
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v3.1.0...v7.0.1)

Updates `myrotvorets/set-commit-status-action` from 1.1.6 to 2.0.1
- [Release notes](https://github.com/myrotvorets/set-commit-status-action/releases)
- [Commits](myrotvorets/set-commit-status-action@1.1.6...v2.0.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: EndBug/add-and-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Minionguyjpro/Inno-Setup-Action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: myrotvorets/set-commit-status-action
  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 Oct 7, 2024
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
Development

Successfully merging this pull request may close these issues.

0 participants