Bump the ci-dependencies group across 1 directory with 2 updates
Bumps the ci-dependencies group with 2 updates in the / directory: getsentry/action-release and coverallsapp/github-action.
Updates getsentry/action-release from 1 to 3
Release notes
Sourced from getsentry/action-release's releases.
3.0.0
Version
3.0.0contains breaking changes:
- feat(sourcemaps)!: Enable injecting debug ids by default (#272) by
@andreiborzaThe action now automatically injects Debug IDs into your JavaScript source files and source maps to ensure your stacktraces can be properly un-minified.
This is a breaking change as it modifies your source files. You can disable this behavior by setting
inject: false:- uses: getsentry/action-release@v3 with: environment: 'production' sourcemaps: './dist' inject: falseRead more about Artifact Bundles and Debug IDs here.
2.0.0
[!NOTE]
This release contains no changes overv1.10.4and is just meant to unblock users that have upgraded tov2before.We recommend pinning to
v1.Last week we pushed a
v2branch that triggered dependabot which treated it as a release. This was not meant to be a release, but many users have upgraded tov2.This release will help unblock users that have upgraded to
v2.Please see: #258
1.11.0
- feat: Use hybrid docker/composite action approach (#265) by
@andreiborzaAfter receiving user feedback both on runtime and compatibility issues for
1.10.0the action has been reworked to use a Docker based approach on Linux runners, mimicking< 1.9.0versions, while Mac OS and Windows runners will follow the1.10.0approach of installing@sentry/cliin the run step.1.10.5
Various fixes & improvements
- fix: Mark
GITHUB_WORKSPACEa safe git directory (#260) by@andreiborza1.10.4
Various fixes & improvements
- fix(action): Use
action/setup-nodeinstead of unofficial volta action (#256) by@andreiborza
... (truncated)
Changelog
Sourced from getsentry/action-release's changelog.
Changelog
3.0.0
Version
3.0.0contains breaking changes:
- feat(sourcemaps)!: Enable injecting debug ids by default (#272) by
@andreiborzaThe action now automatically injects Debug IDs into your JavaScript source files and source maps to ensure your stacktraces can be properly un-minified.
This is a breaking change as it modifies your source files. You can disable this behavior by setting
inject: false:- uses: getsentry/action-release@v3 with: environment: 'production' sourcemaps: './dist' inject: falseRead more about Artifact Bundles and Debug IDs here.
1.11.0
- feat: Use hybrid docker/composite action approach (#265) by
@andreiborzaAfter receiving user feedback both on runtime and compatibility issues for
1.10.0the action has been reworked to use a Docker based approach on Linux runners, mimicking< 1.9.0versions, while Mac OS and Windows runners will follow the1.10.0approach of installing@sentry/cliin the run step.1.10.5
Various fixes & improvements
- fix: Mark
GITHUB_WORKSPACEa safe git directory (#260) by@andreiborza2.0.0
[!NOTE] This release contains no changes over
v1.10.4and is just meant to unblock users that have upgraded tov2before.We recommend pinning to
v1.Last week we pushed a
v2branch that triggered dependabot which treated it as a release. This was not meant to be a release, but many users have upgraded tov2.This release will help unblock users that have upgraded to
v2.
... (truncated)
Commits
f56d67brelease: 3.0.0a77cdcbchore: Set docker tag for master [skip ci]4569d5bfeat(sourcemaps)!: Enable injecting debug ids by default (#272)e9b056fchore: Set docker tag for master [skip ci]675de63fix: Addrepository not foundtrouble shooting to README (#271)c5268dcchore: Set docker tag for master [skip ci]7125014Merge branch 'release/1.11.0'- See full diff in compare view
Updates coverallsapp/github-action from 2.3.4 to 2.3.6
Release notes
Sourced from coverallsapp/github-action's releases.
v2.3.6
What's Changed
- Explicitly set auto-detect as default for platform by
@freddenin coverallsapp/github-action#240Full Changelog: https://github.com/coverallsapp/github-action/compare/v2...v2.3.6
v2.3.5
What's Changed
- Automatically detect the platform to install by
@freddenin coverallsapp/github-action#238- README/Inputs: list all (non-deprecated) inputs by
@jrfnlin coverallsapp/github-action#239New Contributors
@freddenmade their first contribution in coverallsapp/github-action#238@jrfnlmade their first contribution in coverallsapp/github-action#239Full Changelog: https://github.com/coverallsapp/github-action/compare/v2...v2.3.5
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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