Skip to content

Commit 35c58da

Browse files
Upgrade: [dependabot] - bump @redocly/cli from 2.2.2 to 2.3.0 (#2285)
Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 2.2.2 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Redocly/redocly-cli/releases"><code>@​redocly/cli</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​redocly/cli</code><a href="https://github.com/2"><code>@​2</code></a>.3.0</h2> <h3>Minor Changes</h3> <ul> <li>Added basic support for <strong>OpenAPI 3.2</strong> specification.</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated <code>@​redocly/openapi-core</code> to v2.3.0.</li> </ul> <h2><code>@​redocly/cli</code><a href="https://github.com/2"><code>@​2</code></a>.2.3</h2> <h3>Patch Changes</h3> <ul> <li>Fixed an issue where the Respect workflow separator did not render correctly in GitHub CI environments.</li> <li>Added support for the <code>verbose</code> option in the <code>login</code> command to provide additional output during authentication.</li> <li>Updated <code>@​redocly/respect-core</code> to v2.2.3.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Redocly/redocly-cli/commit/f0f903bc26309a311a73aededa7e300e564f9080"><code>f0f903b</code></a> chore: 🔖 release new versions (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2343">#2343</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/2ea102126415ea99f20f8c0946c754cfa1c46cb0"><code>2ea1021</code></a> feat: introduce basic OAS3.2 support (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2335">#2335</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/d1a1656a187d1b5f153a3e2d1abc124cba2e5a62"><code>d1a1656</code></a> chore: 🔖 release new versions (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2339">#2339</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/14354ba0cfd11fa34bd641bb801ef6d283b4b4fb"><code>14354ba</code></a> chore: correct changelog (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2340">#2340</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/112c6ac18eec99a901c0a727cdd8c18615d83f13"><code>112c6ac</code></a> fix: improved separator display in respect workflows (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2334">#2334</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/c9f6799bd173f0342b7a159d2ef890e0018c5fa7"><code>c9f6799</code></a> feat: added login verbose option (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2338">#2338</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/e75718a4183fe332297bfa9ded56ac66a626005b"><code>e75718a</code></a> feat: improve telemetry insights for spec version detection (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2333">#2333</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/e325e5cd2b235f21386d6db01ffa7cc887d70d02"><code>e325e5c</code></a> chore: update a smoke test snapshot (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2337">#2337</a>)</li> <li><a href="https://github.com/Redocly/redocly-cli/commit/da213c0dacefd624bc554c028e211e90ba466485"><code>da213c0</code></a> chore: mocked fs operations for generate arazzo tests (<a href="https://redirect.github.com/Redocly/redocly-cli/issues/2336">#2336</a>)</li> <li>See full diff in <a href="https://github.com/Redocly/redocly-cli/compare/@redocly/[email protected]...@redocly/[email protected]">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@redocly/cli&package-manager=npm_and_yarn&previous-version=2.2.2&new-version=2.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthony Brown <[email protected]>
1 parent 8afceb9 commit 35c58da

File tree

3 files changed

+86
-10
lines changed

3 files changed

+86
-10
lines changed

.github/scripts/release_code.sh

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
#!/usr/bin/env bash
22

3+
AWS_MAX_ATTEMPTS=20
4+
export AWS_MAX_ATTEMPTS
5+
36
echo "$COMMIT_ID"
47

5-
artifact_bucket=$(aws cloudformation list-exports --output json | jq -r '.Exports[] | select(.Name == "account-resources:ArtifactsBucket") | .Value' | grep -o '[^:]*$')
8+
CF_LONDON_EXPORTS=$(aws cloudformation list-exports --region eu-west-2 --output json)
9+
artifact_bucket_arn=$(echo "$CF_LONDON_EXPORTS" | \
10+
jq \
11+
--arg EXPORT_NAME "account-resources:ArtifactsBucket" \
12+
-r '.Exports[] | select(.Name == $EXPORT_NAME) | .Value')
13+
artifact_bucket=$(echo "$artifact_bucket_arn" | cut -d: -f6 | cut -d/ -f1)
614
export artifact_bucket
715

8-
cloud_formation_execution_role=$(aws cloudformation list-exports --output json | jq -r '.Exports[] | select(.Name == "ci-resources:CloudFormationExecutionRole") | .Value' )
16+
cloud_formation_execution_role=$(echo "$CF_LONDON_EXPORTS" | \
17+
jq \
18+
--arg EXPORT_NAME "ci-resources:CloudFormationExecutionRole" \
19+
-r '.Exports[] | select(.Name == $EXPORT_NAME) | .Value')
20+
21+
if [ -z "${cloud_formation_execution_role}" ]; then
22+
echo "could not retrieve ROLE from aws cloudformation list-exports"
23+
exit 1
24+
fi
925
export cloud_formation_execution_role
1026

1127
TRUSTSTORE_BUCKET_ARN=$(aws cloudformation describe-stacks --stack-name account-resources --query "Stacks[0].Outputs[?OutputKey=='TrustStoreBucket'].OutputValue" --output text)

package-lock.json

Lines changed: 67 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/specification/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
},
1919
"homepage": "https://github.com/NHSDigital/eps-prescription-status-update-api",
2020
"devDependencies": {
21-
"@redocly/cli": "^2.2.2"
21+
"@redocly/cli": "^2.3.0"
2222
}
2323
}

0 commit comments

Comments
 (0)