Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@

All notable changes to this project will be documented in this file.

## v0.8.2

- Bump transitive deps brace-expansion to 1.1.12 and 2.0.2 and @babel/helpers to 7.28.4 in [#340](https://github.com/grafana/grafana-aws-sdk-react/pull/340)
- Bump eslint-plugin-jsdoc from 54.7.0 to 60.1.1 in [#338](https://github.com/grafana/grafana-aws-sdk-react/pull/338)
- Bump jest from 30.1.3 to 30.2.0 in [#339](https://github.com/grafana/grafana-aws-sdk-react/pull/339)
- Bump the npm-patch-dev-dependencies group with 2 updates in [#337](https://github.com/grafana/grafana-aws-sdk-react/pull/337)
- Bump the npm-patch-dev-dependencies group with 4 updates in [#333](https://github.com/grafana/grafana-aws-sdk-react/pull/333)
- Bump jest-environment-jsdom from 30.1.2 to 30.2.0 in [#331](https://github.com/grafana/grafana-aws-sdk-react/pull/331)
- Bump eslint from 9.34.0 to 9.37.0 in [#329](https://github.com/grafana/grafana-aws-sdk-react/pull/329)
- Bump @grafana/plugin-ui from 0.10.10 to 0.11.0 in [#320](https://github.com/grafana/grafana-aws-sdk-react/pull/320)
- Bump @typescript-eslint/parser from 8.42.0 to 8.45.0 in [#319](https://github.com/grafana/grafana-aws-sdk-react/pull/319)
- Bump the npm-patch-dev-dependencies group with 2 updates in [#318](https://github.com/grafana/grafana-aws-sdk-react/pull/318)
- Bump @typescript-eslint/eslint-plugin from 8.41.0 to 8.45.0 in [#317](https://github.com/grafana/grafana-aws-sdk-react/pull/317)
- Update gitignore for yarn files in [#316](https://github.com/grafana/grafana-aws-sdk-react/pull/316)

## v0.8.1

- Feat: get externalId from GrafanaConfig for Grafana Assume Role [#315](https://github.com/grafana/grafana-aws-sdk-react/pull/315)
- Bump the npm-patch-dev-dependencies group with 3 updates [#311](https://github.com/grafana/grafana-aws-sdk-react/pull/311)
- Bump eslint-plugin-jsdoc from 51.4.1 to 54.4.0 [#304](https://github.com/grafana/grafana-aws-sdk-react/pull/304)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/aws-sdk",
"version": "0.8.1",
"version": "0.8.2",
"description": "Common AWS features for grafana",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -287,23 +287,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helpers@npm:^7.25.0":
version: 7.25.6
resolution: "@babel/helpers@npm:7.25.6"
dependencies:
"@babel/template": "npm:^7.25.0"
"@babel/types": "npm:^7.25.6"
checksum: 10c0/448c1cdabccca42fd97a252f73f1e4bcd93776dbf24044f3b4f49b756bf2ece73ee6df05177473bb74ea7456dddd18d6f481e4d96d2cc7839d078900d48c696c
languageName: node
linkType: hard

"@babel/helpers@npm:^7.27.6":
version: 7.27.6
resolution: "@babel/helpers@npm:7.27.6"
"@babel/helpers@npm:^7.25.0, @babel/helpers@npm:^7.27.6":
version: 7.28.4
resolution: "@babel/helpers@npm:7.28.4"
dependencies:
"@babel/template": "npm:^7.27.2"
"@babel/types": "npm:^7.27.6"
checksum: 10c0/448bac96ef8b0f21f2294a826df9de6bf4026fd023f8a6bb6c782fe3e61946801ca24381490b8e58d861fee75cd695a1882921afbf1f53b0275ee68c938bd6d3
"@babel/types": "npm:^7.28.4"
checksum: 10c0/aaa5fb8098926dfed5f223adf2c5e4c7fbba4b911b73dfec2d7d3083f8ba694d201a206db673da2d9b3ae8c01793e795767654558c450c8c14b4c2175b4fcb44
languageName: node
linkType: hard

Expand Down Expand Up @@ -615,7 +605,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.27.6, @babel/types@npm:^7.28.0":
"@babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.0":
version: 7.28.1
resolution: "@babel/types@npm:7.28.1"
dependencies:
Expand All @@ -625,6 +615,16 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.28.4":
version: 7.28.4
resolution: "@babel/types@npm:7.28.4"
dependencies:
"@babel/helper-string-parser": "npm:^7.27.1"
"@babel/helper-validator-identifier": "npm:^7.27.1"
checksum: 10c0/ac6f909d6191319e08c80efbfac7bd9a25f80cc83b43cd6d82e7233f7a6b9d6e7b90236f3af7400a3f83b576895bcab9188a22b584eb0f224e80e6d4e95f4517
languageName: node
linkType: hard

"@bcoe/v8-coverage@npm:^0.2.3":
version: 0.2.3
resolution: "@bcoe/v8-coverage@npm:0.2.3"
Expand Down Expand Up @@ -5161,21 +5161,21 @@ __metadata:
linkType: hard

"brace-expansion@npm:^1.1.7":
version: 1.1.11
resolution: "brace-expansion@npm:1.1.11"
version: 1.1.12
resolution: "brace-expansion@npm:1.1.12"
dependencies:
balanced-match: "npm:^1.0.0"
concat-map: "npm:0.0.1"
checksum: 10c0/695a56cd058096a7cb71fb09d9d6a7070113c7be516699ed361317aca2ec169f618e28b8af352e02ab4233fb54eb0168460a40dc320bab0034b36ab59aaad668
checksum: 10c0/975fecac2bb7758c062c20d0b3b6288c7cc895219ee25f0a64a9de662dbac981ff0b6e89909c3897c1f84fa353113a721923afdec5f8b2350255b097f12b1f73
languageName: node
linkType: hard

"brace-expansion@npm:^2.0.1":
version: 2.0.1
resolution: "brace-expansion@npm:2.0.1"
version: 2.0.2
resolution: "brace-expansion@npm:2.0.2"
dependencies:
balanced-match: "npm:^1.0.0"
checksum: 10c0/b358f2fe060e2d7a87aa015979ecea07f3c37d4018f8d6deb5bd4c229ad3a0384fe6029bb76cd8be63c81e516ee52d1a0673edbe2023d53a5191732ae3c3e49f
checksum: 10c0/6d117a4c793488af86b83172deb6af143e94c17bc53b0b3cec259733923b4ca84679d506ac261f4ba3c7ed37c46018e2ff442f9ce453af8643ecd64f4a54e6cf
languageName: node
linkType: hard

Expand Down