eslint-plugin-primer-react 7.0.0-rc.85cdef2 → 7.0.0-rc.903d3f3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package-lock.json +51 -57
  2. package/package.json +2 -2
package/package-lock.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@styled-system/props": "^5.1.5",
13
- "@typescript-eslint/utils": "8.17.0",
13
+ "@typescript-eslint/utils": "8.18.1",
14
14
  "eslint-plugin-github": "^5.0.1",
15
15
  "eslint-plugin-jsx-a11y": "^6.7.1",
16
16
  "eslint-traverse": "^1.0.0",
@@ -2322,14 +2322,14 @@
2322
2322
  }
2323
2323
  },
2324
2324
  "node_modules/@typescript-eslint/utils": {
2325
- "version": "8.17.0",
2326
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.17.0.tgz",
2327
- "integrity": "sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==",
2325
+ "version": "8.18.1",
2326
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.18.1.tgz",
2327
+ "integrity": "sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==",
2328
2328
  "dependencies": {
2329
2329
  "@eslint-community/eslint-utils": "^4.4.0",
2330
- "@typescript-eslint/scope-manager": "8.17.0",
2331
- "@typescript-eslint/types": "8.17.0",
2332
- "@typescript-eslint/typescript-estree": "8.17.0"
2330
+ "@typescript-eslint/scope-manager": "8.18.1",
2331
+ "@typescript-eslint/types": "8.18.1",
2332
+ "@typescript-eslint/typescript-estree": "8.18.1"
2333
2333
  },
2334
2334
  "engines": {
2335
2335
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2339,21 +2339,17 @@
2339
2339
  "url": "https://opencollective.com/typescript-eslint"
2340
2340
  },
2341
2341
  "peerDependencies": {
2342
- "eslint": "^8.57.0 || ^9.0.0"
2343
- },
2344
- "peerDependenciesMeta": {
2345
- "typescript": {
2346
- "optional": true
2347
- }
2342
+ "eslint": "^8.57.0 || ^9.0.0",
2343
+ "typescript": ">=4.8.4 <5.8.0"
2348
2344
  }
2349
2345
  },
2350
2346
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
2351
- "version": "8.17.0",
2352
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz",
2353
- "integrity": "sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==",
2347
+ "version": "8.18.1",
2348
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz",
2349
+ "integrity": "sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==",
2354
2350
  "dependencies": {
2355
- "@typescript-eslint/types": "8.17.0",
2356
- "@typescript-eslint/visitor-keys": "8.17.0"
2351
+ "@typescript-eslint/types": "8.18.1",
2352
+ "@typescript-eslint/visitor-keys": "8.18.1"
2357
2353
  },
2358
2354
  "engines": {
2359
2355
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2364,9 +2360,9 @@
2364
2360
  }
2365
2361
  },
2366
2362
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
2367
- "version": "8.17.0",
2368
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.17.0.tgz",
2369
- "integrity": "sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==",
2363
+ "version": "8.18.1",
2364
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.1.tgz",
2365
+ "integrity": "sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==",
2370
2366
  "engines": {
2371
2367
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2372
2368
  },
@@ -2376,12 +2372,12 @@
2376
2372
  }
2377
2373
  },
2378
2374
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
2379
- "version": "8.17.0",
2380
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz",
2381
- "integrity": "sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==",
2375
+ "version": "8.18.1",
2376
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz",
2377
+ "integrity": "sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==",
2382
2378
  "dependencies": {
2383
- "@typescript-eslint/types": "8.17.0",
2384
- "@typescript-eslint/visitor-keys": "8.17.0",
2379
+ "@typescript-eslint/types": "8.18.1",
2380
+ "@typescript-eslint/visitor-keys": "8.18.1",
2385
2381
  "debug": "^4.3.4",
2386
2382
  "fast-glob": "^3.3.2",
2387
2383
  "is-glob": "^4.0.3",
@@ -2396,18 +2392,16 @@
2396
2392
  "type": "opencollective",
2397
2393
  "url": "https://opencollective.com/typescript-eslint"
2398
2394
  },
2399
- "peerDependenciesMeta": {
2400
- "typescript": {
2401
- "optional": true
2402
- }
2395
+ "peerDependencies": {
2396
+ "typescript": ">=4.8.4 <5.8.0"
2403
2397
  }
2404
2398
  },
2405
2399
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
2406
- "version": "8.17.0",
2407
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz",
2408
- "integrity": "sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==",
2400
+ "version": "8.18.1",
2401
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz",
2402
+ "integrity": "sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==",
2409
2403
  "dependencies": {
2410
- "@typescript-eslint/types": "8.17.0",
2404
+ "@typescript-eslint/types": "8.18.1",
2411
2405
  "eslint-visitor-keys": "^4.2.0"
2412
2406
  },
2413
2407
  "engines": {
@@ -9571,37 +9565,37 @@
9571
9565
  }
9572
9566
  },
9573
9567
  "@typescript-eslint/utils": {
9574
- "version": "8.17.0",
9575
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.17.0.tgz",
9576
- "integrity": "sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==",
9568
+ "version": "8.18.1",
9569
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.18.1.tgz",
9570
+ "integrity": "sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==",
9577
9571
  "requires": {
9578
9572
  "@eslint-community/eslint-utils": "^4.4.0",
9579
- "@typescript-eslint/scope-manager": "8.17.0",
9580
- "@typescript-eslint/types": "8.17.0",
9581
- "@typescript-eslint/typescript-estree": "8.17.0"
9573
+ "@typescript-eslint/scope-manager": "8.18.1",
9574
+ "@typescript-eslint/types": "8.18.1",
9575
+ "@typescript-eslint/typescript-estree": "8.18.1"
9582
9576
  },
9583
9577
  "dependencies": {
9584
9578
  "@typescript-eslint/scope-manager": {
9585
- "version": "8.17.0",
9586
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz",
9587
- "integrity": "sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==",
9579
+ "version": "8.18.1",
9580
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz",
9581
+ "integrity": "sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==",
9588
9582
  "requires": {
9589
- "@typescript-eslint/types": "8.17.0",
9590
- "@typescript-eslint/visitor-keys": "8.17.0"
9583
+ "@typescript-eslint/types": "8.18.1",
9584
+ "@typescript-eslint/visitor-keys": "8.18.1"
9591
9585
  }
9592
9586
  },
9593
9587
  "@typescript-eslint/types": {
9594
- "version": "8.17.0",
9595
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.17.0.tgz",
9596
- "integrity": "sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA=="
9588
+ "version": "8.18.1",
9589
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.1.tgz",
9590
+ "integrity": "sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw=="
9597
9591
  },
9598
9592
  "@typescript-eslint/typescript-estree": {
9599
- "version": "8.17.0",
9600
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz",
9601
- "integrity": "sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==",
9593
+ "version": "8.18.1",
9594
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz",
9595
+ "integrity": "sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==",
9602
9596
  "requires": {
9603
- "@typescript-eslint/types": "8.17.0",
9604
- "@typescript-eslint/visitor-keys": "8.17.0",
9597
+ "@typescript-eslint/types": "8.18.1",
9598
+ "@typescript-eslint/visitor-keys": "8.18.1",
9605
9599
  "debug": "^4.3.4",
9606
9600
  "fast-glob": "^3.3.2",
9607
9601
  "is-glob": "^4.0.3",
@@ -9611,11 +9605,11 @@
9611
9605
  }
9612
9606
  },
9613
9607
  "@typescript-eslint/visitor-keys": {
9614
- "version": "8.17.0",
9615
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz",
9616
- "integrity": "sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==",
9608
+ "version": "8.18.1",
9609
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz",
9610
+ "integrity": "sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==",
9617
9611
  "requires": {
9618
- "@typescript-eslint/types": "8.17.0",
9612
+ "@typescript-eslint/types": "8.18.1",
9619
9613
  "eslint-visitor-keys": "^4.2.0"
9620
9614
  }
9621
9615
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-primer-react",
3
- "version": "7.0.0-rc.85cdef2",
3
+ "version": "7.0.0-rc.903d3f3",
4
4
  "description": "ESLint rules for Primer React",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -34,7 +34,7 @@
34
34
  "eslint-traverse": "^1.0.0",
35
35
  "lodash": "^4.17.21",
36
36
  "styled-system": "^5.1.5",
37
- "@typescript-eslint/utils": "8.17.0",
37
+ "@typescript-eslint/utils": "8.18.1",
38
38
  "typescript": "^5.5.3"
39
39
  },
40
40
  "devDependencies": {