knoxville-utilities-board / nrg-ui

https://knoxville-utilities-board.github.io/nrg-ui/
MIT License
5 stars 1 forks source link

chore(deps-dev): Bump the version group across 1 directory with 6 updates #283

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the version group with 6 updates in the / directory:

Package From To
release-plan 0.10.0 0.11.0
eslint-plugin-ember 12.2.1 12.3.3
typescript 5.6.3 5.7.2
typescript-eslint 8.14.0 8.16.0
rollup 4.27.3 4.27.4
@types/node 22.9.0 22.9.3

Updates release-plan from 0.10.0 to 0.11.0

Release notes

Sourced from release-plan's releases.

v0.11.0-release-plan

Release (2024-11-24)

release-plan 0.11.0 (minor)

:rocket: Enhancement

  • release-plan

:house: Internal

Committers: 2

Changelog

Sourced from release-plan's changelog.

release-plan Changelog

Release (2024-11-24)

release-plan 0.11.0 (minor)

:rocket: Enhancement

  • release-plan

:house: Internal

Committers: 2

Release (2024-10-17)

release-plan 0.10.0 (minor)

:rocket: Enhancement

  • release-plan
    • #81 Add support for specifying --access, aligning better with default publish behavior (@​saracope)

Committers: 1

Release (2024-07-15)

release-plan 0.9.2 (patch)

:bug: Bug Fix

Committers: 1

Release (2024-07-11)

release-plan 0.9.1 (patch)

:bug: Bug Fix

  • release-plan
    • #72 add a test to exercise latest-version dependency and update it (@​mansona)

:memo: Documentation

... (truncated)

Commits


Updates eslint-plugin-ember from 12.2.1 to 12.3.3

Release notes

Sourced from eslint-plugin-ember's releases.

v12.3.3-eslint-plugin-ember

Release (2024-11-22)

eslint-plugin-ember 12.3.3 (patch)

:bug: Bug Fix

  • eslint-plugin-ember

Committers: 1

v12.3.2-eslint-plugin-ember

Release (2024-11-21)

eslint-plugin-ember 12.3.2 (patch)

:bug: Bug Fix

Committers: 1

v12.3.1-eslint-plugin-ember

Release (2024-10-25)

eslint-plugin-ember 12.3.1 (patch)

:bug: Bug Fix

  • eslint-plugin-ember
    • #2200 Fix no-component-lifecycle-hook in double extended classic component (@​wagenet)

Committers: 1

v12.3.0-eslint-plugin-ember

Release (2024-10-23)

eslint-plugin-ember 12.3.0 (minor)

:rocket: Enhancement

:bug: Bug Fix

:house: Internal

... (truncated)

Changelog

Sourced from eslint-plugin-ember's changelog.

Changelog

Release (2024-11-22)

eslint-plugin-ember 12.3.3 (patch)

:bug: Bug Fix

  • eslint-plugin-ember

Committers: 1

Release (2024-11-21)

eslint-plugin-ember 12.3.2 (patch)

:bug: Bug Fix

Committers: 1

Release (2024-10-25)

eslint-plugin-ember 12.3.1 (patch)

:bug: Bug Fix

  • eslint-plugin-ember
    • #2200 Fix no-component-lifecycle-hook in double extended classic component (@​wagenet)

Committers: 1

Release (2024-10-23)

eslint-plugin-ember 12.3.0 (minor)

:rocket: Enhancement

:bug: Bug Fix

:house: Internal

... (truncated)

Commits


Updates typescript from 5.6.3 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...
  • 3140dbb 🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
  • c1216de Update LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view


Updates typescript-eslint from 8.14.0 to 8.16.0

Release notes

Sourced from typescript-eslint'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's changelog.

8.16.0 (2024-11-25)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

8.15.0 (2024-11-18)

🚀 Features

  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#10192)

🩹 Fixes

  • add missing peer dependencies (#9744)

❤️ Thank You

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

Commits
  • f74a8fa chore(release): publish 8.16.0
  • 2444351 chore(release): publish 8.15.0
  • b351703 feat(typescript-eslint): allow infinitely deep array nesting in config functi...
  • 00a3a84 fix: add missing peer dependencies (#9744)
  • 9ebdff4 feat(eslint-plugin): new rule no-unsafe-type-assertion (#10051)
  • 0409851 feat(eslint-plugin): added related-getter-setter-pairs rule (#10192)
  • See full diff in compare view


Updates rollup from 4.27.3 to 4.27.4

Release notes

Sourced from rollup's releases.

v4.27.4

4.27.4

2024-11-23

Bug Fixes

  • Update bundled magic-string to support sourcemap debug ids (#5740)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.27.4

2024-11-23

Bug Fixes

  • Update bundled magic-string to support sourcemap debug ids (#5740)

Pull Requests

Commits


Updates @types/node from 22.9.0 to 22.9.3

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions