dependabot[bot]
ab246ce5fb
chore(deps): bump esbuild, @vitest/coverage-v8 and vitest ( #1333 )
...
Bumps [esbuild](https://github.com/evanw/esbuild ) to 0.25.2 and updates ancestor dependencies [esbuild](https://github.com/evanw/esbuild ), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ). These dependencies need to be updated together.
Updates `esbuild` from 0.21.5 to 0.25.2
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.2 )
Updates `@vitest/coverage-v8` from 2.1.9 to 3.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/coverage-v8 )
Updates `vitest` from 2.1.9 to 3.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/vitest )
---
updated-dependencies:
- dependency-name: esbuild
dependency-version: 0.25.2
dependency-type: indirect
- dependency-name: "@vitest/coverage-v8"
dependency-version: 3.1.2
dependency-type: direct:development
- dependency-name: vitest
dependency-version: 3.1.2
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-22 23:40:59 +00:00
GitHub Actions
ca537c9527
chore: Update dist
2025-04-22 23:39:29 +00:00
dependabot[bot]
72a198126f
chore(deps): bump @aws-sdk/client-sts from 3.741.0 to 3.787.0 ( #1325 )
...
Bumps [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts ) from 3.741.0 to 3.787.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.787.0/clients/client-sts )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sts"
dependency-version: 3.787.0
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>
2025-04-22 23:38:50 +00:00
dependabot[bot]
203a39c651
chore(deps): bump vite from 5.4.14 to 5.4.18 ( #1332 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.14 to 5.4.18.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.18/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.18/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.18
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-22 23:36:33 +00:00
Michael Lehmann
c401b8a98c
Merge pull request #1330 from aws-actions/dependabot-and-build-test
...
fix: make sure action builds, also fix dependabot autoapprove
2025-04-22 16:34:27 -07:00
Michael Lehmann
27e906a655
make sure action builds, also fix dependabot autoapprove
2025-04-22 16:20:34 -07:00
Alisha Kulkarni
483d6b517a
Merge pull request #1329 from aws-actions/alikulka-patch-1
...
chore: Update README.md
2025-04-17 14:56:31 -07:00
Alisha Kulkarni
c7765366a4
Update README.md
...
Updated version tags in examples to reflect the latest semantic version.
2025-04-17 13:35:40 -07:00
AWS SDKs and Tools bot
ececac1a45
chore(main): release 4.1.0 ( #1282 )
...
Co-authored-by: Michael Lehmann <lehmanmj@amazon.com >
v4.1.0
2025-02-10 15:09:08 -08:00
GitHub Actions
16fec6080f
chore: Update dist
2025-02-08 00:25:25 +00:00
Michael Lehmann
eb70354fb4
feat: idempotent fetch ( #1289 )
...
* Add functionality to re-use existing credentials
* Finish adding use-existing-credentials logic
* Add testing for use-existing-credentials
* Update README
* feat: finalize use-exisiting-credentials feature
---------
Co-authored-by: Tom Keller <kellertk@amazon.com >
2025-02-07 16:24:45 -08:00
dependabot[bot]
3478c15aa1
chore(deps-dev): bump memfs from 4.14.0 to 4.17.0 ( #1250 )
...
Bumps [memfs](https://github.com/streamich/memfs ) from 4.14.0 to 4.17.0.
- [Release notes](https://github.com/streamich/memfs/releases )
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/streamich/memfs/compare/v4.14.0...v4.17.0 )
---
updated-dependencies:
- dependency-name: memfs
dependency-type: direct:development
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>
Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com >
2025-02-05 01:22:06 +00:00
GitHub Actions
a69d38c39d
chore: Update dist
2025-02-05 01:20:28 +00:00
dependabot[bot]
6b1d0f829d
chore(deps-dev): bump @smithy/property-provider from 3.1.8 to 4.0.1 ( #1246 )
...
Bumps [@smithy/property-provider](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/property-provider ) from 3.1.8 to 4.0.1.
- [Release notes](https://github.com/awslabs/smithy-typescript/releases )
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/property-provider/CHANGELOG.md )
- [Commits](https://github.com/awslabs/smithy-typescript/commits/@smithy/property-provider@4.0.1/packages/property-provider )
---
updated-dependencies:
- dependency-name: "@smithy/property-provider"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com >
2025-02-05 01:19:53 +00:00
Tom Keller
f021516513
chore: remove role session name
2025-02-04 17:18:15 -08:00
dependabot[bot]
1c8dbbcc02
chore(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 ( #1204 )
...
Bumps [@vercel/ncc](https://github.com/vercel/ncc ) from 0.38.2 to 0.38.3.
- [Release notes](https://github.com/vercel/ncc/releases )
- [Commits](https://github.com/vercel/ncc/compare/0.38.2...0.38.3 )
---
updated-dependencies:
- dependency-name: "@vercel/ncc"
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>
Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com >
2025-02-05 01:13:40 +00:00
Tom Keller
ce290d67fe
chore: change dependabot role session name
2025-02-04 17:12:00 -08:00
Tom Keller
1780ebd97b
chore: create one-off test for CAWSC
2025-02-04 17:06:10 -08:00
GitHub Actions
a02ef26683
chore: Update dist
2025-02-05 00:30:13 +00:00
dependabot[bot]
5fbd2e409b
chore(deps-dev): bump typescript from 5.6.3 to 5.7.3 ( #1247 )
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.6.3 to 5.7.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
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>
Co-authored-by: Michael Lehmann <lehmanmj@amazon.com >
2025-02-05 00:29:37 +00:00
Michael Lehmann
f0af89b102
fix: Dependabot autoapprove id-token write permission ( #1285 )
...
* Fix automerge action syntax
* Fix typo
* Fix typo
* Add brackets
* add ID token permission
---------
Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com >
2025-02-05 00:27:51 +00:00
Michael Lehmann
b9ee51dc60
fix: Dependabot autoapprove ( #1284 )
...
* Fix automerge action syntax
* Fix typo
* Fix typo
* Add brackets
2025-02-05 00:23:12 +00:00
GitHub Actions
66c00faf39
chore: Update dist
2025-02-04 23:06:04 +00:00
Tom Keller
134d71efe0
fix: build failure due to tests ( #1283 )
2025-02-04 15:05:30 -08:00
dependabot[bot]
b8ef615781
chore(deps): bump undici from 5.28.4 to 5.28.5 ( #1271 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.28.4 to 5.28.5.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-04 14:34:15 -08:00
dependabot[bot]
e5b9735585
chore(deps-dev): bump @types/node from 22.9.0 to 22.13.1 ( #1277 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.9.0 to 22.13.1.
- [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-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-04 14:30:57 -08:00
dependabot[bot]
79ebbb3141
chore(deps): bump @aws-sdk/client-sts from 3.682.0 to 3.741.0 ( #1278 )
...
Bumps [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts ) from 3.682.0 to 3.741.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.741.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>
2025-02-04 14:18:13 -08:00
dependabot[bot]
7f029f3507
chore(deps-dev): bump vitest and @vitest/coverage-v8
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ). These dependencies needed to be updated together.
Updates `vitest` from 2.1.4 to 2.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest )
Updates `@vitest/coverage-v8` from 2.1.4 to 2.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-04 14:15:29 -08:00
Michael Lehmann
39fd91c08e
fix: typo ( #1281 )
...
* Fix automerge action syntax
* Fix typo
---------
Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com >
2025-02-04 22:10:35 +00:00
Michael Lehmann
cf624fbdad
Fix automerge action syntax
2025-02-04 12:02:34 -08:00
alikulka
4fc4975a85
Merge pull request #1273 from aws-actions/release-please--branches--main--components--configure-aws-credentials
...
chore(main): release 4.0.3
v4.0.3
2025-01-27 14:06:10 -08:00
AWS SDKs and Tools bot
47ce154311
chore(main): release 4.0.3
2025-01-27 14:02:51 -08:00
alikulka
d700acbb22
Merge pull request #1266 from aws-actions/release-please-integration
...
feat: added release-please action config
2025-01-27 14:00:59 -08:00
Alisha Kulkarni
ca00fd4d38
chore: release 4.0.3
...
Release-As: 4.0.3
2025-01-27 13:47:58 -08:00
Alisha Kulkarni
0f88004d9c
feat: added release-please action config
2025-01-24 14:37:49 -08:00
GitHub Actions
f171d5c895
chore: Update dist
2025-01-17 21:55:17 +00:00
dependabot[bot]
2c187c9a63
chore(deps): bump @smithy/node-http-handler from 3.2.5 to 4.0.1 ( #1251 )
...
Bumps [@smithy/node-http-handler](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/node-http-handler ) from 3.2.5 to 4.0.1.
- [Release notes](https://github.com/awslabs/smithy-typescript/releases )
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/node-http-handler/CHANGELOG.md )
- [Commits](https://github.com/awslabs/smithy-typescript/commits/@smithy/node-http-handler@4.0.1/packages/node-http-handler )
---
updated-dependencies:
- dependency-name: "@smithy/node-http-handler"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-17 13:54:41 -08:00
Tom Keller
97834a484a
fix: add id-token permission to automerge
2024-11-06 15:30:39 -08:00
Tom Keller
16ffc4e9d9
chore: remove mergify ( #1196 )
...
* feat: autoapprove dependabot PRs without mergify
* chore: remove mergify
* fix: approve dependabot PRs as OSDS bot
2024-11-05 15:55:23 -08:00
dependabot[bot]
b47a85173f
chore(deps-dev): bump @types/node from 22.8.7 to 22.9.0 ( #1197 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.8.7 to 22.9.0.
- [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-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 22:11:53 -08:00
GitHub Actions
7ec02fdd4f
chore: Update dist
2024-11-04 19:39:52 +00:00
Tom Keller
bfd218503e
fix: force push packaged files to main
2024-11-04 11:33:37 -08:00
Tom Keller
83b5a56547
fix: cpy syntax on npm package ( #1195 )
2024-11-04 11:26:48 -08:00
Tom Keller
ccbdafa425
chore: migrate to biomejs ( #1167 )
...
* chore: migrate to biomejs
* chore: migrate to biomejs
* chore: migrate from jest to vitest
* chore: error on lint warnings
* chore: remove obsolete depedencies
2024-11-04 10:19:12 -08:00
dependabot[bot]
d90c1f89e1
chore(deps-dev): bump @types/node from 22.7.8 to 22.8.2 ( #1192 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.7.8 to 22.8.2.
- [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-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-10-29 03:25:31 +00:00
dependabot[bot]
8ce5662dcb
chore(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 ( #1193 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 29.5.13 to 29.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
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>
2024-10-29 03:23:22 +00:00
dependabot[bot]
132df1605a
chore(deps-dev): bump @types/node from 22.7.5 to 22.7.8 ( #1188 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.7.5 to 22.7.8.
- [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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-10-22 03:40:55 +00:00
dependabot[bot]
c3eecb10dc
chore(deps): bump @smithy/node-http-handler from 3.2.4 to 3.2.5 ( #1187 )
...
Bumps [@smithy/node-http-handler](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/node-http-handler ) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/awslabs/smithy-typescript/releases )
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/node-http-handler/CHANGELOG.md )
- [Commits](https://github.com/awslabs/smithy-typescript/commits/@smithy/node-http-handler@3.2.5/packages/node-http-handler )
---
updated-dependencies:
- dependency-name: "@smithy/node-http-handler"
dependency-type: direct:production
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-10-22 03:38:20 +00:00
dependabot[bot]
b06d1612cc
chore(deps-dev): bump @smithy/property-provider from 3.1.7 to 3.1.8 ( #1186 )
...
Bumps [@smithy/property-provider](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/property-provider ) from 3.1.7 to 3.1.8.
- [Release notes](https://github.com/awslabs/smithy-typescript/releases )
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/property-provider/CHANGELOG.md )
- [Commits](https://github.com/awslabs/smithy-typescript/commits/@smithy/property-provider@3.1.8/packages/property-provider )
---
updated-dependencies:
- dependency-name: "@smithy/property-provider"
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-10-22 03:36:17 +00:00
dependabot[bot]
3610e7477c
chore(deps-dev): bump aws-sdk-client-mock from 4.0.2 to 4.1.0 ( #1185 )
...
Bumps [aws-sdk-client-mock](https://github.com/m-radzikowski/aws-sdk-client-mock ) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/m-radzikowski/aws-sdk-client-mock/releases )
- [Changelog](https://github.com/m-radzikowski/aws-sdk-client-mock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v4.0.2...v4.1.0 )
---
updated-dependencies:
- dependency-name: aws-sdk-client-mock
dependency-type: direct:development
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>
2024-10-22 03:33:37 +00:00