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 in /frontend with 10 updates #4061

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

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

Package From To
@faker-js/faker 9.3.0 9.4.0
@import-meta-env/cli 0.7.2 0.7.3
@import-meta-env/prepare 0.2.1 0.2.2
@swc/core 1.10.4 1.10.12
@testing-library/user-event 14.5.2 14.6.1
eslint-plugin-jest 28.10.0 28.11.0
eslint-plugin-prettier 5.2.1 5.2.3
eslint-plugin-react 7.37.3 7.37.4
type-fest 4.31.0 4.33.0
typescript 5.7.2 5.7.3

Updates @faker-js/faker from 9.3.0 to 9.4.0

Release notes

Sourced from @​faker-js/faker's releases.

v9.4.0

What's Changed

... (truncated)

Changelog

Sourced from @​faker-js/faker's changelog.

9.4.0 (2025-01-15)

Features

  • finance: use fake patterns for transactionDescription (#3202) (5ec4a6c)
  • internet: update to simplified modern user-agent list (#3324) (3c7abb5)
  • location: add list of spoken languages (#3333) (ff6dda9)

Changed Locales

  • locale: fix various locale data with trailing spaces (#3329) (e5eec0e)
  • locale: improve product_name data in en and tr (#3372) (773fc1f)

Bug Fixes

  • animal: re-moo-ved some incorrect cow data (#3326) (47f835b)
  • basic wildcard range handling + add more tests (#3322) (817f8a0)
  • finance: update Discover card number format to ensure accuracy (#3336) (69c0063)
  • image: dataUri should return random type (#3347) (eceb17d)
  • locales: update chemical element names in zh_CN (#3371) (6ec6f84)
  • location: fix bad uz street_name_part data (#3328) (b6132cb)
  • music: fix truncated song names with commas (#3327) (f36fc71), closes #996
  • system: semver parts should not be limited to 0-9 (#3349) (c0d92b8)
Commits

Updates @import-meta-env/cli from 0.7.2 to 0.7.3

Release notes

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

cli: v0.7.3

0.7.3 (2025-01-24)

Bug Fixes

  • deps: update dependency commander to v13.1.0 (#1685) (a4afca0)
  • deps: update dependency glob to v11.0.1 (#1675) (d59eb14)
Changelog

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

0.7.3 (2025-01-24)

Bug Fixes

  • deps: update dependency commander to v13.1.0 (#1685) (a4afca0)
  • deps: update dependency glob to v11.0.1 (#1675) (d59eb14)
Commits

Updates @import-meta-env/prepare from 0.2.1 to 0.2.2

Release notes

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

prepare: v0.2.2

0.2.2 (2025-01-24)

Bug Fixes

  • deps: update dependency commander to v13.1.0 (#1685) (a4afca0)
  • deps: update dependency glob to v11.0.1 (#1675) (d59eb14)
Changelog

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

0.2.2 (2025-01-24)

Bug Fixes

  • deps: update dependency commander to v13.1.0 (#1685) (a4afca0)
  • deps: update dependency glob to v11.0.1 (#1675) (d59eb14)
Commits

Updates @swc/core from 1.10.4 to 1.10.12

Changelog

Sourced from @​swc/core's changelog.

[1.10.12] - 2025-01-29

Bug Fixes

  • (es/parser) Remove wrong check about const without init (#9970) (1b57261)

Performance

  • (es/minifier) Make analyzer not call collect_infects_from recursively (#9924) (37616c3)

  • (es/minifier) Skip complex inline operations if possible (#9972) (772cc30)

  • (es/minifier) Merge binding analyzer into infection analyzer (#9973) (ca8a71f)

[1.10.11] - 2025-01-27

Bug Fixes

  • (es) Restore JSON config & Adjust feature renaming (#9967) (72e5455)

  • (es/minifier) Avoid paren when compressing ternary (#9920) (9d6fe37)

  • (es/parser) Parse yield<T> (v: T)=>v (#9915) (04333aa)

  • (ts/fast-strip) More robust generic arrow handling (#9913) (f7faa7c)

  • (typescript) Allow references to the global Symbol in computed property names under isolatedDeclarations (#9869) (e4c1e03)

Features

... (truncated)

Commits
  • 08a7d88 chore: Publish 1.10.12 with swc_core v12.0.0
  • 8e58f8f chore: Update changelog
  • e9e600c chore: Publish 1.10.12-nightly-20250129.1 with swc_core v12.0.0
  • 3804b6e chore: Publish crates with swc_core v12.0.0
  • ca8a71f perf(es/minifier): Merge binding analyzer into infection analyzer (#9973)
  • 1b57261 fix(es/parser): Remove wrong check about const without init (#9970)
  • 772cc30 perf(es/minifier): Skip complex inline operations if possible (#9972)
  • 37616c3 perf(es/minifier): Make analyzer not call collect_infects_from recursively ...
  • 9109a53 chore: Update changelog
  • e68829c chore: Publish 1.10.11 with swc_core v11.0.1
  • Additional commits viewable in compare view

Updates @testing-library/user-event from 14.5.2 to 14.6.1

Release notes

Sourced from @​testing-library/user-event's releases.

v14.6.1

14.6.1 (2025-01-21)

Bug Fixes

  • correct description for delay option (#1175) (2edf14d)
  • keyboard: add ContextMenu to defaultKeyMap (#1079) (3e471d1)
  • keyboard: add brackets to defaultKeyMap (#1226) (543ecb0)
  • keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
  • pointer: dispatch mouse events if pointerdown is defaultPrevented (#1121) (f681f7b)
  • pointer: set button and buttons properties on PointerEvent (#1219) (6614f72)
  • pointer: use 1 as default value for PointerEvent.width and PointerEvent.height (#1224) (f0468d0)
  • prevent click event loop on form-associated custom element (#1238) (465fc7e)
  • prevent click event on non-focusable control (#1130) (e429094)
  • upload: apply accept filter more leniently (#1064) (a344ad4)

v14.6.0

14.6.0 (2025-01-15)

Features

Bug Fixes

  • clipboard: await DataTransferItem.getAsString() callback (#1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#1229) (5f3d28f)
Commits
  • d42954b chore: fix typos (#1260)
  • 465fc7e fix: prevent click event loop on form-associated custom element (#1238)
  • 65c1f6c test: update snapshots (#1261)
  • 543ecb0 fix(keyboard): add brackets to defaultKeyMap (#1226)
  • f0468d0 fix(pointer): use 1 as default value for PointerEvent.width and `PointerE...
  • 6614f72 fix(pointer): set button and buttons properties on PointerEvent (#1219)
  • 2edf14d fix: correct description for delay option (#1175)
  • e429094 fix: prevent click event on non-focusable control (#1130)
  • f681f7b fix(pointer): dispatch mouse events if pointerdown is defaultPrevented (#...
  • 3e471d1 fix(keyboard): add ContextMenu to defaultKeyMap (#1079)
  • Additional commits viewable in compare view

Updates eslint-plugin-jest from 28.10.0 to 28.11.0

Release notes

Sourced from eslint-plugin-jest's releases.

v28.11.0

28.11.0 (2025-01-15)

Features

  • valid-expect: allow calling expect with no arguments (#1688) (ff0349e)

v28.10.1

28.10.1 (2025-01-15)

Bug Fixes

  • padding-around-test-blocks: update description (#1691) (9cb4ecc)
Changelog

Sourced from eslint-plugin-jest's changelog.

28.11.0 (2025-01-15)

Features

  • valid-expect: allow calling expect with no arguments (#1688) (ff0349e)

28.10.1 (2025-01-15)

Bug Fixes

  • padding-around-test-blocks: update description (#1691) (9cb4ecc)
Commits
  • 53427f0 chore(release): 28.11.0 [skip ci]
  • ff0349e feat(valid-expect): allow calling expect with no arguments (#1688)
  • deb6609 chore(release): 28.10.1 [skip ci]
  • 9cb4ecc fix(padding-around-test-blocks): update description (#1691)
  • eecc6e6 chore: downgrade markdown-link-check to known working version and make it l...
  • f05e76d chore: add Node 23 to CI (#1695)
  • 8c89634 chore(deps): update dependency eslint-config-prettier to v10 (#1694)
  • 320e949 chore(deps): update dependency is-ci to v4 (#1682)
  • 9c91509 chore: update package urls for homepage, repository, and bugs (#1693)
  • 3377cae chore(deps): lock file maintenance (#1692)
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.2.1 to 5.2.3

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.3

Patch Changes

v5.2.2

Patch Changes

What's Changed

New Contributors

Full Changelog: prettier/eslint-plugin-prettier@v5.2.1...v5.2.2

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.3

Patch Changes

5.2.2

Patch Changes

Commits
  • 6fd7ba1 chore: release eslint-plugin-prettier (#704)
  • 190d6f9 build(deps): Bump synckit from 0.9.1 to 0.9.2 (#705)
  • 9cf6a01 build(deps-dev): Bump svelte from 4.2.8 to 4.2.19 (#677)
  • 9c6141f chore: add plugin name to flat recommended config (#703)
  • 35a5cd0 chore: bupm eslint-plugin-comments (#702)
  • df123a5 chore: release eslint-plugin-prettier (#701)
  • e272d7c chore: use double quote for changesets/changelog files
  • aa5b59f fix: report node when loc not found (#700)
  • 37d87ea chore: update FUNDING.yml
  • b307125 docs(README): fixes legacy ESlint configs link (#686)
  • Additional commits viewable in compare view

Updates eslint-plugin-react from 7.37.3 to 7.37.4

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.4

Fixed

  • [no-unknown-property]: support onBeforeToggle, popoverTarget, popoverTargetAction attributes (#3865[] @​acusti)
  • [types] fix types of flat configs (#3874[] @​ljharb)

#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 #1098: jsx-eslint/eslint-plugin-react#1098 #1101: jsx-eslint/eslint-plugin-react#1101 #1103: jsx-eslint/eslint-plugin-react#1103 #110: jsx-eslint/eslint-plugin-react#110 #1116: jsx-eslint/eslint-plugin-react#1116 #1117: jsx-eslint/eslint-plugin-react#1117 #1119: jsx-eslint/eslint-plugin-react#1119 #1121: jsx-eslint/eslint-plugin-react#1121 #1122: jsx-eslint/eslint-plugin-react#1122 #1123: jsx-eslint/eslint-plugin-react#1123 #1130: jsx-eslint/eslint-plugin-react#1130 #1131: jsx-eslint/eslint-plugin-react#1131 #1132: jsx-eslint/eslint-plugin-react#1132 #1134: jsx-eslint/eslint-plugin-react#1134 #1135: jsx-eslint/eslint-plugin-react#1135 #1139: jsx-eslint/eslint-plugin-react#1139 #1148: jsx-eslint/eslint-plugin-react#1148 #1149: jsx-eslint/eslint-plugin-react#1149

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

7.37.4 - 2025.01.12

Fixed

  • [no-unknown-property]: support onBeforeToggle, popoverTarget, popoverTargetAction attributes (#3865[] @​acusti)
  • [types] fix types of flat configs (#3874[] @​ljharb)

#3874: jsx-eslint/eslint-plugin-react#3874 #3865: jsx-eslint/eslint-plugin-react#3865

Commits
  • e6b5b41 Update CHANGELOG and bump version
  • cfd5edd [Dev Deps] update @babel/eslint-parser
  • efc021f [types] fix types of flat configs
  • 82a196a [Fix] no-unknown-property: support onBeforeToggle, popoverTarget, `popo...
  • 5c816ed [actions] publish action: allow additional URL
  • See full diff in compare view

Updates type-fest from 4.31.0 to 4.33.0

Release notes

Sourced from type-fest's releases.

v4.33.0

  • StringRepeat: Add support for generating longer strings & fix instantiations with unions (#1046) fbccaab
  • Split: Add support for longer strings (#1042) 49605b9
  • Get: Optimize performance (#1031) cfb5947
  • KeysOfUnion: Fix assignability with keyof (#1009) 4789c7c
  • IsStringLiteral: Fix instantiations with infinite string types (#1044) e7800af
  • SetRequiredDeep: Fix handling of unions in nested keys (#1037) bf5ce3c
  • StringSlice: Fix return type when passing in non-literal (#1036) 979eccf
  • Sum/Subtract: Fix instantiations with unions (#1034) 69bfd51

sindresorhus/type-fest@v4.32.0...v4.33.0

v4.32.0

New types

Improvements

Fixes

  • SetRequired: Fix support for removal of optional modifiers from tuples (#1030) c897aad

sindresorhus/type-fest@v4.31.0...v4.32.0

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file tech. enhancement technical ehancement labels Feb 1, 2025
Bumps the non-major-dev-dependencies group in /frontend with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@faker-js/faker](https://github.com/faker-js/faker) | `9.3.0` | `9.4.0` |
| [@import-meta-env/cli](https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/cli) | `0.7.2` | `0.7.3` |
| [@import-meta-env/prepare](https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/prepare) | `0.2.1` | `0.2.2` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.4` | `1.10.12` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.10.0` | `28.11.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.2.3` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.3` | `7.37.4` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.31.0` | `4.33.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |


Updates `@faker-js/faker` from 9.3.0 to 9.4.0
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v9.3.0...v9.4.0)

Updates `@import-meta-env/cli` from 0.7.2 to 0.7.3
- [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.7.3/packages/cli)

Updates `@import-meta-env/prepare` from 0.2.1 to 0.2.2
- [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/cli0.2.2/packages/prepare)

Updates `@swc/core` from 1.10.4 to 1.10.12
- [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.10.4...v1.10.12)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6.1)

Updates `eslint-plugin-jest` from 28.10.0 to 28.11.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.10.0...v28.11.0)

Updates `eslint-plugin-prettier` from 5.2.1 to 5.2.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.1...v5.2.3)

Updates `eslint-plugin-react` from 7.37.3 to 7.37.4
- [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.37.3...v7.37.4)

Updates `type-fest` from 4.31.0 to 4.33.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.31.0...v4.33.0)

Updates `typescript` from 5.7.2 to 5.7.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.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-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: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: eslint-plugin-react
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@louptheron louptheron force-pushed the dependabot/npm_and_yarn/frontend/non-major-dev-dependencies-87bbc83132 branch from 43958de to 83cce4a Compare February 3, 2025 12:34
Copy link

sonarqubecloud bot commented Feb 3, 2025

@louptheron louptheron merged commit d5e3f74 into master Feb 3, 2025
31 checks passed
@louptheron louptheron deleted the dependabot/npm_and_yarn/frontend/non-major-dev-dependencies-87bbc83132 branch February 3, 2025 15:07
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 tech. enhancement technical ehancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant