Skip to content

Commit

Permalink
Bump the linting-and-formatting group across 1 directory with 4 updat…
Browse files Browse the repository at this point in the history
…es (#16724)

* Bump the linting-and-formatting group across 1 directory with 4 updates

Bumps the linting-and-formatting group with 4 updates in the /frontend-react directory: [@eslint/compat](https://github.com/eslint/rewrite), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [prettier](https://github.com/prettier/prettier).


Updates `@eslint/compat` from 1.2.2 to 1.2.4
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.2.2...compat-v1.2.4)

Updates `@eslint/js` from 9.13.0 to 9.16.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.16.0/packages/js)

Updates `eslint` from 9.13.0 to 9.16.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.13.0...v9.16.0)

Updates `prettier` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: linting-and-formatting
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting-and-formatting
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting-and-formatting
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting-and-formatting
...

Signed-off-by: dependabot[bot] <[email protected]>

* format autofix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joseph Andersen <[email protected]>
  • Loading branch information
dependabot[bot] and jpandersen87 authored Dec 5, 2024
1 parent e564319 commit b1c4b88
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 87 deletions.
30 changes: 15 additions & 15 deletions frontend-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Our new React front-end is easy to get up and running on your machine. First, ensure the following dependencies
installed:

- `node` (see .nvmrc for version specification) via `nvm`
- `yarn` package manager
- `node` (see .nvmrc for version specification) via `nvm`
- `yarn` package manager

Use the directions here to install nvm: https://github.com/nvm-sh/nvm#install--update-script
Then:
Expand Down Expand Up @@ -276,19 +276,19 @@ These overwrites will ONLY be scoped to your particular component.

### General

- [Best Practices](docs/best-practices.md)
- [Content](docs/content.md)
- [Data fetching patterns](docs/data-fetching-patterns.md)
- [Feature flags](docs/feature-flags.md)
- [RS Auth Element](docs/rs-auth-element.md)
- [RS Error Boundary and Suspense](docs/rs-error-boundary-and-suspense.md)
- [RS IA Content System](docs/rs-ia-content-system.md)
- [RS IA Template System](docs/rs-ia-template-system.md)
- [RS React Testing Network Calls](docs/rs-react-testing-network-calls.md)
- [Test Conventions](docs/test-conventions.md)
- [Best Practices](docs/best-practices.md)
- [Content](docs/content.md)
- [Data fetching patterns](docs/data-fetching-patterns.md)
- [Feature flags](docs/feature-flags.md)
- [RS Auth Element](docs/rs-auth-element.md)
- [RS Error Boundary and Suspense](docs/rs-error-boundary-and-suspense.md)
- [RS IA Content System](docs/rs-ia-content-system.md)
- [RS IA Template System](docs/rs-ia-template-system.md)
- [RS React Testing Network Calls](docs/rs-react-testing-network-calls.md)
- [Test Conventions](docs/test-conventions.md)

### Proposals

- [Permissions Layer](docs/proposals/0001-permissions-layer-proposal.md)
- [Domain Driven Directory Structure](docs/proposals/0002-domain-driven-directory-structure.md)
- [USWDS React Components](docs/proposals/0003-uswds-react-components.md)
- [Permissions Layer](docs/proposals/0001-permissions-layer-proposal.md)
- [Domain Driven Directory Structure](docs/proposals/0002-domain-driven-directory-structure.md)
- [USWDS React Components](docs/proposals/0003-uswds-react-components.md)
8 changes: 4 additions & 4 deletions frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
]
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/js": "^9.13.0",
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.16.0",
"@mdx-js/react": "^3.1.0",
"@mdx-js/rollup": "^3.1.0",
"@playwright/test": "^1.49.0",
Expand Down Expand Up @@ -154,7 +154,7 @@
"chromatic": "^11.20.0",
"cross-env": "^7.0.3",
"dotenv-flow": "^4.1.0",
"eslint": "9.13.0",
"eslint": "9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
Expand All @@ -178,7 +178,7 @@
"otpauth": "^9.3.5",
"patch-package": "^8.0.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"react-error-boundary": "^4.1.2",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.0.0",
Expand Down
148 changes: 80 additions & 68 deletions frontend-react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -833,46 +833,48 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.11.0":
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.12.1":
version: 4.12.1
resolution: "@eslint-community/regexpp@npm:4.12.1"
checksum: 0d628680e204bc316d545b4993d3658427ca404ae646ce541fcc65306b8c712c340e5e573e30fb9f85f4855c0c5f6dca9868931f2fcced06417fbe1a0c6cd2d6
languageName: node
linkType: hard

"@eslint/compat@npm:^1.2.2":
version: 1.2.2
resolution: "@eslint/compat@npm:1.2.2"
"@eslint/compat@npm:^1.2.4":
version: 1.2.4
resolution: "@eslint/compat@npm:1.2.4"
peerDependencies:
eslint: ^9.10.0
peerDependenciesMeta:
eslint:
optional: true
checksum: 02708de14b32870f44b4fbb78d1bf9e7fb8741a3038bcaea91239a161a0884b676b4c9b5a2346a145d76981710427f5a2d56f65e5bc0579bd288286e88f43ee2
checksum: d68b0e5d4f2890c86b439cd2e4c0f9c6e7eae09230a69cf80a0b647f7242ed5c662cc286a06d6eb06d95e3def62ed26e9e1eac494538d58b4e2cfc355d37c176
languageName: node
linkType: hard

"@eslint/config-array@npm:^0.18.0":
version: 0.18.0
resolution: "@eslint/config-array@npm:0.18.0"
"@eslint/config-array@npm:^0.19.0":
version: 0.19.1
resolution: "@eslint/config-array@npm:0.19.1"
dependencies:
"@eslint/object-schema": ^2.1.4
"@eslint/object-schema": ^2.1.5
debug: ^4.3.1
minimatch: ^3.1.2
checksum: 5ff748e1788745bfb3160c3b3151d62a7c054e336e9fe8069e86cfa6106f3abbd59b24f1253122268295f98c66803e9a7b23d7f947a8c00f62d2060cc44bc7fc
checksum: 421aad712a5ef1a3d118b5e0857f79c080f9dd619a76ce19d20105d381521583786f7abb1195744af9e62a5124e6657066eb6780e920f4001846bd91c1a665f0
languageName: node
linkType: hard

"@eslint/core@npm:^0.7.0":
version: 0.7.0
resolution: "@eslint/core@npm:0.7.0"
checksum: 91d4aa2805f356fb0bba693411deab91590472666e22c9c03304ba03b288b74403a5e120db16d0926ea94281e15563a8d4d519cd1e565d514e2d5015a84b8575
"@eslint/core@npm:^0.9.0":
version: 0.9.1
resolution: "@eslint/core@npm:0.9.1"
dependencies:
"@types/json-schema": ^7.0.15
checksum: 33c8159842cc3a646caa267c008cb567ca60e0220bcdcf6e426128409953b8f6a9b142246db616c71d06331edf769c192d7e2792b3f19c2a6b8179e491512d89
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^3.1.0":
version: 3.1.0
resolution: "@eslint/eslintrc@npm:3.1.0"
"@eslint/eslintrc@npm:^3.2.0":
version: 3.2.0
resolution: "@eslint/eslintrc@npm:3.2.0"
dependencies:
ajv: ^6.12.4
debug: ^4.3.2
Expand All @@ -883,30 +885,30 @@ __metadata:
js-yaml: ^4.1.0
minimatch: ^3.1.2
strip-json-comments: ^3.1.1
checksum: b0a9bbd98c8b9e0f4d975b042ff9b874dde722b20834ea2ff46551c3de740d4f10f56c449b790ef34d7f82147cbddfc22b004a43cc885dbc2664bb134766b5e4
checksum: c898e4d12f4c9a79a61ee3c91e38eea5627a04e021cb749191e8537445858bfe32f810eca0cb2dc9902b8ad8b65ca07ef7221dc4bad52afe60cbbf50ec56c236
languageName: node
linkType: hard

"@eslint/js@npm:9.13.0, @eslint/js@npm:^9.13.0":
version: 9.13.0
resolution: "@eslint/js@npm:9.13.0"
checksum: ad5dd72aa75bd8d5bd3c1ffe68cf748aed7edef5fcf97193eb52af35dbb89a1999f526a0e2c169ef5572afbbbbb5f37d6fd0af2991d9ccdc29f753da5cc0f532
"@eslint/js@npm:9.16.0, @eslint/js@npm:^9.16.0":
version: 9.16.0
resolution: "@eslint/js@npm:9.16.0"
checksum: ba2d7f7266df827df72cec069df9284ad5e7edb4894a8c58c41db0d489136b22815dc76cd34cf565284979feb4d3a8197b511e08529c03f30c80b5235d25030b
languageName: node
linkType: hard

"@eslint/object-schema@npm:^2.1.4":
version: 2.1.4
resolution: "@eslint/object-schema@npm:2.1.4"
checksum: 5a03094115bcdab7991dbbc5d17a9713f394cebb4b44d3eaf990d7487b9b8e1877b817997334ab40be52e299a0384595c6f6ba91b389901e5e1d21efda779271
"@eslint/object-schema@npm:^2.1.5":
version: 2.1.5
resolution: "@eslint/object-schema@npm:2.1.5"
checksum: 5facffc832bae93c510f4d38f0f1cbfebd3d7ec772ece6b801bd09bf2dce52e781f4dea500aa133d02257e04ed6a3958fa18cbaed1f9623974a804ee60a8ca54
languageName: node
linkType: hard

"@eslint/plugin-kit@npm:^0.2.0":
version: 0.2.2
resolution: "@eslint/plugin-kit@npm:0.2.2"
"@eslint/plugin-kit@npm:^0.2.3":
version: 0.2.4
resolution: "@eslint/plugin-kit@npm:0.2.4"
dependencies:
levn: ^0.4.1
checksum: 08935d81f59f8b2ccc6df1e2517684d6cb9911390e210dacd861be60a000224b0b2f5aa9364ff78e4b14152d1d777aa621f587479aae07d0670b2e14a5a18ef6
checksum: 5693465dca5fc6f27b090f987b51bc738f48c6a6b5678dcc1791522921834206388b462578edd362d458e8de6dcd21cce1a2e8cff47d1512411ba0389112c231
languageName: node
linkType: hard

Expand All @@ -917,7 +919,7 @@ __metadata:
languageName: node
linkType: hard

"@humanfs/node@npm:^0.16.5":
"@humanfs/node@npm:^0.16.6":
version: 0.16.6
resolution: "@humanfs/node@npm:0.16.6"
dependencies:
Expand All @@ -934,13 +936,20 @@ __metadata:
languageName: node
linkType: hard

"@humanwhocodes/retry@npm:^0.3.0, @humanwhocodes/retry@npm:^0.3.1":
"@humanwhocodes/retry@npm:^0.3.0":
version: 0.3.1
resolution: "@humanwhocodes/retry@npm:0.3.1"
checksum: 7e5517bb51dbea3e02ab6cacef59a8f4b0ca023fc4b0b8cbc40de0ad29f46edd50b897c6e7fba79366a0217e3f48e2da8975056f6c35cfe19d9cc48f1d03c1dd
languageName: node
linkType: hard

"@humanwhocodes/retry@npm:^0.4.1":
version: 0.4.1
resolution: "@humanwhocodes/retry@npm:0.4.1"
checksum: f11167c28e8266faba470fd273cbaafe2827523492bc18c5623015adb7ed66f46b2e542e3d756fed9ca614300249267814220c2f5f03a59e07fdfa64fc14ad52
languageName: node
linkType: hard

"@inquirer/confirm@npm:^3.0.0":
version: 3.0.0
resolution: "@inquirer/confirm@npm:3.0.0"
Expand Down Expand Up @@ -4609,7 +4618,7 @@ __metadata:
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.1, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.1, cross-spawn@npm:^7.0.3":
version: 7.0.3
resolution: "cross-spawn@npm:7.0.3"
dependencies:
Expand All @@ -4620,6 +4629,17 @@ __metadata:
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.5":
version: 7.0.6
resolution: "cross-spawn@npm:7.0.6"
dependencies:
path-key: ^3.1.0
shebang-command: ^2.0.0
which: ^2.0.1
checksum: 8d306efacaf6f3f60e0224c287664093fa9185680b2d195852ba9a863f85d02dcc737094c6e512175f8ee0161f9b87c73c6826034c2422e39de7d6569cf4503b
languageName: node
linkType: hard

"css-color-keywords@npm:^1.0.0":
version: 1.0.0
resolution: "css-color-keywords@npm:1.0.0"
Expand Down Expand Up @@ -5814,7 +5834,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-scope@npm:^8.1.0":
"eslint-scope@npm:^8.2.0":
version: 8.2.0
resolution: "eslint-scope@npm:8.2.0"
dependencies:
Expand All @@ -5831,37 +5851,37 @@ __metadata:
languageName: node
linkType: hard

"eslint-visitor-keys@npm:^4.1.0, eslint-visitor-keys@npm:^4.2.0":
"eslint-visitor-keys@npm:^4.2.0":
version: 4.2.0
resolution: "eslint-visitor-keys@npm:4.2.0"
checksum: 779c604672b570bb4da84cef32f6abb085ac78379779c1122d7879eade8bb38ae715645324597cf23232d03cef06032c9844d25c73625bc282a5bfd30247e5b5
languageName: node
linkType: hard

"eslint@npm:9.13.0":
version: 9.13.0
resolution: "eslint@npm:9.13.0"
"eslint@npm:9.16.0":
version: 9.16.0
resolution: "eslint@npm:9.16.0"
dependencies:
"@eslint-community/eslint-utils": ^4.2.0
"@eslint-community/regexpp": ^4.11.0
"@eslint/config-array": ^0.18.0
"@eslint/core": ^0.7.0
"@eslint/eslintrc": ^3.1.0
"@eslint/js": 9.13.0
"@eslint/plugin-kit": ^0.2.0
"@humanfs/node": ^0.16.5
"@eslint-community/regexpp": ^4.12.1
"@eslint/config-array": ^0.19.0
"@eslint/core": ^0.9.0
"@eslint/eslintrc": ^3.2.0
"@eslint/js": 9.16.0
"@eslint/plugin-kit": ^0.2.3
"@humanfs/node": ^0.16.6
"@humanwhocodes/module-importer": ^1.0.1
"@humanwhocodes/retry": ^0.3.1
"@humanwhocodes/retry": ^0.4.1
"@types/estree": ^1.0.6
"@types/json-schema": ^7.0.15
ajv: ^6.12.4
chalk: ^4.0.0
cross-spawn: ^7.0.2
cross-spawn: ^7.0.5
debug: ^4.3.2
escape-string-regexp: ^4.0.0
eslint-scope: ^8.1.0
eslint-visitor-keys: ^4.1.0
espree: ^10.2.0
eslint-scope: ^8.2.0
eslint-visitor-keys: ^4.2.0
espree: ^10.3.0
esquery: ^1.5.0
esutils: ^2.0.2
fast-deep-equal: ^3.1.3
Expand All @@ -5876,19 +5896,18 @@ __metadata:
minimatch: ^3.1.2
natural-compare: ^1.4.0
optionator: ^0.9.3
text-table: ^0.2.0
peerDependencies:
jiti: "*"
peerDependenciesMeta:
jiti:
optional: true
bin:
eslint: bin/eslint.js
checksum: 99e878d6883864b8361bfaf2a2304f1e133347ac19976c79e1430623cd311cb38253bbd122100788082eded947693cce5c7e67dfd2b5173e6f05edb92dcb2206
checksum: d7b77caed2e319dba9bdf5fd3275c643332e4c79fcfe62cf19031fc430c27fe691daa718474d29a1050b83348085f8df50e04f260e081e5b1fbee1d2ca9c5c74
languageName: node
linkType: hard

"espree@npm:^10.0.1, espree@npm:^10.2.0":
"espree@npm:^10.0.1, espree@npm:^10.3.0":
version: 10.3.0
resolution: "espree@npm:10.3.0"
dependencies:
Expand Down Expand Up @@ -9694,12 +9713,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.3.3":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
"prettier@npm:^3.4.2":
version: 3.4.2
resolution: "prettier@npm:3.4.2"
bin:
prettier: bin/prettier.cjs
checksum: bc8604354805acfdde6106852d14b045bb20827ad76a5ffc2455b71a8257f94de93f17f14e463fe844808d2ccc87248364a5691488a3304f1031326e62d9276e
checksum: 061c84513db62d3944c8dc8df36584dad82883ce4e49efcdbedd8703dce5b173c33fd9d2a4e1725d642a3b713c932b55418342eaa347479bc4a9cca114a04cd0
languageName: node
linkType: hard

Expand Down Expand Up @@ -9879,8 +9898,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "react-frontend@workspace:."
dependencies:
"@eslint/compat": ^1.2.2
"@eslint/js": ^9.13.0
"@eslint/compat": ^1.2.4
"@eslint/js": ^9.16.0
"@mdx-js/react": ^3.1.0
"@mdx-js/rollup": ^3.1.0
"@microsoft/applicationinsights-react-js": ^17.3.4
Expand Down Expand Up @@ -9938,7 +9957,7 @@ __metadata:
date-fns-tz: ^3.2.0
dompurify: ^3.2.2
dotenv-flow: ^4.1.0
eslint: 9.13.0
eslint: 9.16.0
eslint-config-prettier: ^9.1.0
eslint-import-resolver-typescript: ^3.6.3
eslint-plugin-import: ^2.31.0
Expand Down Expand Up @@ -9968,7 +9987,7 @@ __metadata:
p-limit: ^6.1.0
patch-package: ^8.0.0
postcss: ^8.4.49
prettier: ^3.3.3
prettier: ^3.4.2
react: ^18.3.1
react-dom: ^18.3.1
react-error-boundary: ^4.1.2
Expand Down Expand Up @@ -11432,13 +11451,6 @@ __metadata:
languageName: node
linkType: hard

"text-table@npm:^0.2.0":
version: 0.2.0
resolution: "text-table@npm:0.2.0"
checksum: b6937a38c80c7f84d9c11dd75e49d5c44f71d95e810a3250bd1f1797fc7117c57698204adf676b71497acc205d769d65c16ae8fa10afad832ae1322630aef10a
languageName: node
linkType: hard

"tiny-emitter@npm:1.1.0":
version: 1.1.0
resolution: "tiny-emitter@npm:1.1.0"
Expand Down

0 comments on commit b1c4b88

Please sign in to comment.