-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: pepperize/cdk-github
base: v0.0.87
head repository: pepperize/cdk-github
compare: refs/heads/main
Commits on Nov 16, 2022
-
feat: support github actions secrets
#7 ```typescript new GithubCustomResource(stack, "ActionsSecret", { onCreate: { endpoint: "actions", method: "createOrUpdateRepoSecret", parameters: { owner: "pepperize", repo: "cdk-github", secret_name: "any-name", value: ActionsSecret.fromSecretsManager(secret, "any-field"), }, outputPaths: [], physicalResourceId: custom_resources.PhysicalResourceId.of("any-id"), }, authOptions: AuthOptions.appAuth(authSecret), }); ```
Configuration menu - View commit details
-
Copy full SHA for 874bcfa - Browse repository at this point
Copy the full SHA 874bcfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c538db7 - Browse repository at this point
Copy the full SHA c538db7View commit details
Commits on Nov 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 25bf51d - Browse repository at this point
Copy the full SHA 25bf51dView commit details
Commits on Dec 7, 2022
-
chore(deps-dev): Bump aws-sdk from 2.1269.0 to 2.1270.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1269.0 to 2.1270.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-js@v2.1269.0...v2.1270.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 08463ac - Browse repository at this point
Copy the full SHA 08463acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c5120a - Browse repository at this point
Copy the full SHA 3c5120aView commit details -
chore(deps-dev): Bump aws-sdk from 2.1269.0 to 2.1270.0 (#103)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1269.0 to 2.1270.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js/releases">aws-sdk's releases</a>.</em></p> <blockquote> <h2>Release v2.1270.0</h2> <p>See <a href="https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md">changelog</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md">aws-sdk's changelog</a>.</em></p> <blockquote> <h2>2.1270.0</h2> <ul> <li>feature: CloudFront: Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.</li> <li>feature: CostExplorer: This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause</li> <li>feature: EKS: Adds support for EKS add-ons configurationValues fields and DescribeAddonConfiguration function</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-js/commit/eb9866ccaf6bdbc0cd72a4c655bd621d3c8ac25f"><code>eb9866c</code></a> Updates SDK to v2.1270.0</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-js/compare/v2.1269.0...v2.1270.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-sdk&package-manager=npm_and_yarn&previous-version=2.1269.0&new-version=2.1270.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 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>
Configuration menu - View commit details
-
Copy full SHA for 2a4d9db - Browse repository at this point
Copy the full SHA 2a4d9dbView commit details
Commits on Dec 8, 2022
-
chore(deps-dev): Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.45.1 to 5.46.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5c4a928 - Browse repository at this point
Copy the full SHA 5c4a928View commit details -
chore(deps-dev): Bump typescript from 4.9.3 to 4.9.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.3...v4.9.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3ca9a48 - Browse repository at this point
Copy the full SHA 3ca9a48View commit details -
chore(deps-dev): Bump jsii-docgen from 7.0.166 to 7.0.167
Bumps [jsii-docgen](https://github.com/cdklabs/jsii-docgen) from 7.0.166 to 7.0.167. - [Release notes](https://github.com/cdklabs/jsii-docgen/releases) - [Changelog](https://github.com/cdklabs/jsii-docgen/blob/main/CHANGELOG.md) - [Commits](cdklabs/jsii-docgen@v7.0.166...v7.0.167) --- updated-dependencies: - dependency-name: jsii-docgen dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 98be4cd - Browse repository at this point
Copy the full SHA 98be4cdView commit details -
chore(deps-dev): Bump @pepperize/projen-awscdk-construct
Bumps [@pepperize/projen-awscdk-construct](https://github.com/pepperize/projen-awscdk-construct) from 0.0.333 to 0.0.336. - [Release notes](https://github.com/pepperize/projen-awscdk-construct/releases) - [Commits](pepperize/projen-awscdk-construct@v0.0.333...v0.0.336) --- updated-dependencies: - dependency-name: "@pepperize/projen-awscdk-construct" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 9502a5e - Browse repository at this point
Copy the full SHA 9502a5eView commit details -
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.45.1 to…
… 5.46.0 (#104) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.45.1 to 5.46.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v5.46.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0">5.46.0</a> (2022-12-08)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [ban-types] update message to suggest <code>object</code> instead of <code>Record<string, unknown></code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6079">#6079</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d91a5fc41be5bc2a0625574e9c9496f61fb7471d">d91a5fc</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] logic and test for strict null checks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6174">#6174</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/8a91cbd9fbe5bc4cf750cd949d2b8d48ff4c311d">8a91cbd</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0">5.46.0</a> (2022-12-08)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [ban-types] update message to suggest <code>object</code> instead of <code>Record<string, unknown></code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6079">#6079</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d91a5fc41be5bc2a0625574e9c9496f61fb7471d">d91a5fc</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] logic and test for strict null checks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6174">#6174</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/8a91cbd9fbe5bc4cf750cd949d2b8d48ff4c311d">8a91cbd</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1e1573a868265a3a14df2a24d11f686d62e30b83"><code>1e1573a</code></a> chore: publish v5.46.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d91a5fc41be5bc2a0625574e9c9496f61fb7471d"><code>d91a5fc</code></a> fix(eslint-plugin): [ban-types] update message to suggest <code>object</code> instead of...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8a91cbd9fbe5bc4cf750cd949d2b8d48ff4c311d"><code>8a91cbd</code></a> feat(eslint-plugin): [prefer-nullish-coalescing] logic and test for strict nu...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.45.1&new-version=5.46.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 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>
Configuration menu - View commit details
-
Copy full SHA for 865b25b - Browse repository at this point
Copy the full SHA 865b25bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6190034 - Browse repository at this point
Copy the full SHA 6190034View commit details -
chore(deps-dev): Bump @typescript-eslint/parser from 5.45.1 to 5.46.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.45.1 to 5.46.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 61f24e2 - Browse repository at this point
Copy the full SHA 61f24e2View commit details -
chore(deps-dev): Bump typescript from 4.9.3 to 4.9.4 (#106)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 4.9.4</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-9">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+4.9.4%22+is%3Aclosed+">fixed issues query for Typescript v4.9.4</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>Changes:</h2> <ul> <li>e2868216f637e875a74c675845625eb15dcfe9a2 Bump version to 4.9.4 and LKG.</li> <li>eb5419fc8d980859b98553586dfb5f40d811a745 Cherry-pick <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51704">#51704</a> to release 4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51712">#51712</a>)</li> <li>b4d382b9b12460adf2da4cc0d1429cf19f8dc8be Cherry-pick changes for narrowing to tagged literal types.</li> <li>e7a02f43fce47e1a39259ada5460bcc33c8e98b5 Port of <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51626">#51626</a> and <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51689">#51689</a> to release-4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51627">#51627</a>)</li> <li>1727912f0437a7f367d90040fc4b0b4f3efd017a Cherry-pick fix around <code>visitEachChild</code> to release-4.9. (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51544">#51544</a>)</li> </ul> <p>This list of changes was <a href="https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_release?releaseId=117&_a=release-summary">auto generated</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/e2868216f637e875a74c675845625eb15dcfe9a2"><code>e286821</code></a> Bump version to 4.9.4 and LKG.</li> <li><a href="https://github.com/microsoft/TypeScript/commit/eb5419fc8d980859b98553586dfb5f40d811a745"><code>eb5419f</code></a> Cherry-pick <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51704">#51704</a> to release 4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51712">#51712</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/b4d382b9b12460adf2da4cc0d1429cf19f8dc8be"><code>b4d382b</code></a> Cherry-pick changes for narrowing to tagged literal types.</li> <li><a href="https://github.com/microsoft/TypeScript/commit/e7a02f43fce47e1a39259ada5460bcc33c8e98b5"><code>e7a02f4</code></a> Port of <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51626">#51626</a> and <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51689">#51689</a> to release-4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51627">#51627</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1727912f0437a7f367d90040fc4b0b4f3efd017a"><code>1727912</code></a> Cherry-pick fix around <code>visitEachChild</code> to release-4.9. (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51544">#51544</a>)</li> <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=4.9.3&new-version=4.9.4)](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 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>
Configuration menu - View commit details
-
Copy full SHA for cc68462 - Browse repository at this point
Copy the full SHA cc68462View commit details -
Merge branch 'main' into dependabot/npm_and_yarn/pepperize/projen-aws…
…cdk-construct-0.0.336
Configuration menu - View commit details
-
Copy full SHA for b053e5b - Browse repository at this point
Copy the full SHA b053e5bView commit details -
chore(deps-dev): Bump @pepperize/projen-awscdk-construct from 0.0.333…
… to 0.0.336 (#108) Bumps [@pepperize/projen-awscdk-construct](https://github.com/pepperize/projen-awscdk-construct) from 0.0.333 to 0.0.336. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pepperize/projen-awscdk-construct/releases"><code>@pepperize/projen-awscdk-construct</code>'s releases</a>.</em></p> <blockquote> <h2>v0.0.336</h2> <h3><a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.335...v0.0.336">0.0.336</a> (2022-12-08)</h3> <h2>v0.0.335</h2> <h3><a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.334...v0.0.335">0.0.335</a> (2022-12-08)</h3> <h2>v0.0.334</h2> <h3><a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.333...v0.0.334">0.0.334</a> (2022-12-08)</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pepperize/projen-awscdk-construct/commit/e8ff10ba8734ee0ba2427b56f832af72405dc879"><code>e8ff10b</code></a> chore(deps-dev): Bump typescript from 4.9.3 to 4.9.4 (<a href="https://github-redirect.dependabot.com/pepperize/projen-awscdk-construct/issues/322">#322</a>)</li> <li><a href="https://github.com/pepperize/projen-awscdk-construct/commit/f5cdf0f98f200b463ff3772aa8b7cc2a11e4f09e"><code>f5cdf0f</code></a> chore(deps-dev): Bump prettier from 2.8.0 to 2.8.1 (<a href="https://github-redirect.dependabot.com/pepperize/projen-awscdk-construct/issues/321">#321</a>)</li> <li><a href="https://github.com/pepperize/projen-awscdk-construct/commit/da829f8ba8c9a33c3cfb30fb4731aa08821831ab"><code>da829f8</code></a> chore(deps-dev): Bump jsii-docgen from 7.0.166 to 7.0.167 (<a href="https://github-redirect.dependabot.com/pepperize/projen-awscdk-construct/issues/320">#320</a>)</li> <li>See full diff in <a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.333...v0.0.336">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@pepperize/projen-awscdk-construct&package-manager=npm_and_yarn&previous-version=0.0.333&new-version=0.0.336)](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 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>
Configuration menu - View commit details
-
Copy full SHA for 2af46c5 - Browse repository at this point
Copy the full SHA 2af46c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aab48d - Browse repository at this point
Copy the full SHA 0aab48dView commit details -
chore(deps-dev): Bump jsii-docgen from 7.0.166 to 7.0.167 (#107)
Bumps [jsii-docgen](https://github.com/cdklabs/jsii-docgen) from 7.0.166 to 7.0.167. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cdklabs/jsii-docgen/releases">jsii-docgen's releases</a>.</em></p> <blockquote> <h2>v7.0.167</h2> <h3><a href="https://github.com/cdklabs/jsii-docgen/compare/v7.0.166...v7.0.167">7.0.167</a> (2022-12-08)</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cdklabs/jsii-docgen/commit/fe367c3e807b40c613b42885bc166cf9176cf939"><code>fe367c3</code></a> chore(deps): upgrade dependencies (<a href="https://github-redirect.dependabot.com/cdklabs/jsii-docgen/issues/858">#858</a>)</li> <li>See full diff in <a href="https://github.com/cdklabs/jsii-docgen/compare/v7.0.166...v7.0.167">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsii-docgen&package-manager=npm_and_yarn&previous-version=7.0.166&new-version=7.0.167)](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 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>
Configuration menu - View commit details
-
Copy full SHA for 6c683ff - Browse repository at this point
Copy the full SHA 6c683ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1227146 - Browse repository at this point
Copy the full SHA 1227146View commit details -
chore(deps-dev): Bump @typescript-eslint/parser from 5.45.1 to 5.46.0 (…
…#105) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.45.1 to 5.46.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v5.46.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0">5.46.0</a> (2022-12-08)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [ban-types] update message to suggest <code>object</code> instead of <code>Record<string, unknown></code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6079">#6079</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d91a5fc41be5bc2a0625574e9c9496f61fb7471d">d91a5fc</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] logic and test for strict null checks (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6174">#6174</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/8a91cbd9fbe5bc4cf750cd949d2b8d48ff4c311d">8a91cbd</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0">5.46.0</a> (2022-12-08)</h1> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1e1573a868265a3a14df2a24d11f686d62e30b83"><code>1e1573a</code></a> chore: publish v5.46.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.0/packages/parser">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=5.45.1&new-version=5.46.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 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>
Configuration menu - View commit details
-
Copy full SHA for 06d3a3e - Browse repository at this point
Copy the full SHA 06d3a3eView commit details
Commits on Dec 9, 2022
-
chore(deps-dev): Bump jsii-docgen from 7.0.167 to 7.0.168
Bumps [jsii-docgen](https://github.com/cdklabs/jsii-docgen) from 7.0.167 to 7.0.168. - [Release notes](https://github.com/cdklabs/jsii-docgen/releases) - [Changelog](https://github.com/cdklabs/jsii-docgen/blob/main/CHANGELOG.md) - [Commits](cdklabs/jsii-docgen@v7.0.167...v7.0.168) --- updated-dependencies: - dependency-name: jsii-docgen dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c7c0f67 - Browse repository at this point
Copy the full SHA c7c0f67View commit details -
chore(deps-dev): Bump aws-sdk from 2.1270.0 to 2.1272.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1270.0 to 2.1272.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-js@v2.1270.0...v2.1272.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 99b5605 - Browse repository at this point
Copy the full SHA 99b5605View commit details -
chore(deps-dev): Bump @pepperize/projen-awscdk-construct
Bumps [@pepperize/projen-awscdk-construct](https://github.com/pepperize/projen-awscdk-construct) from 0.0.336 to 0.0.339. - [Release notes](https://github.com/pepperize/projen-awscdk-construct/releases) - [Commits](pepperize/projen-awscdk-construct@v0.0.336...v0.0.339) --- updated-dependencies: - dependency-name: "@pepperize/projen-awscdk-construct" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 7ea750b - Browse repository at this point
Copy the full SHA 7ea750bView commit details -
chore(deps-dev): Bump jsii-docgen from 7.0.167 to 7.0.168 (#109)
Bumps [jsii-docgen](https://github.com/cdklabs/jsii-docgen) from 7.0.167 to 7.0.168. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cdklabs/jsii-docgen/releases">jsii-docgen's releases</a>.</em></p> <blockquote> <h2>v7.0.168</h2> <h3><a href="https://github.com/cdklabs/jsii-docgen/compare/v7.0.167...v7.0.168">7.0.168</a> (2022-12-09)</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cdklabs/jsii-docgen/commit/b811668dce6697155039281e43eca3399078b049"><code>b811668</code></a> chore(deps): upgrade dependencies (<a href="https://github-redirect.dependabot.com/cdklabs/jsii-docgen/issues/859">#859</a>)</li> <li>See full diff in <a href="https://github.com/cdklabs/jsii-docgen/compare/v7.0.167...v7.0.168">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsii-docgen&package-manager=npm_and_yarn&previous-version=7.0.167&new-version=7.0.168)](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 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>
Configuration menu - View commit details
-
Copy full SHA for ac82ff5 - Browse repository at this point
Copy the full SHA ac82ff5View commit details -
Merge branch 'main' into dependabot/npm_and_yarn/pepperize/projen-aws…
…cdk-construct-0.0.339
Configuration menu - View commit details
-
Copy full SHA for 6956b9a - Browse repository at this point
Copy the full SHA 6956b9aView commit details -
chore(deps-dev): Bump @pepperize/projen-awscdk-construct from 0.0.336…
… to 0.0.339 (#111) Bumps [@pepperize/projen-awscdk-construct](https://github.com/pepperize/projen-awscdk-construct) from 0.0.336 to 0.0.339. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pepperize/projen-awscdk-construct/releases"><code>@pepperize/projen-awscdk-construct</code>'s releases</a>.</em></p> <blockquote> <h2>v0.0.339</h2> <h3><a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.338...v0.0.339">0.0.339</a> (2022-12-09)</h3> <h2>v0.0.338</h2> <h3><a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.337...v0.0.338">0.0.338</a> (2022-12-09)</h3> <h2>v0.0.337</h2> <h3><a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.336...v0.0.337">0.0.337</a> (2022-12-09)</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pepperize/projen-awscdk-construct/commit/dd6f36022edb5daba72432c707819d70a5c5786d"><code>dd6f360</code></a> chore(deps-dev): Bump <code>@typescript-eslint/eslint-plugin</code> from 5.45.1 to 5.46.0 ...</li> <li><a href="https://github.com/pepperize/projen-awscdk-construct/commit/9c999a6ceb39b7972263d4fa37332a05acc73235"><code>9c999a6</code></a> chore(deps-dev): Bump jsii-docgen from 7.0.167 to 7.0.168 (<a href="https://github-redirect.dependabot.com/pepperize/projen-awscdk-construct/issues/323">#323</a>)</li> <li><a href="https://github.com/pepperize/projen-awscdk-construct/commit/90bf38347a7d02e06271cdb8d40c8b1077981b19"><code>90bf383</code></a> chore(deps-dev): Bump <code>@typescript-eslint/parser</code> from 5.45.1 to 5.46.0 (<a href="https://github-redirect.dependabot.com/pepperize/projen-awscdk-construct/issues/324">#324</a>)</li> <li>See full diff in <a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.336...v0.0.339">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@pepperize/projen-awscdk-construct&package-manager=npm_and_yarn&previous-version=0.0.336&new-version=0.0.339)](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 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>
Configuration menu - View commit details
-
Copy full SHA for dbbe94c - Browse repository at this point
Copy the full SHA dbbe94cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4d05e - Browse repository at this point
Copy the full SHA 8d4d05eView commit details -
chore(deps-dev): Bump aws-sdk from 2.1270.0 to 2.1272.0 (#110)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1270.0 to 2.1272.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js/releases">aws-sdk's releases</a>.</em></p> <blockquote> <h2>Release v2.1272.0</h2> <p>See <a href="https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md">changelog</a> for more information.</p> <h2>Release v2.1271.0</h2> <p>See <a href="https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md">changelog</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md">aws-sdk's changelog</a>.</em></p> <blockquote> <h2>2.1272.0</h2> <ul> <li>feature: IoTFleetWise: Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions.</li> <li>feature: MediaLive: Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.</li> <li>feature: MediaPackageVod: This release provides the approximate number of assets in a packaging group.</li> </ul> <h2>2.1271.0</h2> <ul> <li>feature: AutoScaling: Adds support for metric math for target tracking scaling policies, saving you the cost and effort of publishing a custom metric to CloudWatch. Also adds support for VPC Lattice by adding the Attach/Detach/DescribeTrafficSources APIs and a new health check type to the CreateAutoScalingGroup API.</li> <li>feature: IoTTwinMaker: This release adds the following new features: 1) New APIs for managing a continuous sync of assets and asset models from AWS IoT SiteWise. 2) Support user friendly names for component types (ComponentTypeName) and properties (DisplayName).</li> <li>feature: MigrationHubStrategy: This release adds known application filtering, server selection for assessments, support for potential recommendations, and indications for configuration and assessment status. For more information, see the AWS Migration Hub documentation at <a href="https://docs.aws.amazon.com/migrationhub/index.html">https://docs.aws.amazon.com/migrationhub/index.html</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-js/commit/f481a23334c6415a29cb75141b9f191cf593bcbc"><code>f481a23</code></a> Updates SDK to v2.1272.0</li> <li><a href="https://github.com/aws/aws-sdk-js/commit/a11bc502381afae7b0a48494c4ee5f3e194a18c9"><code>a11bc50</code></a> Updates SDK to v2.1271.0</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-js/compare/v2.1270.0...v2.1272.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-sdk&package-manager=npm_and_yarn&previous-version=2.1270.0&new-version=2.1272.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 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>
Configuration menu - View commit details
-
Copy full SHA for f21d2a1 - Browse repository at this point
Copy the full SHA f21d2a1View commit details
Commits on Dec 12, 2022
-
chore(deps-dev): Bump @pepperize/projen-awscdk-construct
Bumps [@pepperize/projen-awscdk-construct](https://github.com/pepperize/projen-awscdk-construct) from 0.0.339 to 0.0.340. - [Release notes](https://github.com/pepperize/projen-awscdk-construct/releases) - [Commits](pepperize/projen-awscdk-construct@v0.0.339...v0.0.340) --- updated-dependencies: - dependency-name: "@pepperize/projen-awscdk-construct" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 48612c3 - Browse repository at this point
Copy the full SHA 48612c3View commit details -
chore(deps-dev): Bump @typescript-eslint/parser from 5.46.0 to 5.46.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.46.0 to 5.46.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 7294cb1 - Browse repository at this point
Copy the full SHA 7294cb1View commit details -
chore(deps-dev): Bump jsii-docgen from 7.0.168 to 7.0.171
Bumps [jsii-docgen](https://github.com/cdklabs/jsii-docgen) from 7.0.168 to 7.0.171. - [Release notes](https://github.com/cdklabs/jsii-docgen/releases) - [Changelog](https://github.com/cdklabs/jsii-docgen/blob/main/CHANGELOG.md) - [Commits](cdklabs/jsii-docgen@v7.0.168...v7.0.171) --- updated-dependencies: - dependency-name: jsii-docgen dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5ca5e3d - Browse repository at this point
Copy the full SHA 5ca5e3dView commit details -
chore(deps-dev): Bump aws-sdk from 2.1272.0 to 2.1273.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1272.0 to 2.1273.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-js@v2.1272.0...v2.1273.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 513476f - Browse repository at this point
Copy the full SHA 513476fView commit details -
chore(deps-dev): Bump @pepperize/projen-awscdk-construct from 0.0.339…
… to 0.0.340 (#112) Bumps [@pepperize/projen-awscdk-construct](https://github.com/pepperize/projen-awscdk-construct) from 0.0.339 to 0.0.340. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pepperize/projen-awscdk-construct/releases"><code>@pepperize/projen-awscdk-construct</code>'s releases</a>.</em></p> <blockquote> <h2>v0.0.340</h2> <h3><a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.339...v0.0.340">0.0.340</a> (2022-12-12)</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pepperize/projen-awscdk-construct/commit/f7cf9f557974318e626f885a2a3f02b575fd71cf"><code>f7cf9f5</code></a> chore(deps-dev): Bump jsii-docgen from 7.0.168 to 7.0.171 (<a href="https://github-redirect.dependabot.com/pepperize/projen-awscdk-construct/issues/326">#326</a>)</li> <li>See full diff in <a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.339...v0.0.340">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@pepperize/projen-awscdk-construct&package-manager=npm_and_yarn&previous-version=0.0.339&new-version=0.0.340)](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 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>
Configuration menu - View commit details
-
Copy full SHA for e85be6c - Browse repository at this point
Copy the full SHA e85be6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e340908 - Browse repository at this point
Copy the full SHA e340908View commit details -
chore(deps-dev): Bump aws-sdk from 2.1272.0 to 2.1273.0 (#115)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1272.0 to 2.1273.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js/releases">aws-sdk's releases</a>.</em></p> <blockquote> <h2>Release v2.1273.0</h2> <p>See <a href="https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md">changelog</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md">aws-sdk's changelog</a>.</em></p> <blockquote> <h2>2.1273.0</h2> <ul> <li>feature: CustomerProfiles: This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString.</li> <li>feature: EC2: This release updates DescribeFpgaImages to show supported instance types of AFIs in its response.</li> <li>feature: KinesisVideo: This release adds support for public preview of Kinesis Video Stream at Edge enabling customers to provide configuration for the Kinesis Video Stream EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on configured schedule.</li> <li>feature: MigrationHubRefactorSpaces: This release adds support for Lambda alias service endpoints. Lambda alias ARNs can now be passed into CreateService.</li> <li>feature: RDS: Update the RDS API model to support copying option groups during the CopyDBSnapshot operation</li> <li>feature: Rekognition: Adds support for "aliases" and "categories", inclusion and exclusion filters for labels and label categories, and aggregating labels by video segment timestamps for Stored Video Label Detection APIs.</li> <li>feature: SageMakerMetrics: This release introduces support SageMaker Metrics APIs.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-js/commit/187f234d1ae87a9e0e1cfa91a033b8ac88755e56"><code>187f234</code></a> Updates SDK to v2.1273.0</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-js/compare/v2.1272.0...v2.1273.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-sdk&package-manager=npm_and_yarn&previous-version=2.1272.0&new-version=2.1273.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 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>
Configuration menu - View commit details
-
Copy full SHA for 8f3bf80 - Browse repository at this point
Copy the full SHA 8f3bf80View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1268f6 - Browse repository at this point
Copy the full SHA e1268f6View commit details -
chore(deps-dev): Bump @typescript-eslint/parser from 5.46.0 to 5.46.1 (…
…#113) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.46.0 to 5.46.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v5.46.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1">5.46.1</a> (2022-12-12)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1">5.46.1</a> (2022-12-12)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c943b845c939944d309cea7a312db4ca645308f3"><code>c943b84</code></a> chore: publish v5.46.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/47241bb6f676233e37cd813714b79e3a5d9fb3e0"><code>47241bb</code></a> docs: overhaul branding and add new logo (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/6147">#6147</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.1/packages/parser">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=5.46.0&new-version=5.46.1)](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 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>
Configuration menu - View commit details
-
Copy full SHA for feb5a4e - Browse repository at this point
Copy the full SHA feb5a4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b98e915 - Browse repository at this point
Copy the full SHA b98e915View commit details -
chore(deps-dev): Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.46.0 to 5.46.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0078b1f - Browse repository at this point
Copy the full SHA 0078b1fView commit details -
chore(deps-dev): Bump jsii-docgen from 7.0.168 to 7.0.171 (#114)
Bumps [jsii-docgen](https://github.com/cdklabs/jsii-docgen) from 7.0.168 to 7.0.171. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cdklabs/jsii-docgen/releases">jsii-docgen's releases</a>.</em></p> <blockquote> <h2>v7.0.171</h2> <h3><a href="https://github.com/cdklabs/jsii-docgen/compare/v7.0.170...v7.0.171">7.0.171</a> (2022-12-12)</h3> <h2>v7.0.170</h2> <h3><a href="https://github.com/cdklabs/jsii-docgen/compare/v7.0.169...v7.0.170">7.0.170</a> (2022-12-11)</h3> <h2>v7.0.169</h2> <h3><a href="https://github.com/cdklabs/jsii-docgen/compare/v7.0.168...v7.0.169">7.0.169</a> (2022-12-10)</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cdklabs/jsii-docgen/commit/09e39c3c8ae0dbecde2e6a6d8df8ca335836750c"><code>09e39c3</code></a> chore(deps): upgrade dependencies (<a href="https://github-redirect.dependabot.com/cdklabs/jsii-docgen/issues/862">#862</a>)</li> <li><a href="https://github.com/cdklabs/jsii-docgen/commit/e33bc7e71ae3f772f634ceb82aff1da030acf427"><code>e33bc7e</code></a> chore(deps): upgrade dependencies (<a href="https://github-redirect.dependabot.com/cdklabs/jsii-docgen/issues/861">#861</a>)</li> <li><a href="https://github.com/cdklabs/jsii-docgen/commit/c279a0af06f8cf0a5b79e8b27811e80778016a18"><code>c279a0a</code></a> chore(deps): upgrade dependencies (<a href="https://github-redirect.dependabot.com/cdklabs/jsii-docgen/issues/860">#860</a>)</li> <li>See full diff in <a href="https://github.com/cdklabs/jsii-docgen/compare/v7.0.168...v7.0.171">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsii-docgen&package-manager=npm_and_yarn&previous-version=7.0.168&new-version=7.0.171)](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 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>
Configuration menu - View commit details
-
Copy full SHA for f172d94 - Browse repository at this point
Copy the full SHA f172d94View commit details -
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/es…
…lint-plugin-5.46.1
Configuration menu - View commit details
-
Copy full SHA for 3351d2f - Browse repository at this point
Copy the full SHA 3351d2fView commit details -
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.46.0 to…
… 5.46.1 (#116) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.46.0 to 5.46.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v5.46.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1">5.46.1</a> (2022-12-12)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.46.0...v5.46.1">5.46.1</a> (2022-12-12)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c943b845c939944d309cea7a312db4ca645308f3"><code>c943b84</code></a> chore: publish v5.46.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/47241bb6f676233e37cd813714b79e3a5d9fb3e0"><code>47241bb</code></a> docs: overhaul branding and add new logo (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6147">#6147</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.1/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.46.0&new-version=5.46.1)](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 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>
Configuration menu - View commit details
-
Copy full SHA for 144f166 - Browse repository at this point
Copy the full SHA 144f166View commit details
Commits on Dec 13, 2022
-
chore(deps-dev): Bump jsii-docgen from 7.0.171 to 7.0.172
Bumps [jsii-docgen](https://github.com/cdklabs/jsii-docgen) from 7.0.171 to 7.0.172. - [Release notes](https://github.com/cdklabs/jsii-docgen/releases) - [Changelog](https://github.com/cdklabs/jsii-docgen/blob/main/CHANGELOG.md) - [Commits](cdklabs/jsii-docgen@v7.0.171...v7.0.172) --- updated-dependencies: - dependency-name: jsii-docgen dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 95b5c1b - Browse repository at this point
Copy the full SHA 95b5c1bView commit details -
chore(deps-dev): Bump @pepperize/projen-awscdk-construct
Bumps [@pepperize/projen-awscdk-construct](https://github.com/pepperize/projen-awscdk-construct) from 0.0.340 to 0.0.343. - [Release notes](https://github.com/pepperize/projen-awscdk-construct/releases) - [Commits](pepperize/projen-awscdk-construct@v0.0.340...v0.0.343) --- updated-dependencies: - dependency-name: "@pepperize/projen-awscdk-construct" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c7520eb - Browse repository at this point
Copy the full SHA c7520ebView commit details -
chore(deps-dev): Bump aws-sdk from 2.1273.0 to 2.1274.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1273.0 to 2.1274.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-js@v2.1273.0...v2.1274.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d56f6f - Browse repository at this point
Copy the full SHA 3d56f6fView commit details -
chore(deps-dev): Bump jsii-docgen from 7.0.171 to 7.0.172 (#117)
Bumps [jsii-docgen](https://github.com/cdklabs/jsii-docgen) from 7.0.171 to 7.0.172. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cdklabs/jsii-docgen/releases">jsii-docgen's releases</a>.</em></p> <blockquote> <h2>v7.0.172</h2> <h3><a href="https://github.com/cdklabs/jsii-docgen/compare/v7.0.171...v7.0.172">7.0.172</a> (2022-12-13)</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cdklabs/jsii-docgen/commit/b5bc1644e7aaf04d41ad40b075bb16fad63e80c0"><code>b5bc164</code></a> chore(deps): upgrade dependencies (<a href="https://github-redirect.dependabot.com/cdklabs/jsii-docgen/issues/863">#863</a>)</li> <li>See full diff in <a href="https://github.com/cdklabs/jsii-docgen/compare/v7.0.171...v7.0.172">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsii-docgen&package-manager=npm_and_yarn&previous-version=7.0.171&new-version=7.0.172)](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 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>
Configuration menu - View commit details
-
Copy full SHA for 91b7c76 - Browse repository at this point
Copy the full SHA 91b7c76View commit details -
Merge branch 'main' into dependabot/npm_and_yarn/pepperize/projen-aws…
…cdk-construct-0.0.343
Configuration menu - View commit details
-
Copy full SHA for 61b3cf8 - Browse repository at this point
Copy the full SHA 61b3cf8View commit details -
chore(deps-dev): Bump @pepperize/projen-awscdk-construct from 0.0.340…
… to 0.0.343 (#118) Bumps [@pepperize/projen-awscdk-construct](https://github.com/pepperize/projen-awscdk-construct) from 0.0.340 to 0.0.343. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pepperize/projen-awscdk-construct/releases"><code>@pepperize/projen-awscdk-construct</code>'s releases</a>.</em></p> <blockquote> <h2>v0.0.343</h2> <h3><a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.342...v0.0.343">0.0.343</a> (2022-12-13)</h3> <h2>v0.0.342</h2> <h3><a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.341...v0.0.342">0.0.342</a> (2022-12-13)</h3> <h2>v0.0.341</h2> <h3><a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.340...v0.0.341">0.0.341</a> (2022-12-13)</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pepperize/projen-awscdk-construct/commit/4d6589fce6674234a7cbabd69ee19919aa9bd2e4"><code>4d6589f</code></a> chore(deps-dev): Bump <code>@typescript-eslint/parser</code> from 5.46.0 to 5.46.1 (<a href="https://github-redirect.dependabot.com/pepperize/projen-awscdk-construct/issues/327">#327</a>)</li> <li><a href="https://github.com/pepperize/projen-awscdk-construct/commit/39427d98358f0b34f355288d4a3c382d5c528bf2"><code>39427d9</code></a> chore(deps-dev): Bump <code>@typescript-eslint/eslint-plugin</code> from 5.46.0 to 5.46.1 ...</li> <li><a href="https://github.com/pepperize/projen-awscdk-construct/commit/29e00423d6e62be33d1906a7b1baf817589f46b2"><code>29e0042</code></a> chore(deps-dev): Bump jsii-docgen from 7.0.171 to 7.0.172 (<a href="https://github-redirect.dependabot.com/pepperize/projen-awscdk-construct/issues/328">#328</a>)</li> <li>See full diff in <a href="https://github.com/pepperize/projen-awscdk-construct/compare/v0.0.340...v0.0.343">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@pepperize/projen-awscdk-construct&package-manager=npm_and_yarn&previous-version=0.0.340&new-version=0.0.343)](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 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>
Configuration menu - View commit details
-
Copy full SHA for c82b846 - Browse repository at this point
Copy the full SHA c82b846View commit details -
Configuration menu - View commit details
-
Copy full SHA for e38fa23 - Browse repository at this point
Copy the full SHA e38fa23View commit details -
chore(deps-dev): Bump aws-sdk from 2.1273.0 to 2.1274.0 (#119)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1273.0 to 2.1274.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js/releases">aws-sdk's releases</a>.</em></p> <blockquote> <h2>Release v2.1274.0</h2> <p>See <a href="https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md">changelog</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md">aws-sdk's changelog</a>.</em></p> <blockquote> <h2>2.1274.0</h2> <ul> <li>feature: CloudTrail: Merging mainline branch for service model into mainline release branch. There are no new APIs.</li> <li>feature: RDS: This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-js/commit/7ba0bd2ebe8ca4860000714c1eb759a25362615a"><code>7ba0bd2</code></a> Updates SDK to v2.1274.0</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-js/compare/v2.1273.0...v2.1274.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-sdk&package-manager=npm_and_yarn&previous-version=2.1273.0&new-version=2.1274.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 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>
Configuration menu - View commit details
-
Copy full SHA for 05340cf - Browse repository at this point
Copy the full SHA 05340cfView commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.