-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stencil): upgrade modules (2024-05-08) (#59)
This PR contains the following updates: | Module | Change | |--------|--------| | [github.com/getoutreach/devbase](https://github.com/getoutreach/devbase) | `v2.26.2` -> `v2.27.0-rc.2` | | [github.com/getoutreach/stencil-actions](https://github.com/getoutreach/stencil-actions) | `v0.4.0` -> `v0.4.1-rc.2` | | [github.com/getoutreach/stencil-base](https://github.com/getoutreach/stencil-base) | `v0.15.2` -> `v0.16.0-rc.2` | | [github.com/getoutreach/stencil-circleci](https://github.com/getoutreach/stencil-circleci) | `v1.12.1` -> `v1.13.0-rc.3` | | [github.com/getoutreach/stencil-discovery](https://github.com/getoutreach/stencil-discovery) | `v1.8.2` -> `v1.8.3-rc.1` | | [github.com/getoutreach/stencil-golang](https://github.com/getoutreach/stencil-golang) | `v1.22.0` -> `v1.23.0-rc.4` | --- ### Release Notes <details> <summary>github.com/getoutreach/devbase</summary> <a href="https://github.com/getoutreach/devbase/compare/v2.26.2...v2.27.0-rc.2">Changes</a> </details> <details> <summary>github.com/getoutreach/stencil-actions</summary> <a href="https://github.com/getoutreach/stencil-actions/compare/v0.4.0...v0.4.1-rc.2">Changes</a> </details> <details> <summary>github.com/getoutreach/stencil-base</summary> <a href="https://github.com/getoutreach/stencil-base/compare/v0.15.2...v0.16.0-rc.2">Changes</a> </details> <details> <summary>github.com/getoutreach/stencil-circleci</summary> <a href="https://github.com/getoutreach/stencil-circleci/compare/v1.12.1...v1.13.0-rc.3">Changes</a> </details> <details> <summary>github.com/getoutreach/stencil-discovery</summary> <a href="https://github.com/getoutreach/stencil-discovery/compare/v1.8.2...v1.8.3-rc.1">Changes</a> </details> <details> <summary>github.com/getoutreach/stencil-golang</summary> <a href="https://github.com/getoutreach/stencil-golang/compare/v1.22.0...v1.23.0-rc.4">Changes</a> </details> --- This PR was generated by [stencilbot](https://github.com/getoutreach/dtss-tools). Feedback/Questions? Reach out to us on [Slack](https://outreach-hq.slack.com/archives/CN9MU7GLW). <details> <summary>Metadata</summary> <b>Stencil Version</b>: <code>v1.38.1-rc.1</code> </details> --------- Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com> Co-authored-by: Mark Lee <[email protected]>
- Loading branch information
1 parent
eb633a2
commit 84eba35
Showing
11 changed files
with
1,931 additions
and
2,027 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# syntax, such as anchors, will be fixed automatically. | ||
version: 2.1 | ||
orbs: | ||
shared: getoutreach/shared@2.26.2 | ||
shared: getoutreach/shared@dev:2.27.0-rc.2 | ||
queue: eddiewebb/[email protected] | ||
|
||
parameters: | ||
|
@@ -75,7 +75,8 @@ workflows: | |
|
||
release: | ||
when: | ||
not: << pipeline.parameters.rebuild_cache >> | ||
and: | ||
- not: << pipeline.parameters.rebuild_cache >> | ||
jobs: | ||
## <<Stencil::Block(circleWorkflowJobs)>> | ||
|
||
|
@@ -90,6 +91,7 @@ workflows: | |
executor: | ||
name: shared/testbed-machine | ||
resource_class: large | ||
|
||
## <</Stencil::Block>> | ||
requires: | ||
## <<Stencil::Block(circleReleaseRequires)>> | ||
|
@@ -98,12 +100,19 @@ workflows: | |
- shared/test | ||
filters: | ||
branches: | ||
only: *release_branches | ||
|
||
# Dryrun release for PRs. | ||
- shared/release: | ||
<<: *release | ||
only: main | ||
# Dryrun for PRs | ||
- shared/pre-release: &pre-release | ||
dryrun: true | ||
context: *contexts | ||
## <<Stencil::Block(circleReleaseExtra)>> | ||
|
||
## <</Stencil::Block>> | ||
requires: | ||
## <<Stencil::Block(circleReleaseRequires)>> | ||
|
||
## <</Stencil::Block>> | ||
- shared/test | ||
filters: | ||
branches: | ||
ignore: *release_branches | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"license": "UNLICENSED", | ||
"devDependencies": { | ||
"@semantic-release/commit-analyzer": "^10.0.1", | ||
"@semantic-release/commit-analyzer": "^12.0.0", | ||
"@semantic-release/exec": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^9.0.3", | ||
"@semantic-release/npm": "^10.0.4", | ||
"@semantic-release/release-notes-generator": "^11.0.3", | ||
"conventional-changelog-conventionalcommits": "^6.0.0", | ||
"@semantic-release/github": "^10.0.3", | ||
"@semantic-release/npm": "^12.0.0", | ||
"@semantic-release/release-notes-generator": "^13.0.0", | ||
"conventional-changelog-conventionalcommits": "^7.0.2", | ||
"prettier": "^2.8.8", | ||
"semantic-release": "^21.0.5", | ||
"semver": "^7.5.2" | ||
"semantic-release": "^23.0.8", | ||
"semver": "^7.6.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.