Skip to content

Commit fa4d880

Browse files
committed
bump openapi-client-codegen
1 parent 5ebd5e7 commit fa4d880

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

eslint.config.mjs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended'
33
import simpleImportSort from 'eslint-plugin-simple-import-sort';
44
import unusedImports from 'eslint-plugin-unused-imports';
55
import pluginVue from 'eslint-plugin-vue';
6+
import globals from 'globals';
67
import tseslint from 'typescript-eslint';
78

89
export default tseslint.config(
@@ -27,11 +28,13 @@ export default tseslint.config(
2728
projectService: true
2829
},
2930

30-
// not sure why some of these TS generics are needed.
31-
// will circle back when Vue officially updates to ESLint 9
3231
globals: {
32+
// not sure why some of these TS generics are needed.
33+
// will circle back when Vue officially updates to ESLint 9
3334
Omit: false,
34-
Record: false
35+
Record: false,
36+
37+
...globals.browser
3538
}
3639
}
3740
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@signal24/vue-foundation",
33
"type": "module",
4-
"version": "4.22.0",
4+
"version": "4.23.0",
55
"description": "Common components, directives, and helpers for Vue 3 apps",
66
"module": "./dist/vue-foundation.es.js",
77
"exports": {
@@ -45,11 +45,11 @@
4545
"devDependencies": {
4646
"@eslint/js": "9.26.0",
4747
"@nabla/vite-plugin-eslint": "^2.0.5",
48-
"@signal24/openapi-client-codegen": "^2.4.0",
48+
"@signal24/openapi-client-codegen": "^2.5.0",
4949
"@tsconfig/node22": "^22.0.1",
5050
"@types/jsdom": "^21.1.7",
5151
"@types/lodash": "^4.17.16",
52-
"@types/node": "^22.15.17",
52+
"@types/node": "^22.15.18",
5353
"@types/uuid": "^10.0.0",
5454
"@vitejs/plugin-vue": "^5.2.4",
5555
"@vue/eslint-config-prettier": "^10.2.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,15 +1252,15 @@ __metadata:
12521252
languageName: node
12531253
linkType: hard
12541254

1255-
"@signal24/openapi-client-codegen@npm:^2.4.0":
1256-
version: 2.4.0
1257-
resolution: "@signal24/openapi-client-codegen@npm:2.4.0"
1255+
"@signal24/openapi-client-codegen@npm:^2.5.0":
1256+
version: 2.5.0
1257+
resolution: "@signal24/openapi-client-codegen@npm:2.5.0"
12581258
dependencies:
12591259
"@hey-api/client-fetch": "npm:^0.10.0"
12601260
"@hey-api/openapi-ts": "npm:^0.67.3"
12611261
bin:
12621262
generate-openapi-client: dist/src/node/cli.js
1263-
checksum: 10c0/9782dc89f2fbc0d85af9fb0491443c6dcbba5dca495b5099dbcfe3eb27a0fe2434c269c7e1167a41e60a4a307fccfd002fa8d3c86acf67f6a40f560d418c0f0c
1263+
checksum: 10c0/9cd73019e218f6011cc20511c96fb55c0f1cd5b67e9a0959d37df77008db7a53385f4cc429e236af7ab18f750bc4a9a337cbacc12daacac9953a24e9dc5ffcba
12641264
languageName: node
12651265
linkType: hard
12661266

@@ -1270,11 +1270,11 @@ __metadata:
12701270
dependencies:
12711271
"@eslint/js": "npm:9.26.0"
12721272
"@nabla/vite-plugin-eslint": "npm:^2.0.5"
1273-
"@signal24/openapi-client-codegen": "npm:^2.4.0"
1273+
"@signal24/openapi-client-codegen": "npm:^2.5.0"
12741274
"@tsconfig/node22": "npm:^22.0.1"
12751275
"@types/jsdom": "npm:^21.1.7"
12761276
"@types/lodash": "npm:^4.17.16"
1277-
"@types/node": "npm:^22.15.17"
1277+
"@types/node": "npm:^22.15.18"
12781278
"@types/uuid": "npm:^10.0.0"
12791279
"@vitejs/plugin-vue": "npm:^5.2.4"
12801280
"@vue/eslint-config-prettier": "npm:^10.2.0"
@@ -1374,12 +1374,12 @@ __metadata:
13741374
languageName: node
13751375
linkType: hard
13761376

1377-
"@types/node@npm:^22.15.17":
1378-
version: 22.15.17
1379-
resolution: "@types/node@npm:22.15.17"
1377+
"@types/node@npm:^22.15.18":
1378+
version: 22.15.18
1379+
resolution: "@types/node@npm:22.15.18"
13801380
dependencies:
13811381
undici-types: "npm:~6.21.0"
1382-
checksum: 10c0/fb92aa10b628683c5b965749f955bc2322485ecb0ea6c2f4cae5f2c7537a16834607e67083a9e9281faaae8d7dee9ada8d6a5c0de9a52c17d82912ef00c0fdd4
1382+
checksum: 10c0/e23178c568e2dc6b93b6aa3b8dfb45f9556e527918c947fe7406a4c92d2184c7396558912400c3b1b8d0fa952ec63819aca2b8e4d3545455fc6f1e9623e09ca6
13831383
languageName: node
13841384
linkType: hard
13851385

0 commit comments

Comments
 (0)