Skip to content
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

Bump the all-node-dependencies group across 1 directory with 37 updates #320

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the all-node-dependencies group with 36 updates in the / directory:

Package From To
@emotion/css 11.11.2 11.13.4
@grafana/aws-sdk 0.4.1 0.5.0
@grafana/data 10.4.5 11.3.0
@grafana/experimental 1.7.12 2.1.2
@grafana/runtime 10.4.5 11.3.0
@grafana/schema 10.4.5 10.4.12
@grafana/ui 10.4.5 11.3.0
aws-sdk 2.1450.0 2.1692.0
cytoscape 3.26.0 3.30.3
react 18.2.0 18.3.1
react-dom 18.2.0 18.3.1
react-router-dom 5.3.4 6.28.0
react-use 17.5.0 17.5.1
tslib 2.6.3 2.8.1
uuid 8.3.2 11.0.3
@babel/core 7.24.9 7.26.0
@grafana/eslint-config 7.0.0 8.0.0
@grafana/tsconfig 1.3.0-rc1 2.0.0
@swc/core 1.6.13 1.9.2
@swc/helpers 0.5.12 0.5.15
@swc/jest 0.2.36 0.2.37
@testing-library/dom 10.3.2 10.4.0
@testing-library/jest-dom 6.4.6 6.6.3
@types/testing-library__jest-dom 5.14.9 6.0.0
@testing-library/react 16.0.0 16.0.1
@types/jest 29.5.12 29.5.14
@types/node 20.14.10 22.9.0
@types/three 0.139.0 0.170.0
@types/uuid 8.3.4 10.0.0
cspell 8.11.0 8.16.0
eslint-plugin-prettier 5.1.3 5.2.1
sass 1.77.8 1.81.0
sass-loader 14.2.1 16.0.3
typescript 5.5.3 5.6.3
webpack 5.93.0 5.96.1
webpack-shell-plugin-next 2.3.1 2.3.2

Updates @emotion/css from 11.11.2 to 11.13.4

Release notes

Sourced from @​emotion/css's releases.

@​emotion/css@​11.13.4

Patch Changes

@​emotion/css@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

Patch Changes

@​emotion/css@​11.12.0

Minor Changes

  • #2558 85772c3 Thanks @​emmatown! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

Patch Changes

Commits

Updates @grafana/aws-sdk from 0.4.1 to 0.5.0

Release notes

Sourced from @​grafana/aws-sdk's releases.

v0.5.0

What's Changed

Full Changelog: grafana/grafana-aws-sdk-react@v0.4.2...v0.5.0

v0.4.2

What's Changed

Full Changelog: grafana/grafana-aws-sdk-react@v0.4.1...v0.4.2

Changelog

Sourced from @​grafana/aws-sdk's changelog.

v0.5.0

  • Chore: update dependencies in #96

v0.4.2

  • Bump fast-loops from 1.1.3 to 1.1.4 in #94
Commits

Updates @grafana/data from 10.4.5 to 11.3.0

Release notes

Sourced from @​grafana/data's releases.

11.3.0

Download page What's new highlights

Features and enhancements

Bug fixes

11.3.0+security-01

Download page What's new highlights

Bug fixes

  • MigrationAssistant: Fix Migration Assistant issue [CVE-2024-9476]

11.2.3

Download page What's new highlights

... (truncated)

Changelog

Sourced from @​grafana/data's changelog.

11.3.0+security-01 (2024-11-12)

Bug fixes

  • MigrationAssistant: Fix Migration Assistant issue [CVE-2024-9476]

11.2.3+security-01 (2024-11-12)

  • MigrationAssistant: Fix Migration Assistant issue [CVE-2024-9476]

10.4.12 (2024-11-08)

Bug fixes

  • Alerting: Make context deadline on AlertNG service startup configurable #96058, @​fayzal-g

11.3.0 (2024-10-22)

Features and enhancements

Bug fixes

... (truncated)

Commits
  • 8fbd8ea Update dependency @​types/node to v20.16.11
  • 6190499 Update dependency moment-timezone to v0.5.46 (#94331)
  • 32c5555 Update dependency @​types/node to v20.16.10
  • 45835f7 Update dependency @​types/lodash to v4.17.10
  • 712314e CloudMigrations: create onPremToCloudMigrationsAlerts feature toggle in exp...
  • d0abb08 Limit: Prevent negative limit (#94237)
  • 0db65d2 Plugins: Add Subresource Integrity checks (#93024)
  • 6096f46 Plugin Extensions: Require meta-data to be defined in plugin.json during de...
  • a42caa7 K8s/Folders: Fix tests for creating folders (#94192)
  • 6a3eb27 Grafana Indexing PoC: Adds feature flag and gRPC endpoint (#93356)
  • Additional commits viewable in compare view

Updates @grafana/experimental from 1.7.12 to 2.1.2

Changelog

Sourced from @​grafana/experimental's changelog.

v2.1.2

  • Chore: Relax peer dependencies

v2.1.1

  • Fix types in SQLEditor

v2.1.0

v2.0.0

  • Auth: Refactoring and renaming some inputs so this can be a breaking change

v1.8.0

  • Auth: add ability to customize labels and placeholders for user/password fields

v1.7.13

  • Switched from "react-beautiful-dnd" to "@​hello-pangea/dnd"
Commits

Updates @grafana/runtime from 10.4.5 to 11.3.0

Release notes

Sourced from @​grafana/runtime's releases.

11.3.0

Download page What's new highlights

Features and enhancements

Bug fixes

11.3.0+security-01

Download page What's new highlights

Bug fixes

  • MigrationAssistant: Fix Migration Assistant issue [CVE-2024-9476]

11.2.3

Download page What's new highlights

... (truncated)

Changelog

Sourced from @​grafana/runtime's changelog.

11.3.0+security-01 (2024-11-12)

Bug fixes

  • MigrationAssistant: Fix Migration Assistant issue [CVE-2024-9476]

11.2.3+security-01 (2024-11-12)

  • MigrationAssistant: Fix Migration Assistant issue [CVE-2024-9476]

10.4.12 (2024-11-08)

Bug fixes

  • Alerting: Make context deadline on AlertNG service startup configurable #96058, @​fayzal-g

11.3.0 (2024-10-22)

Features and enhancements

Bug fixes

... (truncated)

Commits
  • 45835f7 Update dependency @​types/lodash to v4.17.10
  • 0db65d2 Plugins: Add Subresource Integrity checks (#93024)
  • 6096f46 Plugin Extensions: Require meta-data to be defined in plugin.json during de...
  • 012d627 Fix: Prevent import errors caused by Rollup 4 (#93903)
  • f22bee8 Build: Migrate packages to rollup v4 (#93731)
  • db697a3 Update dependency @​rollup/plugin-node-resolve to v15.3.0 (#93677)
  • 5193318 Update dependency @​types/lodash to v4.17.9
  • 1a13e7f Update dependency @​types/systemjs to v6.15.1
  • 07f11e9 Update dependency @​rollup/plugin-node-resolve to v15.2.4
  • 08b2805 Update dependency esbuild to v0.24.0 (#87650)
  • Additional commits viewable in compare view

Updates @grafana/schema from 10.4.5 to 10.4.12

Release notes

Sourced from @​grafana/schema's releases.

10.4.12

Download page What's new highlights

Bug fixes

  • Alerting: Make context deadline on AlertNG service startup configurable #96058, @​fayzal-g

10.4.11

Download page What's new highlights

Bug fixes

10.4.10

Download page What's new highlights

Features and enhancements

Bug fixes

10.4.9

Download page What's new highlights

Features and enhancements

Bug fixes

  • Provisioning: Prevent provisioning folder errors from failing startup #92591, @​suntala

10.4.8

Download page What's new highlights

Bug fixes

... (truncated)

Changelog

Sourced from @​grafana/schema's changelog.

10.4.12 (2024-11-08)

Bug fixes

  • Alerting: Make context deadline on AlertNG service startup configurable #96058, @​fayzal-g

11.3.0 (2024-10-22)

Features and enhancements

Bug fixes

11.2.3 (2024-10-22)

... (truncated)

Commits

Updates @grafana/ui from 10.4.5 to 11.3.0

Release notes

Sourced from @​grafana/ui's releases.

11.3.0

Download page What's new highlights

Features and enhancements

Bug fixes

11.3.0+security-01

Download page What's new highlights

Bug fixes

  • MigrationAssistant: Fix Migration Assistant issue [CVE-2024-9476]

11.2.3

Download page What's new highlights

... (truncated)

Changelog

Sourced from @​grafana/ui's changelog.

11.3.0+security-01 (2024-1...

Description has been truncated

Bumps the all-node-dependencies group with 36 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@emotion/css](https://github.com/emotion-js/emotion) | `11.11.2` | `11.13.4` |
| [@grafana/aws-sdk](https://github.com/grafana/grafana-aws-sdk-react) | `0.4.1` | `0.5.0` |
| [@grafana/data](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-data) | `10.4.5` | `11.3.0` |
| [@grafana/experimental](https://github.com/grafana/grafana-experimental) | `1.7.12` | `2.1.2` |
| [@grafana/runtime](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-runtime) | `10.4.5` | `11.3.0` |
| [@grafana/schema](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-schema) | `10.4.5` | `10.4.12` |
| [@grafana/ui](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-ui) | `10.4.5` | `11.3.0` |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1450.0` | `2.1692.0` |
| [cytoscape](https://github.com/cytoscape/cytoscape.js) | `3.26.0` | `3.30.3` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `5.3.4` | `6.28.0` |
| [react-use](https://github.com/streamich/react-use) | `17.5.0` | `17.5.1` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.3` | `2.8.1` |
| [uuid](https://github.com/uuidjs/uuid) | `8.3.2` | `11.0.3` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.9` | `7.26.0` |
| [@grafana/eslint-config](https://github.com/grafana/eslint-config-grafana) | `7.0.0` | `8.0.0` |
| [@grafana/tsconfig](https://github.com/grafana/tsconfig-grafana) | `1.3.0-rc1` | `2.0.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.6.13` | `1.9.2` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.12` | `0.5.15` |
| [@swc/jest](https://github.com/swc-project/pkgs) | `0.2.36` | `0.2.37` |
| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `10.3.2` | `10.4.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.6.3` |
| [@types/testing-library__jest-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/testing-library__jest-dom) | `5.14.9` | `6.0.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.0` | `16.0.1` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.10` | `22.9.0` |
| [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.139.0` | `0.170.0` |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `8.3.4` | `10.0.0` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `8.11.0` | `8.16.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` |
| [sass](https://github.com/sass/dart-sass) | `1.77.8` | `1.81.0` |
| [sass-loader](https://github.com/webpack-contrib/sass-loader) | `14.2.1` | `16.0.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.3` | `5.6.3` |
| [webpack](https://github.com/webpack/webpack) | `5.93.0` | `5.96.1` |
| [webpack-shell-plugin-next](https://github.com/s00d/webpack-shell-plugin-next) | `2.3.1` | `2.3.2` |



Updates `@emotion/css` from 11.11.2 to 11.13.4
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@grafana/aws-sdk` from 0.4.1 to 0.5.0
- [Release notes](https://github.com/grafana/grafana-aws-sdk-react/releases)
- [Changelog](https://github.com/grafana/grafana-aws-sdk-react/blob/main/CHANGELOG.md)
- [Commits](grafana/grafana-aws-sdk-react@v0.4.1...v0.5.0)

Updates `@grafana/data` from 10.4.5 to 11.3.0
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v11.3.0/packages/grafana-data)

Updates `@grafana/experimental` from 1.7.12 to 2.1.2
- [Changelog](https://github.com/grafana/grafana-experimental/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana-experimental/commits)

Updates `@grafana/runtime` from 10.4.5 to 11.3.0
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v11.3.0/packages/grafana-runtime)

Updates `@grafana/schema` from 10.4.5 to 10.4.12
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v10.4.12/packages/grafana-schema)

Updates `@grafana/ui` from 10.4.5 to 11.3.0
- [Release notes](https://github.com/grafana/grafana/releases)
- [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/grafana/commits/v11.3.0/packages/grafana-ui)

Updates `aws-sdk` from 2.1450.0 to 2.1692.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1450.0...v2.1692.0)

Updates `cytoscape` from 3.26.0 to 3.30.3
- [Release notes](https://github.com/cytoscape/cytoscape.js/releases)
- [Commits](cytoscape/cytoscape.js@v3.26.0...v3.30.3)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `react-router-dom` from 5.3.4 to 6.28.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `react-use` from 17.5.0 to 17.5.1
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](streamich/react-use@v17.5.0...v17.5.1)

Updates `tslib` from 2.6.3 to 2.8.1
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.3...v2.8.1)

Updates `uuid` from 8.3.2 to 11.0.3
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v8.3.2...v11.0.3)

Updates `@babel/core` from 7.24.9 to 7.26.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core)

Updates `@grafana/eslint-config` from 7.0.0 to 8.0.0
- [Changelog](https://github.com/grafana/eslint-config-grafana/blob/master/CHANGELOG.md)
- [Commits](https://github.com/grafana/eslint-config-grafana/commits)

Updates `@grafana/tsconfig` from 1.3.0-rc1 to 2.0.0
- [Commits](https://github.com/grafana/tsconfig-grafana/commits)

Updates `@swc/core` from 1.6.13 to 1.9.2
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.6.13...v1.9.2)

Updates `@swc/helpers` from 0.5.12 to 0.5.15
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `@swc/jest` from 0.2.36 to 0.2.37
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `@testing-library/dom` from 10.3.2 to 10.4.0
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/dom-testing-library@v10.3.2...v10.4.0)

Updates `@testing-library/jest-dom` from 6.4.6 to 6.6.3
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.6...v6.6.3)

Updates `@types/testing-library__jest-dom` from 5.14.9 to 6.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/testing-library__jest-dom)

Updates `@testing-library/react` from 16.0.0 to 16.0.1
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.0.0...v16.0.1)

Updates `@types/jest` from 29.5.12 to 29.5.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/lodash` from 4.17.7 to 4.17.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/node` from 20.14.10 to 22.9.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/testing-library__jest-dom` from 5.14.9 to 6.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/testing-library__jest-dom)

Updates `@types/three` from 0.139.0 to 0.170.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three)

Updates `@types/uuid` from 8.3.4 to 10.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

Updates `cspell` from 8.11.0 to 8.16.0
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.16.0/packages/cspell)

Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1)

Updates `sass` from 1.77.8 to 1.81.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.77.8...1.81.0)

Updates `sass-loader` from 14.2.1 to 16.0.3
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v14.2.1...v16.0.3)

Updates `typescript` from 5.5.3 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.6.3)

Updates `webpack` from 5.93.0 to 5.96.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.93.0...v5.96.1)

Updates `webpack-shell-plugin-next` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/s00d/webpack-shell-plugin-next/releases)
- [Changelog](https://github.com/s00d/webpack-shell-plugin-next/blob/master/CHANGELOG.md)
- [Commits](s00d/webpack-shell-plugin-next@2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: "@emotion/css"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: "@grafana/aws-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: "@grafana/data"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: "@grafana/experimental"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: "@grafana/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: "@grafana/schema"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: "@grafana/ui"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: cytoscape
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: react-use
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: "@grafana/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: "@grafana/tsconfig"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: "@swc/helpers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: "@swc/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: "@testing-library/dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: "@types/testing-library__jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: "@types/testing-library__jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: "@types/three"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-node-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-node-dependencies
- dependency-name: webpack-shell-plugin-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-node-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2024

Superseded by #322.

@dependabot dependabot bot closed this Nov 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-node-dependencies-f0147d6d3d branch November 19, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants