-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: webfactory/create-aws-codedeploy-deployment
base: v0.1.0
head repository: webfactory/create-aws-codedeploy-deployment
compare: master
Commits on Jun 17, 2020
-
Simplify example by removing a configuration setting that is not abso…
…lutely necessary
Configuration menu - View commit details
-
Copy full SHA for 46359e5 - Browse repository at this point
Copy the full SHA 46359e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ad424 - Browse repository at this point
Copy the full SHA 06ad424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f4277 - Browse repository at this point
Copy the full SHA 69f4277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38eda93 - Browse repository at this point
Copy the full SHA 38eda93View commit details
Commits on Sep 15, 2020
-
Create a very simple CLI wrapper (#2)
* Move heavy lifting parts into a dedicated module That way, you should be able to reuse most of the action-code, but replace the GitHub Actions specific part with other wrappers. For example, a simple CLI command could be used to trigger deployments as well. * Add a very simple CLI wrapper to trigger deployments * Add a package version * Catch missing appspec.yml files early on * Pass the "core" module * Avoid querying for parameters that should have sane defaults * Improve exception handling * Remove commented-out code, bump dependencies
Configuration menu - View commit details
-
Copy full SHA for 62d30ec - Browse repository at this point
Copy the full SHA 62d30ecView commit details -
Try to ensure in-order execution when different workflows race for deployments.
Configuration menu - View commit details
-
Copy full SHA for fc0c006 - Browse repository at this point
Copy the full SHA fc0c006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 250217b - Browse repository at this point
Copy the full SHA 250217bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9046ced - Browse repository at this point
Copy the full SHA 9046cedView commit details
Commits on Sep 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ebef158 - Browse repository at this point
Copy the full SHA ebef158View commit details
Commits on Sep 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0d7a684 - Browse repository at this point
Copy the full SHA 0d7a684View commit details
Commits on Dec 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f459828 - Browse repository at this point
Copy the full SHA f459828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b69994 - Browse repository at this point
Copy the full SHA 0b69994View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbc07d4 - Browse repository at this point
Copy the full SHA cbc07d4View commit details
Commits on Jul 6, 2021
-
Add a switch to ignore the sequence check (#9)
Useful if, for example, the workflow file is renamed and GHA starts counting workflow runs from #1 again.
Configuration menu - View commit details
-
Copy full SHA for 7ea8651 - Browse repository at this point
Copy the full SHA 7ea8651View commit details
Commits on Jul 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 90089b1 - Browse repository at this point
Copy the full SHA 90089b1View commit details
Commits on Sep 29, 2021
-
Bumps [i](https://github.com/pksunkara/inflect) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/pksunkara/inflect/releases) - [Commits](pksunkara/inflect@v0.3.6...v0.3.7) --- updated-dependencies: - dependency-name: i dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for ae7b0f9 - Browse repository at this point
Copy the full SHA ae7b0f9View commit details
Commits on Oct 14, 2021
-
Merge pull request #12 from webfactory/dependabot/npm_and_yarn/i-0.3.7
Bump i from 0.3.6 to 0.3.7
Configuration menu - View commit details
-
Copy full SHA for f76ac4d - Browse repository at this point
Copy the full SHA f76ac4dView commit details
Commits on Oct 24, 2021
-
Allow deployments to be triggered by workflow_dispatch events (#8)
This change fixes detection of which branch/commit to use when using (manually triggered) `workflow_dispatch` events to run deployment workflows. See #7 for the description of the problem that existed previously.
Configuration menu - View commit details
-
Copy full SHA for cb5e208 - Browse repository at this point
Copy the full SHA cb5e208View commit details
Commits on Mar 27, 2022
-
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2168a8f - Browse repository at this point
Copy the full SHA 2168a8fView commit details
Commits on Mar 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3015c90 - Browse repository at this point
Copy the full SHA 3015c90View commit details -
Bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 80f893c - Browse repository at this point
Copy the full SHA 80f893cView commit details
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e39b15 - Browse repository at this point
Copy the full SHA 7e39b15View commit details
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1874ac5 - Browse repository at this point
Copy the full SHA 1874ac5View commit details -
Fail gracefully with an error message when appspec.yml is missing (#19)
Fail gracefully when the `appspec.yml` file was not found. Might be a common mistake to forget running `actions/checkout` before this action here. Closes #10.
Configuration menu - View commit details
-
Copy full SHA for ba5d416 - Browse repository at this point
Copy the full SHA ba5d416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65409bf - Browse repository at this point
Copy the full SHA 65409bfView commit details
Commits on Jun 30, 2022
-
Allow overriding the branch name used to look up configuration (#20)
This PR adds a new `config-name` action input value. It can be used to override the name used to look up the deployment configuration in the `branch_config` section of the appspec.yml file. By default, the current branch name (`master`, or a PR branch) will be used to find a deployment config, by matching the regular expressions from the `branch_config` section in `appspec.yml`. Overriding the value makes sense when running the action multiple times within the same job or workflow to create multiple deployments for a single push or PR.
Configuration menu - View commit details
-
Copy full SHA for 7e84e00 - Browse repository at this point
Copy the full SHA 7e84e00View commit details
Commits on Jul 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0e6395e - Browse repository at this point
Copy the full SHA 0e6395eView commit details -
Fix handling of concurrent deployments (#24)
It seems AWS changed the error message emitted when another deployment is already active. Fixes #22.
Configuration menu - View commit details
-
Copy full SHA for 97ede50 - Browse repository at this point
Copy the full SHA 97ede50View commit details
Commits on Oct 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for df8aebb - Browse repository at this point
Copy the full SHA df8aebbView commit details -
Add a
$PR_NUMBER
placeholder for deployment group names (#26)This adds a second placeholder `$PR_NUMBER` (to the already existing `$BRANCH`) that can be used to derive deployment group names based on Pull Request IDs.
Configuration menu - View commit details
-
Copy full SHA for de07259 - Browse repository at this point
Copy the full SHA de07259View commit details
Commits on Dec 9, 2022
-
Bump simple-git from 3.10.0 to 3.15.0 (#27)
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.10.0 to 3.15.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.15.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0470a8d - Browse repository at this point
Copy the full SHA 0470a8dView commit details
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 396fac2 - Browse repository at this point
Copy the full SHA 396fac2View commit details
Commits on Feb 6, 2023
-
Bump simple-git from 3.15.0 to 3.16.0 (#28)
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.15.0 to 3.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/steveukx/git-js/releases">simple-git's releases</a>.</em></p> <blockquote> <h2>simple-git@3.16.0</h2> <h3>Minor Changes</h3> <ul> <li>97fde2c: Support the use of <code>-B</code> in place of the default <code>-b</code> in checkout methods</li> <li>0a623e5: Adds vulnerability detection to prevent use of <code>--upload-pack</code> and <code>--receive-pack</code> without explicitly opting in.</li> </ul> <h3>Patch Changes</h3> <ul> <li>ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to <a href="https://github.com/stsewd"><code>@stsewd</code></a> for the suggestion.</li> </ul> <h2>simple-git@3.15.1</h2> <h3>Patch Changes</h3> <ul> <li>de570ac: Resolves an issue whereby non-strings can be passed into the config switch detector.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md">simple-git's changelog</a>.</em></p> <blockquote> <h2>3.16.0</h2> <h3>Minor Changes</h3> <ul> <li>97fde2c: Support the use of <code>-B</code> in place of the default <code>-b</code> in checkout methods</li> <li>0a623e5: Adds vulnerability detection to prevent use of <code>--upload-pack</code> and <code>--receive-pack</code> without explicitly opting in.</li> </ul> <h3>Patch Changes</h3> <ul> <li>ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to <a href="https://github.com/stsewd"><code>@stsewd</code></a> for the suggestion.</li> </ul> <h2>3.15.1</h2> <h3>Patch Changes</h3> <ul> <li>de570ac: Resolves an issue whereby non-strings can be passed into the config switch detector.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/steveukx/git-js/commit/1a129523abadb877ad3e0bad362cc06593f04135"><code>1a12952</code></a> Version Packages</li> <li><a href="https://github.com/steveukx/git-js/commit/ec97a39ab60b89e870c5170121cd9c1603cc1951"><code>ec97a39</code></a> Block unsafe pack (push --exec) (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/882">#882</a>)</li> <li><a href="https://github.com/steveukx/git-js/commit/0a623e53fd4b7617ca9c4d1d51bc53d105f52b2b"><code>0a623e5</code></a> Feat/unsafe pack (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/881">#881</a>)</li> <li><a href="https://github.com/steveukx/git-js/commit/97fde2c44f08abfdfa591c03d883b215f2d547d3"><code>97fde2c</code></a> Add support for using the <code>-B</code> modifier instead of the default <code>-b</code> when usin...</li> <li><a href="https://github.com/steveukx/git-js/commit/edfd4595194d83663a0299a63c32cb150a78b6da"><code>edfd459</code></a> Update readme.md</li> <li><a href="https://github.com/steveukx/git-js/commit/c9fc61f4abfb4f738ab9f4b5bd146555b7b9735c"><code>c9fc61f</code></a> Version Packages</li> <li><a href="https://github.com/steveukx/git-js/commit/de570acd052660bad0165347de5d2f86a494ae1b"><code>de570ac</code></a> Fix/non strings (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/867">#867</a>)</li> <li>See full diff in <a href="https://github.com/steveukx/git-js/commits/simple-git@3.16.0/simple-git">compare view</a></li> </ul> </details> <br /> [](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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/webfactory/create-aws-codedeploy-deployment/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4ee3e35 - Browse repository at this point
Copy the full SHA 4ee3e35View commit details
Commits on Jul 12, 2023
-
Bump semver from 5.7.1 to 5.7.2 (#29)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>v5.7.2</h2> <h2><a href="https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2">5.7.2</a> (2023-07-10)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/2f8fd41487acf380194579ecb6f8b1bbfe116be0"><code>2f8fd41</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/585">#585</a> better handling of whitespace (<a href="https://redirect.github.com/npm/node-semver/issues/585">#585</a>) (<a href="https://github.com/joaomoreno"><code>@joaomoreno</code></a>, <a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md">semver's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2">5.7.2</a> (2023-07-10)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/2f8fd41487acf380194579ecb6f8b1bbfe116be0"><code>2f8fd41</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/585">#585</a> better handling of whitespace (<a href="https://redirect.github.com/npm/node-semver/issues/585">#585</a>) (<a href="https://github.com/joaomoreno"><code>@joaomoreno</code></a>, <a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> </ul> <h2>5.7</h2> <ul> <li>Add <code>minVersion</code> method</li> </ul> <h2>5.6</h2> <ul> <li>Move boolean <code>loose</code> param to an options object, with backwards-compatibility protection.</li> <li>Add ability to opt out of special prerelease version handling with the <code>includePrerelease</code> option flag.</li> </ul> <h2>5.5</h2> <ul> <li>Add version coercion capabilities</li> </ul> <h2>5.4</h2> <ul> <li>Add intersection checking</li> </ul> <h2>5.3</h2> <ul> <li>Add <code>minSatisfying</code> method</li> </ul> <h2>5.2</h2> <ul> <li>Add <code>prerelease(v)</code> that returns prerelease components</li> </ul> <h2>5.1</h2> <ul> <li>Add Backus-Naur for ranges</li> <li>Remove excessively cute inspection methods</li> </ul> <h2>5.0</h2> <ul> <li>Remove AMD/Browserified build artifacts</li> <li>Fix ltr and gtr when using the <code>*</code> range</li> <li>Fix for range <code>*</code> with a prerelease identifier</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/node-semver/commit/f8cc313550691a50d9662d8c94f0c033717efd7d"><code>f8cc313</code></a> chore: release 5.7.2</li> <li><a href="https://github.com/npm/node-semver/commit/2f8fd41487acf380194579ecb6f8b1bbfe116be0"><code>2f8fd41</code></a> fix: better handling of whitespace (<a href="https://redirect.github.com/npm/node-semver/issues/585">#585</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/deb5ad51bf58868fa243c1683775305fe9e0e365"><code>deb5ad5</code></a> chore: <code>@npmcli/template-oss</code><a href="https://github.com/4"><code>@4</code></a>.16.0</li> <li>See full diff in <a href="https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~lukekarrys">lukekarrys</a>, a new releaser for semver since your current version.</p> </details> <br /> [](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/webfactory/create-aws-codedeploy-deployment/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 49de04c - Browse repository at this point
Copy the full SHA 49de04cView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3922b2b - Browse repository at this point
Copy the full SHA 3922b2bView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06ef5c3 - Browse repository at this point
Copy the full SHA 06ef5c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bbfd21 - Browse repository at this point
Copy the full SHA 3bbfd21View commit details
Commits on Jan 28, 2025
-
Bump undici from 5.28.4 to 5.28.5 (#33)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodejs/undici/releases">undici's releases</a>.</em></p> <blockquote> <h2>v5.28.5</h2> <h1>
⚠️ Security Release⚠️ </h1> <p>Fixes CVE CVE-2025-22150 <a href="https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975">https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975</a> (embargoed until 22-01-2025).</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5">https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/6139ed2e0c787853243de58ef7c4301b26ca66f2"><code>6139ed2</code></a> Bumped v5.28.5</li> <li><a href="https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0"><code>711e207</code></a> Backport of c2d78cd</li> <li>See full diff in <a href="https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5">compare view</a></li> </ul> </details> <br /> [](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/webfactory/create-aws-codedeploy-deployment/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for 489798b - Browse repository at this point
Copy the full SHA 489798bView commit details
Commits on Feb 15, 2025
-
Bump @octokit/request-error from 5.1.0 to 5.1.1
Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](octokit/request-error.js@v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: "@octokit/request-error" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2069c52 - Browse repository at this point
Copy the full SHA 2069c52View commit details
Commits on Mar 11, 2025
-
Merge pull request #34 from webfactory/dependabot/npm_and_yarn/octoki…
…t/request-error-5.1.1 Bump @octokit/request-error from 5.1.0 to 5.1.1
Configuration menu - View commit details
-
Copy full SHA for 86d97d4 - Browse repository at this point
Copy the full SHA 86d97d4View commit details -
Bump @octokit/endpoint from 9.0.5 to 9.0.6
Bumps [@octokit/endpoint](https://github.com/octokit/endpoint.js) from 9.0.5 to 9.0.6. - [Release notes](https://github.com/octokit/endpoint.js/releases) - [Commits](octokit/endpoint.js@v9.0.5...v9.0.6) --- updated-dependencies: - dependency-name: "@octokit/endpoint" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c97874d - Browse repository at this point
Copy the full SHA c97874dView commit details -
Bump @octokit/plugin-paginate-rest from 9.2.1 to 9.2.2
Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) from 9.2.1 to 9.2.2. - [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases) - [Commits](octokit/plugin-paginate-rest.js@v9.2.1...v9.2.2) --- updated-dependencies: - dependency-name: "@octokit/plugin-paginate-rest" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 95e66e6 - Browse repository at this point
Copy the full SHA 95e66e6View commit details
Commits on Mar 19, 2025
-
Merge pull request #36 from webfactory/dependabot/npm_and_yarn/octoki…
…t/endpoint-9.0.6 Bump @octokit/endpoint from 9.0.5 to 9.0.6
Configuration menu - View commit details
-
Copy full SHA for fb55bf6 - Browse repository at this point
Copy the full SHA fb55bf6View commit details -
Bump @octokit/request from 8.4.0 to 8.4.1
Bumps [@octokit/request](https://github.com/octokit/request.js) from 8.4.0 to 8.4.1. - [Release notes](https://github.com/octokit/request.js/releases) - [Commits](octokit/request.js@v8.4.0...v8.4.1) --- updated-dependencies: - dependency-name: "@octokit/request" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e3956ae - Browse repository at this point
Copy the full SHA e3956aeView commit details -
Merge pull request #35 from webfactory/dependabot/npm_and_yarn/octoki…
…t/request-8.4.1 Bump @octokit/request from 8.4.0 to 8.4.1
Configuration menu - View commit details
-
Copy full SHA for b34dd85 - Browse repository at this point
Copy the full SHA b34dd85View commit details -
Merge pull request #37 from webfactory/dependabot/npm_and_yarn/octoki…
…t/plugin-paginate-rest-9.2.2 Bump @octokit/plugin-paginate-rest from 9.2.1 to 9.2.2
Configuration menu - View commit details
-
Copy full SHA for c84c73a - Browse repository at this point
Copy the full SHA c84c73aView commit details
There are no files selected for viewing