-
Notifications
You must be signed in to change notification settings - Fork 145
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
build(deps): bump @aws-sdk/client-sts from 3.46.0 to 3.48.0 #505
Merged
flochaz
merged 1 commit into
main
from
dependabot/npm_and_yarn/aws-sdk/client-sts-3.48.0
Jan 24, 2022
Merged
build(deps): bump @aws-sdk/client-sts from 3.46.0 to 3.48.0 #505
flochaz
merged 1 commit into
main
from
dependabot/npm_and_yarn/aws-sdk/client-sts-3.48.0
Jan 24, 2022
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
dependabot
bot
added
dependencies
Changes that touch dependencies, e.g. Dependabot, etc.
javascript
labels
Jan 24, 2022
Bumps [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) from 3.46.0 to 3.48.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-sts/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.48.0/clients/client-sts) --- updated-dependencies: - dependency-name: "@aws-sdk/client-sts" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/aws-sdk/client-sts-3.48.0
branch
from
January 24, 2022 13:17
77066c4
to
d2866c7
Compare
saragerion
added a commit
that referenced
this pull request
Jan 25, 2022
* build(all): add concurrency to github actions * fix(build): revert group name for release * chore(examples): fix version bumping of examples (#498) * force fix version of deps for examples * add package.json to bump commit * build(deps): bump aws-sdk from 2.1056.0 to 2.1062.0 (#506) Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1056.0 to 2.1062.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.1056.0...v2.1062.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump @aws-sdk/client-sts from 3.46.0 to 3.48.0 (#505) Bumps [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) from 3.46.0 to 3.48.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-sts/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.48.0/clients/client-sts) --- updated-dependencies: - dependency-name: "@aws-sdk/client-sts" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump typescript from 4.5.4 to 4.5.5 (#507) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.5.4...v4.5.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump @types/node from 17.0.8 to 17.0.10 (#488) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.8 to 17.0.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(logger|metrics): properly return decorated class (#489) * fix: logger to return decorated class * fix: metrics to return decorated class * chore: remove leftover files from logger * feat: Add codespaces/gitpod support (#485) * feat: initial codespaces support * chore: example commit to disable a plugin * fix: rather use lerna-ci * fix: forgot to remove "cd "to examples * feat: Add gitpod support * chore: move to node 14 for both gitpod and codespaces * fix: gitpod specific way * chore: use nvmrc to ease shared config * docs: comment out docs for gitpod * fix: force npm to be 8 * feat: finalize extensions * chore: remove ones that don't work * fix: container typo * build(all): add concurrency to github actions * fix(build): revert group name for release Co-authored-by: Florian Chazal <florianchazal@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrea Amorosi <dreamorosi@gmail.com> Co-authored-by: Michael Brewer <michael.brewer@gyft.com>
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 @aws-sdk/client-sts from 3.46.0 to 3.48.0.
Release notes
Sourced from
@aws-sdk/client-sts
's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-sts
's changelog.Commits
4839121
Publish v3.48.0819db95
Publish v3.47.2ccac7b0
chore: update internal dependency version to asterisk (#3222)dbb4a02
Publish v3.47.14ae5af5
chore(clients): run builds concurrently (#3198)3bb9747
Publish v3.47.0d3000f8
chore: revert support for awsQueryError trait (#3193)9152e21
feat(clients): update clients to use default values inferred from defaults mo...ebd5122
chore(clients): use@tsconfig/recommended
and add tsconfig.cjs.json (#3185)351bd3a
feat: Support awsQueryError trait (#3174)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 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 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)