Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: Bump aws-cdk-lib from 2.147.0 to 2.147.2 in /cdkworkshop.com (#…
Browse files Browse the repository at this point in the history
…1459)

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.147.0 to 2.147.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-cdk/releases">aws-cdk-lib's releases</a>.</em></p>
<blockquote>
<h2>v2.147.2</h2>
<h3>Reverts</h3>
<ul>
<li>fix(core): overrideLogicalId validation (<a href="https://redirect.github.com/aws/aws-cdk/pull/29708">#29708</a>) (<a href="https://github.com/aws/aws-cdk/commit/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d">b196b13</a>)</li>
</ul>
<hr />
<h2>Alpha modules (2.147.2-alpha.0)</h2>
<h2>v2.147.1</h2>
<h3>Reverts</h3>
<ul>
<li>route53 CrossAccountZoneDelegationRecord fails at deployment time with imported <code>delegatedZone</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/30440">#30440</a>)&quot; (<a href="https://redirect.github.com/aws/aws-cdk/issues/30606">#30606</a>) (<a href="https://github.com/aws/aws-cdk/commit/69eb617b45b5c4e495901d367d85e1edeea57e69">69eb617</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30600">#30600</a></li>
</ul>
<hr />
<h2>Alpha modules (2.147.1-alpha.0)</h2>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-cdk/blob/v2.147.2/CHANGELOG.v2.md">aws-cdk-lib's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.147.1...v2.147.2">2.147.2</a> (2024-06-27)</h2>
<h3>Reverts</h3>
<ul>
<li>fix(core): overrideLogicalId validation (<a href="https://redirect.github.com/aws/aws-cdk/pull/29708">#29708</a>) (<a href="https://github.com/aws/aws-cdk/commit/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d">b196b13</a>)</li>
</ul>
<h2><a href="https://github.com/aws/aws-cdk/compare/v2.147.0...v2.147.1">2.147.1</a> (2024-06-21)</h2>
<h3>Reverts</h3>
<ul>
<li>route53 CrossAccountZoneDelegationRecord fails at deployment time with imported <code>delegatedZone</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/30440">#30440</a>) (<a href="https://github.com/aws/aws-cdk/commit/a3d9b10ad9036486961f74e852493aa9684cfdb4">a3d9b10</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-cdk/commit/5d155d796bb024b026045636692e64cfc738eac7"><code>5d155d7</code></a> revert: fix(core): overrideLogicalId validation (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/30695">#30695</a>)</li>
<li><a href="https://github.com/aws/aws-cdk/commit/69eb617b45b5c4e495901d367d85e1edeea57e69"><code>69eb617</code></a> revert: route53 CrossAccountZoneDelegationRecord fails at deployment time wit...</li>
<li>See full diff in <a href="https://github.com/aws/aws-cdk/commits/v2.147.2/packages/aws-cdk-lib">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-cdk-lib&package-manager=npm_and_yarn&previous-version=2.147.0&new-version=2.147.2)](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>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 0a96cec commit 064ab15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions cdkworkshop.com/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cdkworkshop.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type": "git"
},
"dependencies": {
"aws-cdk-lib": "^2.147.0",
"aws-cdk-lib": "^2.147.2",
"constructs": "^10.3.0"
},
"engines": {
Expand Down

0 comments on commit 064ab15

Please sign in to comment.