Skip to content

Commit 57f4bc7

Browse files
authored
Prepare 1.19.1 (#326)
1 parent b69772e commit 57f4bc7

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

3+
## 1.19.1
4+
5+
- Dependabot: Update dependencies in [#302](https://github.com/grafana/redshift-datasource/pull/302), [#303](https://github.com/grafana/redshift-datasource/pull/303), [#313](https://github.com/grafana/redshift-datasource/pull/313),
6+
[#308](https://github.com/grafana/redshift-datasource/pull/308), [#323](https://github.com/grafana/redshift-datasource/pull/323), [#322](https://github.com/grafana/redshift-datasource/pull/322):
7+
- path-to-regexp from 1.8.0 to 1.9.0 in the npm_and_yarn group
8+
- micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group
9+
- actions/checkout from 2 to 4
10+
- actions/setup-node from 3 to 4
11+
- tibdex/github-app-token from 1.8.0 to 2.1.0
12+
- github.com/aws/aws-sdk-go from 1.51.31 to 1.55.5
13+
- github.com/grafana/grafana-plugin-sdk-go from 0.254.0 to 0.259.4
14+
- github.com/grafana/grafana-aws-sdk from 0.31.3 to 0.31.4
15+
- github.com/grafana/sqlds/v4 from 4.1.2 to 4.1.4
16+
- braces from 3.0.2 to 3.0.3 in the npm_and_yarn group
17+
- github.com/stretchr/testify from 1.9.0 to 1.10.0(#321)
18+
- @emotion/css 11.13.4 11.13.5
19+
- @grafana/async-query-data from 0.2.0 to 0.3.0
20+
- @grafana/data from 11.2.2 to 11.3.1
21+
- @grafana/experimental from 2.1.2 to 2.1.4
22+
- @grafana/runtime from 11.2.2 to 11.3.1
23+
- tslib from 2.8.0 to 2.8.1
24+
- @babel/core from 7.25.8 to 7.26.0
25+
- @grafana/eslint-config from 7.0.0 to 8.0.0
26+
- @swc/core from 1.7.36 to 1.9.3
27+
- @swc/helpers from 0.5.13 to 0.5.15
28+
- @swc/jest from 0.2.36 to 0.2.37
29+
- @testing-library/jest-dom from 6.6.0 to 6.6.3
30+
- @types/jest from 29.5.13 to 29.5.14
31+
- @types/lodash from 4.17.10 to 4.17.13
32+
- @types/node from 22.7.5 to 22.10.1
33+
- cspell from 8.15.2 to 8.16.1
34+
- cypress from 7.7.0 to 13.16.0
35+
- prettier from 3.3.3 to 3.4.1
36+
- sass from 1.79.5 to 1.81.0
37+
- sass-loader from 16.0.2 to 16.0.3
38+
- typescript from 5.6.3 to 5.7.2
39+
- webpack from 5.95.0 to 5.96.1
40+
- cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group
41+
342
## 1.19.0
443

544
- Chore: update dependencies [#300](https://github.com/grafana/redshift-datasource/pull/300)

cspell.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"errorsource",
9696
"gomod",
9797
"subresource",
98-
"nilness"
98+
"nilness",
99+
"tibdex"
99100
]
100101
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-redshift-datasource",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "Use Amazon Redshift in Grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)