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-dependencies group across 1 directory with 12 updates #47

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

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

Package From To
@grafana/data 11.3.0 11.3.1
@grafana/runtime 11.3.0 11.3.1
@grafana/ui 11.3.0 11.3.1
@stylistic/eslint-plugin-ts 2.10.1 2.11.0
@swc/core 1.7.42 1.9.3
@typescript-eslint/eslint-plugin 8.12.2 8.16.0
@typescript-eslint/parser 8.12.2 8.16.0
eslint 8.57.1 9.16.0
eslint-plugin-jsdoc 50.4.3 50.6.0
react-router-dom 6.27.0 7.0.1
rollup 4.24.3 4.28.0
typescript 5.6.3 5.7.2

Updates @grafana/data from 11.3.0 to 11.3.1

Release notes

Sourced from @​grafana/data's releases.

11.3.1

Download page What's new highlights

Features and enhancements

Bug fixes

Changelog

Sourced from @​grafana/data's changelog.

11.3.1 (2024-11-19)

Features and enhancements

Bug fixes

11.2.4 (2024-11-19)

Features and enhancements

Bug fixes

... (truncated)

Commits

Updates @grafana/runtime from 11.3.0 to 11.3.1

Release notes

Sourced from @​grafana/runtime's releases.

11.3.1

Download page What's new highlights

Features and enhancements

Bug fixes

Changelog

Sourced from @​grafana/runtime's changelog.

11.3.1 (2024-11-19)

Features and enhancements

Bug fixes

11.2.4 (2024-11-19)

Features and enhancements

Bug fixes

... (truncated)

Commits

Updates @grafana/ui from 11.3.0 to 11.3.1

Release notes

Sourced from @​grafana/ui's releases.

11.3.1

Download page What's new highlights

Features and enhancements

Bug fixes

Changelog

Sourced from @​grafana/ui's changelog.

11.3.1 (2024-11-19)

Features and enhancements

Bug fixes

11.2.4 (2024-11-19)

Features and enhancements

Bug fixes

... (truncated)

Commits
  • 5b1a386 [v11.3.x] BarChart: Fix threshold lines rendering for horizontal orientation ...
  • 9bb7d77 [v11.3.x] Timeseries: Utilize min/max on stacking percentage (#95793)
  • a786074 [v11.3.x] Table: Fix text wrapping applying to wrong field (#95425)
  • 50c5d80 Release: 11.3.0 (#95196)
  • 367c82b [v11.3.x] BarChart: Skip formatting null-valued ticks (#95094)
  • efeb053 [v11.3.x] DataLinks: Fix onClick functionality (#94907)
  • See full diff in compare view

Updates @stylistic/eslint-plugin-ts from 2.10.1 to 2.11.0

Release notes

Sourced from @​stylistic/eslint-plugin-ts's releases.

v2.11.0

2.11.0 (2024-11-19)

Features

  • comma-dangle: add support for Import Attributes (#586) (4c177c3)
  • comma-style: add support for more syntax (#597) (922151c)
  • function-call-argument-newline: add support for Import Attributes (#603) (8ee0c24)
  • function-call-spacing: add optionalChain to control the space around the optional chain (#605) (f732798)
  • function-paren-newline: add support for Import Attributes (#585) (4ede153)

Bug Fixes

Build Related

  • deps: bump codecov/codecov-action from 4 to 5 (#612) (047a384)
Changelog

Sourced from @​stylistic/eslint-plugin-ts's changelog.

2.11.0 (2024-11-19)

Features

  • comma-dangle: add support for Import Attributes (#586) (4c177c3)
  • comma-style: add support for more syntax (#597) (922151c)
  • function-call-argument-newline: add support for Import Attributes (#603) (8ee0c24)
  • function-call-spacing: add optionalChain to control the space around the optional chain (#605) (f732798)
  • function-paren-newline: add support for Import Attributes (#585) (4ede153)

Bug Fixes

Build Related

  • deps: bump codecov/codecov-action from 4 to 5 (#612) (047a384)
Commits
  • 11e83d8 chore: release v2.11.0 (main) (#613)
  • f732798 feat(function-call-spacing): add optionalChain to control the space around ...
  • See full diff in compare view

Updates @swc/core from 1.7.42 to 1.9.3

Changelog

Sourced from @​swc/core's changelog.

[1.9.3] - 2024-11-22

Bug Fixes

  • (@​swc/types) Tsc build file ignored by npm (#9754) (14a5c1e)

  • (es) Source map super(...args) calls in injected constructors (#9745) (35b0ca0)

  • (es/plugin) Migrate swc plugin new to use .cargo/config.toml (#9740) (4ffb21e)

  • (es/resolver) Ignore VarDecl with declare: true (#9734) (aa0f784)

Documentation

Features

Miscellaneous Tasks

Performance

  • (es/plugin) Make analyze_source_file lazy, again (#9732) (c1d12d6)

... (truncated)

Commits
  • 12b9c7c chore: Publish 1.9.3 with swc_core v6.0.1
  • 62d3d19 chore: Update changelog
  • 6fa8ca8 chore: Publish 1.9.3-nightly-20241122.1 with swc_core v6.0.1
  • 4e903e9 chore: Publish crates with swc_core v6.0.1
  • e0fdd68 feat(visit): Derive serde for AstParentKind (#9744)
  • 14a5c1e fix(@​swc/types): tsc build file ignored by npm (#9754)
  • cd4321c doc(types): Document Assumptions API (#9746)
  • 35b0ca0 fix(es): Source map super(...args) calls in injected constructors (#9745)
  • c55e524 chore: Publish crates with swc_core v6.0.1
  • 4ffb21e fix(es/plugin): Migrate swc plugin new to use .cargo/config.toml (#9740)
  • Additional commits viewable in compare view

Updates @typescript-eslint/eslint-plugin from 8.12.2 to 8.16.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.16.0

8.16.0 (2024-11-25)

🚀 Features

  • support TypeScript 5.7 (#10372)
  • eslint-plugin: [max-params] add function overload and function type support (#10312)
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)

🩹 Fixes

  • typescript-estree: update conditions for unsupported version warning (#10385)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.15.0

8.15.0 (2024-11-18)

🚀 Features

  • eslint-plugin: added related-getter-setter-pairs rule (#10192)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299)
  • rule-tester: run method - avoid to infer type parameter from tests param (#10324)
  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
  • utils: add new optional language field to FlatConfig.Config type (#10326)

🩹 Fixes

  • add missing peer dependencies (#9744)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315)
  • eslint-plugin: report deprecations used in default export (#10330)
  • utils: add defaultOptions to meta in rule (#10339)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.16.0 (2024-11-25)

🚀 Features

  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)
  • eslint-plugin: [max-params] add function overload and function type support (#10312)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.15.0 (2024-11-18)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#10192)

🩹 Fixes

  • utils: add defaultOptions to meta in rule (#10339)
  • eslint-plugin: report deprecations used in default export (#10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (

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

| Package | From | To |
| --- | --- | --- |
| [@grafana/data](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-data) | `11.3.0` | `11.3.1` |
| [@grafana/runtime](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-runtime) | `11.3.0` | `11.3.1` |
| [@grafana/ui](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-ui) | `11.3.0` | `11.3.1` |
| [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts) | `2.10.1` | `2.11.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.7.42` | `1.9.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.12.2` | `8.16.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.12.2` | `8.16.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.16.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.4.3` | `50.6.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.27.0` | `7.0.1` |
| [rollup](https://github.com/rollup/rollup) | `4.24.3` | `4.28.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |



Updates `@grafana/data` from 11.3.0 to 11.3.1
- [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.1/packages/grafana-data)

Updates `@grafana/runtime` from 11.3.0 to 11.3.1
- [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.1/packages/grafana-runtime)

Updates `@grafana/ui` from 11.3.0 to 11.3.1
- [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.1/packages/grafana-ui)

Updates `@stylistic/eslint-plugin-ts` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.11.0/packages/eslint-plugin-ts)

Updates `@swc/core` from 1.7.42 to 1.9.3
- [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.7.42...v1.9.3)

Updates `@typescript-eslint/eslint-plugin` from 8.12.2 to 8.16.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.12.2 to 8.16.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.0/packages/parser)

Updates `eslint` from 8.57.1 to 9.16.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.1...v9.16.0)

Updates `eslint-plugin-jsdoc` from 50.4.3 to 50.6.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.4.3...v50.6.0)

Updates `react-router-dom` from 6.27.0 to 7.0.1
- [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 `rollup` from 4.24.3 to 4.28.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.24.3...v4.28.0)

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

---
updated-dependencies:
- dependency-name: "@grafana/data"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@grafana/runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@grafana/ui"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@stylistic/eslint-plugin-ts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 2, 2024 02:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2024
@dependabot dependabot bot requested review from idastambuk and njvrzm and removed request for a team December 2, 2024 02:20
@dependabot dependabot bot requested review from iwysiu and kevinwcyu December 2, 2024 02:20
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-d136d3d600 branch December 9, 2024 02:44
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