-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BAU: Bump the production-dependencies group with 7 updates #259
Merged
aenciso
merged 1 commit into
main
from
dependabot/npm_and_yarn/main/production-dependencies-f0da4fe171
Jul 1, 2024
Merged
BAU: Bump the production-dependencies group with 7 updates #259
aenciso
merged 1 commit into
main
from
dependabot/npm_and_yarn/main/production-dependencies-f0da4fe171
Jul 1, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the production-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.602.0` | `3.606.0` | | [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) | `3.600.0` | `3.606.0` | | [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.600.0` | `3.606.0` | | [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.600.0` | `3.606.0` | | [@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb) | `3.602.0` | `3.606.0` | | [@aws-sdk/util-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-dynamodb) | `3.602.0` | `3.606.0` | | [esbuild](https://github.com/evanw/esbuild) | `0.21.5` | `0.22.0` | Updates `@aws-sdk/client-dynamodb` from 3.602.0 to 3.606.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.606.0/clients/client-dynamodb) Updates `@aws-sdk/client-secrets-manager` from 3.600.0 to 3.606.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.606.0/clients/client-secrets-manager) Updates `@aws-sdk/client-sfn` from 3.600.0 to 3.606.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sfn/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.606.0/clients/client-sfn) Updates `@aws-sdk/client-sqs` from 3.600.0 to 3.606.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.606.0/clients/client-sqs) Updates `@aws-sdk/lib-dynamodb` from 3.602.0 to 3.606.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-dynamodb/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.606.0/lib/lib-dynamodb) Updates `@aws-sdk/util-dynamodb` from 3.602.0 to 3.606.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/util-dynamodb/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.606.0/packages/util-dynamodb) Updates `esbuild` from 0.21.5 to 0.22.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.21.5...v0.22.0) --- updated-dependencies: - dependency-name: "@aws-sdk/client-dynamodb" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@aws-sdk/client-secrets-manager" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@aws-sdk/client-sfn" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@aws-sdk/client-sqs" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@aws-sdk/lib-dynamodb" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@aws-sdk/util-dynamodb" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: esbuild dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
The following labels could not be found: |
aenciso
approved these changes
Jul 1, 2024
aenciso
deleted the
dependabot/npm_and_yarn/main/production-dependencies-f0da4fe171
branch
July 1, 2024 15:23
alex9smith
added a commit
that referenced
this pull request
Jul 3, 2024
This effectively reverts #259 and #266 as the write-activity-log lambda is failing all requests after them. The update to ESbuild isn't actually a minor update - going to 0.22.0 breaks how packages are built. See their changelog (https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) and related issues (evanw/esbuild#3819) for more details. We did already update to ESBuild 0.23.0 which should have solved the problem, but we're still seeing all invocations failing. Let's revert back to a known good config while we understand what's happen, but we're still seeing all invocations failing. Let's revert back to a known good config while we understand what's happened.
1 task
alex9smith
added a commit
that referenced
this pull request
Jul 3, 2024
## Proposed changes <!-- Provide a summary of your changes in the title above --> <!-- Include the Jira ticket number in square brackets as prefix, eg `[OLH-XXXX]: PR Title` --> ### What changed Revert ESbuild and AWS SDK updates. This effectively reverts #259 and #266 as the write-activity-log lambda is failing all requests after them. ### Why did it change The update to ESbuild isn't actually a minor update - going to 0.22.0 breaks how packages are built. See their changelog (https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) and related issues (evanw/esbuild#3819) for more details. We did already update to ESBuild 0.23.0 which should have solved the problem, but we're still seeing all invocations failing. Let's revert back to a known good config while we understand what's happened. ### Related links <!-- List any related PRs --> <!-- List any related ADRs or RFCs --> ## Checklists <!-- Merging this PR deploys to production. Please answer accurately. --> ### Environment variables or secrets - [x] No environment variables or secrets were added or changed ### How to review Please check the version numbers here against the ones in #259
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 7 updates:
3.602.0
3.606.0
3.600.0
3.606.0
3.600.0
3.606.0
3.600.0
3.606.0
3.602.0
3.606.0
3.602.0
3.606.0
0.21.5
0.22.0
Updates
@aws-sdk/client-dynamodb
from 3.602.0 to 3.606.0Release notes
Sourced from
@aws-sdk/client-dynamodb
's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-dynamodb
's changelog.Commits
5c9e9d7
Publish v3.606.0Updates
@aws-sdk/client-secrets-manager
from 3.600.0 to 3.606.0Release notes
Sourced from
@aws-sdk/client-secrets-manager
's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-secrets-manager
's changelog.Commits
5c9e9d7
Publish v3.606.0Updates
@aws-sdk/client-sfn
from 3.600.0 to 3.606.0Release notes
Sourced from
@aws-sdk/client-sfn
's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-sfn
's changelog.Commits
5c9e9d7
Publish v3.606.0Updates
@aws-sdk/client-sqs
from 3.600.0 to 3.606.0Release notes
Sourced from
@aws-sdk/client-sqs
's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-sqs
's changelog.Commits
5c9e9d7
Publish v3.606.0Updates
@aws-sdk/lib-dynamodb
from 3.602.0 to 3.606.0Release notes
Sourced from
@aws-sdk/lib-dynamodb
's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/lib-dynamodb
's changelog.Commits
5c9e9d7
Publish v3.606.0Updates
@aws-sdk/util-dynamodb
from 3.602.0 to 3.606.0Release notes
Sourced from
@aws-sdk/util-dynamodb
's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/util-dynamodb
's changelog.Commits
5c9e9d7
Publish v3.606.0Updates
esbuild
from 0.21.5 to 0.22.0Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
80c6e6e
publish 0.22.0 to npm196dcad
fix #1874: node defaults to--packages=external
3f57db8
release notes for #353991663db
Provide API to create a custom esbuild CLI with plugins (#3539)e01c0e0
also mention #3665 in release notes65711b3
release notes for #367463eb814
Add OpenBSD arm64 (#3674)b722000
fix #3300, fix #3779: add@esbuild/wasi-preview1
6679ec8
fix: verbose analyse output improperly trimmed (#3785)94f09ea
fix #3790: warn about incorrectonResolve
pluginDependabot 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 commands and options
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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions