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

chore: ⬆️ bump the version-updates group across 1 directory with 15 updates #191

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the version-updates group with 15 updates in the / directory:

Package From To
chart.js 4.4.4 4.4.6
dexie 4.0.8 4.0.9
uuid 10.0.0 11.0.3
@semantic-release/github 11.0.0 11.0.1
@types/node 22.8.1 22.9.0
@types/react 18.3.10 18.3.12
@types/react-dom 18.3.0 18.3.1
@typescript-eslint/eslint-plugin 8.8.0 8.14.0
@typescript-eslint/parser 8.8.0 8.14.0
eslint-plugin-react-hooks 4.6.2 5.0.0
eslint-plugin-react-refresh 0.4.12 0.4.14
gh-pages 6.1.1 6.2.0
react-router-dom 6.26.2 6.28.0
typescript 5.6.2 5.6.3
vite 5.4.8 5.4.11

Updates chart.js from 4.4.4 to 4.4.6

Release notes

Sourced from chart.js's releases.

v4.4.6

Essential Links

Bugs Fixed

  • #11938 Fix: applyStack() returned the sum of all values for hidden dataset indices, which causes incorrect animations when showing/hiding stacked datasets.

Development

  • #11943 chore: version bump for 4.4.6 release
  • #11933 Fix 404 to samples in release drafter

Thanks to @​DeyLak, @​LeeLenaleee and @​etimberg

v4.4.5

Essential Links

Bugs Fixed

  • #11927 Don't apply default colors in the colors plugin when defaults are used
  • #11907 Avoid error if borderOpts.dash is undefined
  • #11882 Fix initial dataset stacks

Types

  • #11931 Allow array's in backgroundColor defaults and add hover background and border color to defaults

Documentation

Development

  • #11932 Bump package version to 4.4.5
  • #11875 Bump socket.io from 4.6.1 to 4.7.5

Thanks to @​HieroglypH, @​LeeLenaleee, @​dependabot, @​dependabot[bot] and @​dregad

Commits

Updates dexie from 4.0.8 to 4.0.9

Release notes

Sourced from dexie's releases.

Dexie v4.0.9

Bugfixes

#2011: Dexie returns duplicated object after manually deleting the database and re-populate it #2064 Failed to execute 'cmp' on 'IDBFactory': The parameter is not a valid key. #2073 Uses cmp for sortBy #2078 DexiePromise does not have withResolvers #2067 useLiveQuery does not update when multiple items are deleted

Note: The Y.js support is released in 4.1.0 in alpha and possible to test but there is still no official release published for it. Also, the API might change from how it is right now. Will need some more testing and documentation before publishing it with release notes

Commits
  • 836fc1f Build output
  • 03efd36 Merge remote-tracking branch 'origin/releases'
  • 2c5346d Releasing v4.0.9
  • ceb578d Cache is updated with failed bulk operations (resolving issue 2058) (#2082)
  • ee24276 Avoid hitting a firefox bug by accident. Did not mean to change cache: 'immut...
  • 609e68b Resolves #2067. The issue happened specifically to delete-queries with a wher...
  • 9d2497e Repro of #2067
  • e67a6cd Reuse native code instead
  • cf7e891 Resolves #2078
  • d6a7387 removed const idb
  • Additional commits viewable in compare view

Updates uuid from 10.0.0 to 11.0.3

Release notes

Sourced from uuid's releases.

v11.0.3

11.0.3 (2024-11-04)

Bug Fixes

v11.0.2

11.0.2 (2024-10-28)

Bug Fixes

v11.0.1

11.0.1 (2024-10-27)

Bug Fixes

v11.0.0

11.0.0 (2024-10-27)

⚠ BREAKING CHANGES

  • refactor v1 internal state and options logic (#780)
  • refactor v7 internal state and options logic, fixes #764 (#779)
  • Port to TypeScript, closes #762 (#763)
  • update node support matrix (only support node 16-20) (#750)
  • This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.
  • Remove the minified UMD build from the package.
  • Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.
  • Although in practice this is currently a noop since the resulting build does not change, the build will no longer transpiles future changes for Node.js 8.x targets, so semantically this is still a breaking change.
  • Deep requiring specific algorithms of this library like require('uuid/v4'), which has been deprecated in uuid@7, is no longer supported.
  • The default export, which used to be the v4() method but which was already discouraged in v3.x of this library, has been removed.
  • Explicitly note that deep imports of the different uuid version functions are deprecated and no longer encouraged and that ECMAScript module named imports should be used instead. Emit a deprecation warning for people who deep-require the different algorithm variants.
  • Remove builtin support for insecure random number generators in the browser. Users who want that will have to supply their own random number generator function.
  • Remove support for generating v3 and v5 UUIDs in Node.js<4.x
  • Convert code base to ECMAScript Modules (ESM) and release CommonJS build for node and ESM build for browser bundlers.

Features

... (truncated)

Changelog

Sourced from uuid's changelog.

11.0.3 (2024-11-04)

Bug Fixes

11.0.2 (2024-10-28)

Bug Fixes

11.0.1 (2024-10-27)

Bug Fixes

11.0.0 (2024-10-26)

⚠ BREAKING CHANGES

  • refactor v1 internal state and options logic (#780)
  • refactor v7 internal state and options logic, fixes #764 (#779)
  • Port to TypeScript, closes #762 (#763)
  • update node support matrix (only support node 16-20) (#750)

Features

Bug Fixes

  • missing v7 expectations in browser spec (#751) (f54a866)
  • refactor v1 internal state and options logic (#780) (031b3d3)
  • refactor v7 internal state and options logic, fixes #764 (#779) (9dbd1cd)
  • remove v4 options default assignment preventing native.randomUUID from being used (#786) (afe6232), closes #763
  • seq_hi shift for byte 6 (#775) (1d532ca)
  • tsconfig module type (#778) (7eff835)
Commits

Updates @semantic-release/github from 11.0.0 to 11.0.1

Release notes

Sourced from @​semantic-release/github's releases.

v11.0.1

11.0.1 (2024-11-06)

Bug Fixes

  • success: PRs not recognized as resolved issues (#960) (7cde776)
Commits
  • 7cde776 fix(success): PRs not recognized as resolved issues (#960)
  • 0128403 chore(deps): update dependency node to v22 (#959)
  • 21b3e7e chore(deps): lock file maintenance (#961)
  • d1f410f chore(deps): lock file maintenance (#958)
  • ea92cf9 chore(deps): update dependency ava to v6.2.0 (#957)
  • b6799b7 chore(deps): update dependency semantic-release to v24.2.0 (#955)
  • 9b5643f ci(action): update actions/setup-node action to v4.1.0 (#953)
  • dd66e9e chore(deps): update dependency publint to v0.2.12 (#952)
  • 0e76834 chore(deps): update dependency npm-run-all2 to v7.0.1 (#950)
  • 992053a ci(action): update actions/checkout action to v4.2.2 (#951)
  • Additional commits viewable in compare view

Updates @types/node from 22.8.1 to 22.9.0

Commits

Updates @types/react from 18.3.10 to 18.3.12

Commits

Updates @types/react-dom from 18.3.0 to 18.3.1

Commits

Updates @typescript-eslint/eslint-plugin from 8.8.0 to 8.14.0

Release notes

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

v8.14.0

8.14.0 (2024-11-11)

🚀 Features

  • eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)

🩹 Fixes

  • deps: update dependency eslint to v9.14.0 (#10309)
  • deps: update docusaurus monorepo to v3.6.0 (#10319)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
  • scope-manager: fix asserted increments not being marked as write references (#10271)

❤️ Thank You

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

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

  • add options property to ImportExpression node (#10255)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: [only-throw-error] add allow option (#10221)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.12.1 (#10269)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • types: parent property type annotation in the ImportAttribute node (#10258)
  • utils: allow an array for the values of SharedConfig (#10217)

❤️ Thank You

... (truncated)

Changelog

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

8.14.0 (2024-11-11)

🚀 Features

  • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)

🩹 Fixes

  • scope-manager: fix asserted increments not being marked as write references (#10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)

❤️ Thank You

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

8.13.0 (2024-11-04)

🚀 Features

  • eslint-plugin: [only-throw-error] add allow option (#10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)

❤️ Thank You

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

8.12.2 (2024-10-29)

... (truncated)

Commits
  • 16fba0a chore(release): publish 8.14.0
  • 42d275c fix(scope-manager): fix asserted increments not being marked as write referen...
  • d27a9ac fix(eslint-plugin): [no-misused-promises] improve report loc for methods (#10...
  • c13b6b4 chore: fix lint and build website errors (#10288)
  • 5b2ebcd feat(eslint-plugin): [await-thenable] report unnecessary await using statem...
  • 22f7f25 fix(eslint-plugin): [no-unnecessary-condition] improve error message for lite...
  • e2e9ffc feat(eslint-plugin): [no-confusing-void-expression] add an option to ignore v...
  • ac1f632 chore(release): publish 8.13.0
  • f83a591 fix(eslint-plugin): [switch-exhaustiveness-check] add support for covering a ...
  • 3b97b55 chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.8.0 to 8.14.0

Release notes

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

v8.14.0

8.14.0 (2024-11-11)

🚀 Features

  • eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)

🩹 Fixes

  • deps: update dependency eslint to v9.14.0 (#10309)
  • deps: update docusaurus monorepo to v3.6.0 (#10319)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
  • scope-manager: fix asserted increments not being marked as write references (#10271)

❤️ Thank You

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

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

  • add options property to ImportExpression node (#10255)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: [only-throw-error] add allow option (#10221)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.12.1 (#10269)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • types: parent property type annotation in the ImportAttribute node (#10258)
  • utils: allow an array for the values of SharedConfig (#10217)

❤️ Thank You

... (truncated)

Changelog

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

8.14.0 (2024-11-11)

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

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

8.13.0 (2024-11-04)

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

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

8.12.2 (2024-10-29)

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

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

8.12.1 (2024-10-28)

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

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

8.12.0 (2024-10-28)

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

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

8.11.0 (2024-10-21)

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

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

8.10.0 (2024-10-17)

🚀 Features

  • support TypeScript 5.6 (#9972)

❤️ Thank You

  • Josh Goldberg ✨

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

8.9.0 (2024-10-14)

... (truncated)

Commits
  • 16fba0a chore(release): publish 8.14.0
  • ac1f632 chore(release): publish 8.13.0
  • 4af866a chore(release): publish 8.12.2
  • 1edec1d chore(release): publish 8.12.1
  • 3413a2d chore(release): publish 8.12.0
  • 79c27a8 chore(release): publish 8.11.0
  • 8d35958 chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)
  • 7effdea chore(release): publish 8.10.0
  • f9c49e3 feat: support TypeScript 5.6 (#9972)
  • 4666ed4 chore(release): publish 8.9.0
  • Additional commits viewable in compare view

Updates eslint-plugin-react-hooks from 4.6.2 to 5.0.0

Release notes

Sourced from eslint-plugin-react-hooks's releases.

[email protected] (Oct 11, 2024)

This release only contains eslint-plugin-react-hooks. Notably, new violations and support for ESLint v9 were added.

eslint-plugin-react-hooks

  • New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid. (@​kassens) in #25162 For example, in
    function _Component() {
      useState()
      ^^^^^^^^ A React Hook "useState" is called in function "_Component" which is neither a Component nor a custom React Hook function.
    }
    _Component should be renamed to Component.
Changelog

Sourced from eslint-plugin-react-hooks's changelog.

5.0.0

  • New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid. (@​kassens) in #25162

4.6.0

4.5.0

4.4.0

  • No changes, this was an automated release together with React 18.

4.3.0

4.2.0

  • No changes, this was an automated release together with React 17.

4.1.2

4.1.1

4.1.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eps1lon, a new releaser for eslint-plugin-react-hooks since your current version.


Updates eslint-plugin-react-refresh from 0.4.12 to 0.4.14

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.14

v0.4.13

  • Support for react-redux connect (export default connect(mapStateToProps, mapDispatchToProps)(MyComponent)) (fixes #51)
  • Support for Arbitrary Module Identifiers syntax (fixes #52)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.14

0.4.13

  • Support for react-redux connect (export default connect(mapStateToProps, mapDispatchToProps)(MyComponent)) (fixes #51)
  • Support for Arbitrary Module Identifiers syntax (fixes #52)
Commits
  • ba9bb7b Handle React.createContext [publish]
  • 97bdd56 Report React context exports (#54)
  • 268df3b Support for Arbitrary Module Identifiers syntax (fixes #52) [publish]
  • cb7cecd Support for react-redux connect (fixes #51)
  • See full diff in compare view

Updates gh-pages from 6.1.1 to 6.2.0

Release notes

Sourced from gh-pages's releases.

v6.2.0

What's Changed

…pdates

Bumps the version-updates group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.4` | `4.4.6` |
| [dexie](https://github.com/dexie/Dexie.js) | `4.0.8` | `4.0.9` |
| [uuid](https://github.com/uuidjs/uuid) | `10.0.0` | `11.0.3` |
| [@semantic-release/github](https://github.com/semantic-release/github) | `11.0.0` | `11.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.1` | `22.9.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.10` | `18.3.12` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.8.0` | `8.14.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.8.0` | `8.14.0` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.2` | `5.0.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.12` | `0.4.14` |
| [gh-pages](https://github.com/tschaub/gh-pages) | `6.1.1` | `6.2.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.2` | `6.28.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.8` | `5.4.11` |



Updates `chart.js` from 4.4.4 to 4.4.6
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.4...v4.4.6)

Updates `dexie` from 4.0.8 to 4.0.9
- [Release notes](https://github.com/dexie/Dexie.js/releases)
- [Commits](dexie/Dexie.js@v4.0.8...v4.0.9)

Updates `uuid` from 10.0.0 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@v10.0.0...v11.0.3)

Updates `@semantic-release/github` from 11.0.0 to 11.0.1
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](semantic-release/github@v11.0.0...v11.0.1)

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

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

Updates `@types/react-dom` from 18.3.0 to 18.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` from 8.8.0 to 8.14.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.14.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.8.0 to 8.14.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.14.0/packages/parser)

Updates `eslint-plugin-react-hooks` from 4.6.2 to 5.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/[email protected]/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-react-refresh` from 0.4.12 to 0.4.14
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.12...v0.4.14)

Updates `gh-pages` from 6.1.1 to 6.2.0
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](tschaub/gh-pages@v6.1.1...v6.2.0)

Updates `react-router-dom` from 6.26.2 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 `typescript` from 5.6.2 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.6.2...v5.6.3)

Updates `vite` from 5.4.8 to 5.4.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: dexie
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: eslint-plugin-react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: gh-pages
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: react-router-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants