@sbc-connect/nuxt-auth 0.10.0 → 0.11.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @sbc-connect/nuxt-auth
2
2
 
3
+ ## 0.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c0df0d1`](https://github.com/bcgov/connect-nuxt/commit/c0df0d1deb18d2123bc5e562e3c2ba2028de7ce1), [`8dedd59`](https://github.com/bcgov/connect-nuxt/commit/8dedd5905ad619d8eaf8fee13a74abbc84019b54)]:
8
+ - @sbc-connect/nuxt-base@0.10.0
9
+ - @sbc-connect/nuxt-forms@0.7.5
10
+
11
+ ## 0.11.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#160](https://github.com/bcgov/connect-nuxt/pull/160) [`80b8318`](https://github.com/bcgov/connect-nuxt/commit/80b8318ab802a14f77e9fe88f96e66aaf23e18ad) Thanks [@deetz99](https://github.com/deetz99)! - Update Nuxt, pinia colada, keycloak, nuxt ui, i18n, vueuse, dompurify, es-toolkit, zod.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`80b8318`](https://github.com/bcgov/connect-nuxt/commit/80b8318ab802a14f77e9fe88f96e66aaf23e18ad)]:
20
+ - @sbc-connect/nuxt-base@0.9.0
21
+ - @sbc-connect/nuxt-forms@0.7.4
22
+
3
23
  ## 0.10.0
4
24
 
5
25
  ### Minor Changes
package/nuxt.config.ts CHANGED
@@ -80,5 +80,13 @@ export default defineNuxtConfig({
80
80
  playwright: process.env.playwright === 'true',
81
81
  playwrightFetchTestAccount: process.env.playwrightFetchTestAccount === 'true'
82
82
  }
83
+ },
84
+
85
+ vite: {
86
+ optimizeDeps: {
87
+ include: [
88
+ 'keycloak-js'
89
+ ]
90
+ }
83
91
  }
84
92
  })
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "@sbc-connect/nuxt-auth",
3
3
  "type": "module",
4
- "version": "0.10.0",
4
+ "version": "0.11.1",
5
5
  "repository": "github:bcgov/connect-nuxt",
6
6
  "license": "BSD-3-Clause",
7
7
  "main": "./nuxt.config.ts",
8
8
  "devDependencies": {
9
- "@axe-core/playwright": "4.11.1",
10
- "dotenv": "17.3.1",
11
- "nuxt": "4.2.2",
12
- "typescript": "5.9.3",
13
- "vue-tsc": "3.2.5",
9
+ "@axe-core/playwright": "4.11.3",
10
+ "dotenv": "17.4.2",
11
+ "nuxt": "4.4.6",
12
+ "typescript": "6.0.3",
13
+ "vue-tsc": "3.3.1",
14
14
  "@sbc-connect/eslint-config": "0.0.8",
15
- "@sbc-connect/playwright-config": "0.1.1",
16
- "@sbc-connect/vitest-config": "0.1.1"
15
+ "@sbc-connect/playwright-config": "0.2.0",
16
+ "@sbc-connect/vitest-config": "0.2.0"
17
17
  },
18
18
  "dependencies": {
19
- "@pinia/colada": "1.0.0",
20
- "@pinia/colada-nuxt": "0.3.2",
19
+ "@pinia/colada": "1.3.0",
20
+ "@pinia/colada-nuxt": "1.0.1",
21
21
  "@pinia/nuxt": "0.11.3",
22
- "keycloak-js": "26.2.3",
22
+ "keycloak-js": "26.2.4",
23
23
  "pinia": "3.0.4",
24
24
  "pinia-plugin-persistedstate": "4.7.1",
25
- "@sbc-connect/nuxt-base": "0.8.0",
26
- "@sbc-connect/nuxt-forms": "0.7.3"
25
+ "@sbc-connect/nuxt-base": "0.10.0",
26
+ "@sbc-connect/nuxt-forms": "0.7.5"
27
27
  },
28
28
  "scripts": {
29
29
  "preinstall": "npx only-allow pnpm",