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

[Tech] Bump the non-major-dev-dependencies group across 1 directory with 14 updates #1625

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2024

Bumps the non-major-dev-dependencies group with 14 updates in the /frontend directory:

Package From To
@import-meta-env/cli 0.6.8 0.6.9
@import-meta-env/prepare 0.1.13 0.1.14
@import-meta-env/unplugin 0.5.1 0.5.2
@swc/core 1.6.6 1.7.6
@types/google.maps 3.55.11 3.55.12
cypress 13.13.1 13.13.2
eslint-plugin-mocha 10.4.3 10.5.0
eslint-plugin-react 7.34.3 7.35.0
husky 9.0.11 9.1.4
lint-staged 15.2.7 15.2.8
type-fest 4.20.1 4.23.0
typescript 5.5.3 5.5.4
vite 5.3.2 5.4.0
webpack 5.92.1 5.93.0

Updates @import-meta-env/cli from 0.6.8 to 0.6.9

Release notes

Sourced from @​import-meta-env/cli's releases.

cli0.6.9

Changelog: https://github.com/runtime-env/import-meta-env/blob/cli0.6.9/packages/cli/CHANGELOG.md

Changelog

Sourced from @​import-meta-env/cli's changelog.

0.6.9 (2024-07-13)

Bug Fixes

  • deps: update dependency commander to v12 (#1317) (46fd1a6)
  • deps: update dependency glob to v10.4.3 (#1300) (4e89d49)
  • deps: update dependency glob to v10.4.4 (#1320) (d0c68d3)
  • deps: update dependency glob to v11 (#1322) (3b1c582)
  • deps: update dependency picocolors to v1.0.1 (#1277) (f4f83a8)
  • deps: update dependency serialize-javascript to v6.0.2 (#1279) (c4f8a3b)
Commits

Updates @import-meta-env/prepare from 0.1.13 to 0.1.14

Release notes

Sourced from @​import-meta-env/prepare's releases.

prepare0.1.14

Changelog: https://github.com/runtime-env/import-meta-env/blob/prepare0.1.14/packages/prepare/CHANGELOG.md

Changelog

Sourced from @​import-meta-env/prepare's changelog.

0.1.14 (2024-07-13)

Bug Fixes

  • deps: update dependency commander to v12 (#1317) (46fd1a6)
  • deps: update dependency glob to v10.4.3 (#1300) (4e89d49)
  • deps: update dependency glob to v10.4.4 (#1320) (d0c68d3)
  • deps: update dependency glob to v11 (#1322) (3b1c582)
  • deps: update dependency picocolors to v1.0.1 (#1277) (f4f83a8)
  • deps: update dependency serialize-javascript to v6.0.2 (#1279) (c4f8a3b)
Commits

Updates @import-meta-env/unplugin from 0.5.1 to 0.5.2

Release notes

Sourced from @​import-meta-env/unplugin's releases.

cli0.5.2

Changelog: https://github.com/iendeavor/import-meta-env/blob/cli0.5.2/packages/cli/CHANGELOG.md

unplugin0.5.2

Changelog: https://github.com/runtime-env/import-meta-env/blob/unplugin0.5.2/packages/unplugin/CHANGELOG.md

Changelog

Sourced from @​import-meta-env/unplugin's changelog.

0.5.2 (2024-07-20)

Bug Fixes

Commits
  • 02d5d2b chore(deps): update dependency rollup to v3.18.0
  • 1bfcd46 chore(deps): update dependency @​types/node to v18.14.2
  • c3d8105 chore(deps): update dependency rollup to v3.17.3
  • 1f31d07 chore(deps): update dependency @​types/node to v18.14.1
  • 4e64df5 fix(deps): update dependency magic-string to ^0.30.0
  • 0dcd4ba chore(release): @​import-meta-env/unplugin@​0.4.5
  • c186493 chore(deps): update dependency vite to v4.1.4
  • ddc86a7 chore(deps): update dependency vite to v4.1.3
  • 070e076 chore(deps): update dependency rollup to v3.17.2
  • e6a23e6 chore(deps): update dependency rollup to v3.17.1
  • Additional commits viewable in compare view

Updates @swc/core from 1.6.6 to 1.7.6

Release notes

Sourced from @​swc/core's releases.

v1.7.6

No release notes provided.

v1.7.6-nightly-20240804.1

No release notes provided.

v1.7.5

No release notes provided.

v1.7.5-nightly-20240802.1

No release notes provided.

v1.7.5-nightly-20240801.4

No release notes provided.

v1.7.5-nightly-20240801.1

No release notes provided.

v1.7.4

No release notes provided.

v1.7.4-nightly-20240731.1

No release notes provided.

v1.7.4-nightly-20240729.1

No release notes provided.

v1.7.3

What's Changed

Full Changelog: swc-project/swc@v1.7.2...v1.7.3

v1.7.3-nightly-20240727.1

No release notes provided.

v1.7.2

No release notes provided.

v1.7.2-nightly-20240725.2

No release notes provided.

v1.7.2-nightly-20240725.1

No release notes provided.

v1.7.1

No release notes provided.

v1.7.1-nightly-20240724.2

... (truncated)

Changelog

Sourced from @​swc/core's changelog.

[1.7.6] - 2024-08-04

Bug Fixes

  • (es/codegen) Print the missing abstract in class expression (#9372) (c2e3021)

  • (es/decorators) Use correct class name reference (#9375) (badd6a9)

  • (es/typescript) Strip declare export in strip-only mode (#9374) (c53cce4)

[1.7.5] - 2024-08-02

Bug Fixes

  • (common) Fix StringInput.end_pos (#9362) (5368e18)

  • (es/parser) Fix span for unterminated block comments (#9361) (dc1b87e)

  • (es/parser) Make UnterminatedBlockComment stick to the EOF (#9366) (4f0fc6e)

  • (es/typescript) Handle single type statement in if/for/while (#9364) (2217730)

  • (es/typescript) Handle backtick in ASI issue (#9367) (6f1716c)

  • (es/typescript) Analyze import chain (#9369) (4f9116f)

Miscellaneous Tasks

  • (deps) Update rust crate toml to v0.8.19 (#9360) (9cd51ce)

[1.7.4] - 2024-07-31

Bug Fixes

  • (es/codegen) Emit question token for class methods (#9342) (636585b)

... (truncated)

Commits
  • 4e7bf46 chore: Publish 1.7.6 with swc_core v0.99.6
  • 011b8f2 chore: Update changelog
  • 70587e4 chore: Publish 1.7.6-nightly-20240804.1 with swc_core v0.99.6
  • 67cd69f chore: Publish crates
  • badd6a9 fix(es/decorators): Use correct class name reference (#9375)
  • a3a3040 chore: Publish crates
  • c53cce4 fix(es/typescript): Strip declare export in strip-only mode (#9374)
  • c2e3021 fix(es/codegen): Print the missing abstract in class expression (#9372)
  • 21ed716 chore: Fix Typo (#9371)
  • 686bf2c chore: Update changelog
  • Additional commits viewable in compare view

Updates @types/google.maps from 3.55.11 to 3.55.12

Commits

Updates cypress from 13.13.1 to 13.13.2

Release notes

Sourced from cypress's releases.

v13.13.2

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2

Commits

Updates eslint-plugin-mocha from 10.4.3 to 10.5.0

Release notes

Sourced from eslint-plugin-mocha's releases.

10.5.0

Enhancements

  • Add name to flat configs (#356)
Changelog

Sourced from eslint-plugin-mocha's changelog.

10.5.0 (July 29, 2024)

Enhancements

  • Add name to flat configs (#356)
Commits

Updates eslint-plugin-react from 7.34.3 to 7.35.0

Release notes

Sourced from eslint-plugin-react's releases.

v7.35.0

Added

Fixed

  • [no-invalid-html-attribute]: substitute placeholders in suggestion messages (#3759[] @​mdjermanovic)
  • [sort-prop-types]: single line type ending without semicolon (#3784[] @​akulsr0)
  • [require-default-props]: report when required props have default value (#3785[] @​akulsr0)

Changed

#3759: jsx-eslint/eslint-plugin-react#3759 #3694: jsx-eslint/eslint-plugin-react#3694 #3771: jsx-eslint/eslint-plugin-react#3771

#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

7.35.0 - 2024.07.19

Added

Fixed

  • [no-invalid-html-attribute]: substitute placeholders in suggestion messages (#3759[] @​mdjermanovic)
  • [sort-prop-types]: single line type ending without semicolon (#3784[] @​akulsr0)
  • [require-default-props]: report when required props have default value (#3785[] @​akulsr0)

Changed

#3785: jsx-eslint/eslint-plugin-react#3785 #3784: jsx-eslint/eslint-plugin-react#3784 #3782: jsx-eslint/eslint-plugin-react#3782 #3777: jsx-eslint/eslint-plugin-react#3777 #3774: jsx-eslint/eslint-plugin-react#3774 #3772: jsx-eslint/eslint-plugin-react#3772 #3771: jsx-eslint/eslint-plugin-react#3771 #3759: jsx-eslint/eslint-plugin-react#3759 #3748: jsx-eslint/eslint-plugin-react#3748 #3724: jsx-eslint/eslint-plugin-react#3724 #3694: jsx-eslint/eslint-plugin-react#3694

7.34.4 - 2024.07.13

Fixed

  • [prop-types]: fix className missing in prop validation false negative (#3749[] @​akulsr0)
  • [sort-prop-types]: Check for undefined before accessing node.typeAnnotation.typeAnnotation (#3779[] @​tylerlaprade)

#3779: jsx-eslint/eslint-plugin-react#3779 #3749: jsx-eslint/eslint-plugin-react#3749

Commits
  • c6fdccd Update CHANGELOG and bump version
  • a4b0bbc [Fix] require-default-props: report when required props have default value
  • a08cb93 [Fix] sort-prop-types: single line type ending without semicolon
  • 4b3209b [meta] no point in supporting eslint 9.0 - 9.6 initially
  • ca8b11e [Dev Deps] update @babel/core, @babel/eslint-parser
  • 597553d [New] no-danger: add customComponentNames option
  • c58f04b [New] jsx-closing-tag-location: add line-aligned option
  • 00b89fe [New] version settings: Allow react defaultVersion to be configurable
  • 4d2fd86 [Refactor] variableUtil: Avoid creating a single flat variable scope for ea...
  • 6a83d67 [New] jsx-handler-names: support ignoring component names
  • Additional commits viewable in compare view

Updates husky from 9.0.11 to 9.1.4

Release notes

Sourced from husky's releases.

v9.1.4

  • Improve deprecation notice

v9.1.3

  • fix: better handle space in PATH

v9.1.2

Show a message instead of automatically removing deprecated code.

This only concerns projects that still have the following code in their hooks:

- #!/usr/bin/env sh # <- This is deprecated, remove it
- . "$(dirname -- "$0")/_/husky.sh"  # <- This is deprecated, remove it
Rest of your hook code

Hooks with these lines will fail in v10.0.0

v9.1.1

Super saiyan god dog! It's over 9.0.0!

What's new

You can now run package commands directly, no need for npx or equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

# .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

# .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

... (truncated)

Commits

Updates lint-staged from 15.2.7 to 15.2.8

Release notes

Sourced from lint-staged's releases.

v15.2.8

Patch Changes

  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

Changelog

Sourced from lint-staged's changelog.

15.2.8

Patch Changes

  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

Commits

Updates type-fest from 4.20.1 to 4.23.0

Release notes

Sourced from type-fest's releases.

v4.23.0

  • Paths: Add maxRecursionDepth option (#920) 052e887

sindresorhus/type-fest@v4.22.1...v4.23.0

v4.22.1

  • Fix missing exported internal types (#918) 4b74444

sindresorhus/type-fest@v4.22.0...v4.22.1

v4.22.0

New types

Improvements

  • Ensure all RequireX types&#39; second parameter is optional (#907) fee4e04
  • StructuredCloneable: Include web-specific types when available (#908) 0086cd6

Fixes

  • Exact: Fix type when class is present (#911) bf85819

sindresorhus/type-fest@v4.21.0...v4.22.0

v4.21.0

New types

Fixes

  • Jsonify: Convert undefined to null in union element of array (#901) 60c1024
  • Exact: Fix support for Date in union (#902) d89a709
  • CamelCasedPropertiesDeep: Fix handling of non-recursive types inside target type (#890) 476024d

sindresorhus/type-fest@v4.20.1...v4.21.0

Commits

Updates typescript from 5.5.3 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG
  • c0ded04 🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...
  • 5ba41e2 🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...
  • b075332 🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...
  • 9dd6f91 Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)
  • bf0ddaf 🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...
  • a44e2d9 🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...
  • f35206d 🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...
  • 1109550 Fix baselines on release-5.5 (#59330)
  • 8794318 🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...
  • Additional commits viewable in compare view

Updates vite from 5.3.2 to 5.4.0

Release notes

Sourced from vite's releases.

create-vite@5.4.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.0 (2024-08-07)

  • fix(build): windows platform build output path error (#17818) (6ae0615), closes #17818
  • fix(deps): update launch-editor to consume fix for windows paths (#17828) (cf2f90d), closes #17828
  • fix(ssr): fix global variable name conflict (#17809) (6aa2206), closes #17809
  • fix(worker): fix importScripts injection breaking iife code (#17827) (bb4ba9f), closes #17827
  • chore: bump typescript-eslint to v8 (

…ith 14 updates

Bumps the non-major-dev-dependencies group with 14 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@import-meta-env/cli](https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/cli) | `0.6.8` | `0.6.9` |
| [@import-meta-env/prepare](https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/prepare) | `0.1.13` | `0.1.14` |
| [@import-meta-env/unplugin](https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/unplugin) | `0.5.1` | `0.5.2` |
| [@swc/core](https://github.com/swc-project/swc) | `1.6.6` | `1.7.6` |
| [@types/google.maps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google.maps) | `3.55.11` | `3.55.12` |
| [cypress](https://github.com/cypress-io/cypress) | `13.13.1` | `13.13.2` |
| [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) | `10.4.3` | `10.5.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.35.0` |
| [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.4` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.7` | `15.2.8` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.20.1` | `4.23.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.2` | `5.4.0` |
| [webpack](https://github.com/webpack/webpack) | `5.92.1` | `5.93.0` |



Updates `@import-meta-env/cli` from 0.6.8 to 0.6.9
- [Release notes](https://github.com/runtime-env/import-meta-env/releases)
- [Changelog](https://github.com/runtime-env/import-meta-env/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/runtime-env/import-meta-env/commits/cli0.6.9/packages/cli)

Updates `@import-meta-env/prepare` from 0.1.13 to 0.1.14
- [Release notes](https://github.com/runtime-env/import-meta-env/releases)
- [Changelog](https://github.com/runtime-env/import-meta-env/blob/main/packages/prepare/CHANGELOG.md)
- [Commits](https://github.com/runtime-env/import-meta-env/commits/v0.1.14/packages/prepare)

Updates `@import-meta-env/unplugin` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/runtime-env/import-meta-env/releases)
- [Changelog](https://github.com/runtime-env/import-meta-env/blob/main/packages/unplugin/CHANGELOG.md)
- [Commits](https://github.com/runtime-env/import-meta-env/commits/cli0.5.2/packages/unplugin)

Updates `@swc/core` from 1.6.6 to 1.7.6
- [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.6...v1.7.6)

Updates `@types/google.maps` from 3.55.11 to 3.55.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google.maps)

Updates `cypress` from 13.13.1 to 13.13.2
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.13.1...v13.13.2)

Updates `eslint-plugin-mocha` from 10.4.3 to 10.5.0
- [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases)
- [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/10.5.0/CHANGELOG.md)
- [Commits](lo1tuma/eslint-plugin-mocha@10.4.3...10.5.0)

Updates `eslint-plugin-react` from 7.34.3 to 7.35.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.34.3...v7.35.0)

Updates `husky` from 9.0.11 to 9.1.4
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.0.11...v9.1.4)

Updates `lint-staged` from 15.2.7 to 15.2.8
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.7...v15.2.8)

Updates `type-fest` from 4.20.1 to 4.23.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.20.1...v4.23.0)

Updates `typescript` from 5.5.3 to 5.5.4
- [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.5.4)

Updates `vite` from 5.3.2 to 5.4.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite)

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

---
updated-dependencies:
- dependency-name: "@import-meta-env/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: "@import-meta-env/prepare"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: "@import-meta-env/unplugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: "@types/google.maps"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: eslint-plugin-mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@claire2212 claire2212 force-pushed the dependabot/npm_and_yarn/frontend/non-major-dev-dependencies-db9fef88d7 branch from c46e7b7 to 507823c Compare August 9, 2024 07:13
@claire2212 claire2212 merged commit 636863b into main Aug 9, 2024
21 checks passed
@claire2212 claire2212 deleted the dependabot/npm_and_yarn/frontend/non-major-dev-dependencies-db9fef88d7 branch August 9, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants