LapsTimeOFF / DigiFlag_F1MV

Adding a DigiFlag functionality to MultiViewer For F1
MIT License
19 stars 2 forks source link

Bump the npm-deps group across 1 directory with 20 updates #275

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps the npm-deps group with 20 updates in the / directory:

Package From To
electron-updater 6.2.1 6.3.4
express 4.19.2 4.21.0
i18next 23.11.5 23.15.1
i18next-fs-backend 2.3.1 2.3.2
i18next-http-backend 2.5.2 2.6.1
@electron/notarize 2.3.2 2.5.0
@types/node 20.14.9 22.5.5
@typescript-eslint/eslint-plugin 7.14.1 8.6.0
@typescript-eslint/parser 7.14.1 8.6.0
electron 31.1.0 32.1.2
electron-builder 24.13.3 25.0.5
electron-log 5.1.5 5.2.0
eslint 8.57.0 9.11.0
eslint-plugin-html 8.1.1 8.1.2
eslint-plugin-prettier 5.1.3 5.2.1
husky 9.0.11 9.1.6
lint-staged 15.2.7 15.2.10
prettier 3.3.2 3.3.3
typescript 5.5.2 5.6.2
vite 5.3.1 5.4.7

Updates electron-updater from 6.2.1 to 6.3.4

Release notes

Sourced from electron-updater's releases.

electron-updater@6.3.4

Patch Changes

electron-updater@6.3.3

Patch Changes

electron-updater@6.3.2

Patch Changes

electron-updater@6.3.1

Patch Changes

electron-updater@6.3.0

Minor Changes

Patch Changes

... (truncated)

Changelog

Sourced from electron-updater's changelog.

6.3.4

Patch Changes

6.3.3

Patch Changes

6.3.2

Patch Changes

6.3.1

Patch Changes

6.3.0

Minor Changes

Patch Changes

... (truncated)

Commits
  • d5d9f3f chore(deploy): Release v25.0.5 (electron-updater@6.3.4) (#8411)
  • e77de9f chore(deps): upgrade semver to latest to resolve CVE (#8417)
  • 15ce5b4 fix: change abort listener to aborted event (#8282)
  • 5fae1cf fix: windows signature verification special chars (#8409)
  • 1dcf6bc chore(deploy): Release v25.0.4 (electron-updater@6.3.3) (#8402)
  • 1c14820 fix: handle spaces in artifact name for all linux platforms instead of only ....
  • 8dabf64 fix: add custom channel in github provider (#8393)
  • 9dc0b49 fix(electron-updater,deb): Handle spaces in application artifact name for deb...
  • 84f2909 chore(deploy): Release v25.0.3 (electron-updater@6.3.2) (#8377)
  • c8fe146 fix(updater): Add global download promise to limit concurrent update download...
  • Additional commits viewable in compare view


Updates express from 4.19.2 to 4.21.0

Release notes

Sourced from express's releases.

4.21.0

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0

4.20.0 / 2024-09-10

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
Commits


Updates i18next from 23.11.5 to 23.15.1

Release notes

Sourced from i18next's releases.

v23.15.1

  • types(TFunction): make return not inferrable and use defaultValue as return when provided 2234

v23.15.0

  • support unescaped variables in TypeScript 2233

v23.14.0

  • If backend errors with retry flag, set internal state to 0, so reloadingResources should work 147

v23.13.0

  • Cache output of getRule to optimize performance 2226

v23.12.7

  • revert last optimization to address 2227

v23.12.6

  • remove console.log statement 2227

v23.12.5

  • try to optimize last fix for 2227

v23.12.4

  • try to address 2227 without the removal of cached formatter for in-built formatters

v23.12.3

  • fix: Using a comma in a formatter parameter 2225

v23.12.2

  • fix: Nested translation resolution between languages uses the fallback language for nested translations 2216 by preserving issue fix "lng is undefined when formatter used in $t( )" 1938

v23.12.1

  • Use explicit imports for utils 2212

v23.12.0

  • feat: Add posibility to override keyPrefix for certain translation. 2211
Changelog

Sourced from i18next's changelog.

23.15.1

  • types(TFunction): make return not inferrable and use defaultValue as return when provided 2234

23.15.0

  • support unescaped variables in TypeScript 2233

23.14.0

  • If backend errors with retry flag, set internal state to 0, so reloadingResources should work 147

23.13.0

  • Cache output of getRule to optimize performance 2226

23.12.7

  • revert last optimization to address 2227

23.12.6

  • remove console.log statement 2227

23.12.5

  • try to optimize last fix for 2227

23.12.4

  • try to address 2227 without the removal of cached formatter for in-built formatters

23.12.3

  • fix: Using a comma in a formatter parameter 2225

23.12.2

  • fix: Nested translation resolution between languages uses the fallback language for nested translations 2216 by preserving issue fix "lng is undefined when formatter used in $t( )" 1938

23.12.1

  • Use explicit imports for utils 2212

23.12.0

  • feat: Add posibility to override keyPrefix for certain translation. 2211
Commits


Updates i18next-fs-backend from 2.3.1 to 2.3.2

Commits
  • e1db653 2.3.2
  • e00693d without knowing the exact root couse this change should fix #49
  • d7dc352 Bump express from 4.18.2 to 4.19.2 in /example/updatable-cache (#45)
  • 2245075 Bump express from 4.18.2 to 4.19.2 in /example/caching (#46)
  • 46479cb Bump express from 4.17.1 to 4.19.2 in /example/fallback (#44)
  • See full diff in compare view


Updates i18next-http-backend from 2.5.2 to 2.6.1

Changelog

Sourced from i18next-http-backend's changelog.

2.6.1

  • optimize "Failed to fetch" retry case 147

2.6.0

  • fix "Failed to fetch" retry case 147
Commits


Updates @electron/notarize from 2.3.2 to 2.5.0

Release notes

Sourced from @​electron/notarize's releases.

v2.5.0

2.5.0 (2024-09-17)

Features

  • allow notarization on macOS versions down to 10.15 (#201) (268fa30)

v2.4.0

2.4.0 (2024-08-13)

Features

  • add notarization logs to debug logging for success (#202) (dfbdcd8)
Commits
  • 268fa30 feat: allow notarization on macOS versions down to 10.15 (#201)
  • 4ac5fba build: fix repository.url in package.json (#211)
  • f7768fc build(deps): bump micromatch from 4.0.5 to 4.0.8 (#210)
  • dfbdcd8 feat: add notarization logs to debug logging for success (#202)
  • a38ba02 docs: clean up types and add API docs site (#199)
  • 69f17aa build(deps): bump amannn/action-semantic-pull-request (#207)
  • 20a4942 build(deps): bump braces from 3.0.2 to 3.0.3 (#204)
  • 1f64e1a chore: bump electronjs/node in .circleci/config.yml to 2.3.0 (#203)
  • a0509e0 chore: bump electronjs/node in .circleci/config.yml to 2.2.3 (#196)
  • See full diff in compare view


Updates @types/node from 20.14.9 to 22.5.5

Commits


Updates @typescript-eslint/eslint-plugin from 7.14.1 to 8.6.0

Release notes

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

v8.6.0

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions (#8556)
  • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
  • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
  • type-utils: isNullableType add Void logic (#9937)
  • typescript-estree: disable plugin loading by default in project service (#9964)

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
  • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

❤️ Thank You

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

v8.5.0

8.5.0 (2024-09-09)

🚀 Features

  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary | undefined for optional parameters (#9479)
  • eslint-plugin: [no-unsafe-argument] differentiate error types (#9920)
  • typescript-estree: default projectService.defaultProject to 'tsconfig.json' (#9893)

🩹 Fixes

  • deps: update dependency prism-react-renderer to v2.4.0 (#9943)
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
  • eslint-plugin: [no-misused-promises] handle static method (#9951)
  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
  • eslint-plugin: [consistent-type-assertions] access parser services lazily (#9921)

❤️ Thank You

... (truncated)

Changelog

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

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions

  • type-utils: isNullableType add Void logic

  • eslint-plugin: [no-unnecessary-condition] check switch cases

  • eslint-plugin: [no-misused-promises] check array predicate return

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice

  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment

  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types

  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message

❤️ Thank You

  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

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

8.5.0 (2024-09-09)

🚀 Features

  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

... (truncated)

Commits
  • 343710e chore(release): publish 8.6.0
  • 454d37e feat(eslint-plugin): [no-misused-promises] check array predicate return (#9955)
  • af92611 feat: add allow option for restrict-template-expressions (#8556)
  • 2a809e2 test(eslint-plugin): [no-unnecessary-type-parameters] add tests with intrinsi...
  • 682299e feat(eslint-plugin): [no-unnecessary-condition] check switch cases (#9912)
  • 77e65df fix(eslint-plugin): [no-unnecessary-condition] properly reflect multiple nega...
  • c11ca06 chore(eslint-plugin): make utility for static member access (#9836)
  • 2a956b2 fix(eslint-plugin): [no-deprecated] report on deprecated properties with func...
  • 9a80067 fix(eslint-plugin): [no-deprecated] report on deprecated variables used in de...
  • 3710c9c feat(type-utils): isNullableType add Void logic (#9937)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.14.1 to 8.6.0

Release notes

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

v8.6.0

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions (#8556)
  • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
  • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
  • type-utils: isNullableType add Void logic (#9937)
  • typescript-estree: disable plugin loading by default in project service (#9964)

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
  • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

❤️ Thank You

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

v8.5.0

8.5.0 (2024-09-09)

🚀 Features

  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary | undefined for optional parameters (#9479)
  • eslint-plugin: [no-unsafe-argument] differentiate error types (#9920)
  • typescript-estree: default projectService.defaultProject to 'tsconfig.json' (#9893)

🩹 Fixes

  • deps: update dependency prism-react-renderer to v2.4.0 (#9943)
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
  • eslint-plugin: [no-misused-promises] handle static method (#9951)
  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
  • eslint-plugin: [consistent-type-assertions] access parser services lazily (#9921)

❤️ Thank You

... (truncated)

Changelog

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

8.6.0 (2024-09-16)

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.5.0 (2024-09-09)

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.4.0 (2024-09-02)

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.3.0 (2024-08-26)

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.2.0 (2024-08-19)

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.1.0 (2024-08-12)

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.0.1 (2024-08-05)

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.0.0 (2024-07-31)

🚀 Features

  • parser: always enable comment, loc, range, tokens

  • typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService

... (truncated)

Commits
  • 343710e chore(release): publish 8.6.0
  • 4d31ebe chore(release): publish 8.5.0
  • 4bc801e chore: enable unicorn/no-array-reduce (#9640)
  • 3920c93 chore(release): publish 8.4.0
  • 2ad3404 chore: enable unicorn/prefer-export-from and `@typescript-eslint/consistent...
  • ef2eab1 chore(release): publish 8.3.0
  • 9612d81 chore: enable eslint-plugin-perfectionist on parser package (#9845)
  • 7440e14 chore(release): publish 8.2.0
  • 382e87b chore: enable unicorn/prefer-node-protocol (#9742)
  • 243fb5f chore: enable prefer-template (#9544)
  • Additional commits viewable in compare view


Updates electron from 31.1.0 to 32.1.2

Release notes

Sourced from electron's releases.

electron v32.... _Description has been truncated_

TheBaconCat commented 1 month ago

@dependabot rebase

dependabot[bot] commented 1 month ago

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