@nuxtus/nuxtus 2.2.3 → 2.3.0

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.
@@ -11,9 +11,9 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
13
  - uses: actions/checkout@main
14
- - uses: actions/setup-node@v4
14
+ - uses: actions/setup-node@v6
15
15
  with:
16
- node-version: "20.x"
16
+ node-version: "24.x"
17
17
  - run: npm ci
18
18
  # - run: npm run build --if-present
19
19
  # - run: npm test
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  Changelog
2
2
 
3
+ # [2.3.0](https://github.com/nuxtus/nuxtus/compare/v2.2.4...v2.3.0) (2026-03-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * [US-001] - Upgrade Node version requirements to 22 ([409f446](https://github.com/nuxtus/nuxtus/commit/409f4466d1208f2ec349d8b652b769de055ee52d))
9
+ * [US-002] - Upgrade Directus to v11 in server ([4079858](https://github.com/nuxtus/nuxtus/commit/4079858cd94b498bcc57f587005775a7360c888e))
10
+ * [US-003] - Upgrade @directus/sdk to v21 in client ([5722509](https://github.com/nuxtus/nuxtus/commit/572250938ed8a9598629499a94741d6200d66374))
11
+
12
+ ## [2.2.4](https://github.com/nuxtus/nuxtus/compare/v2.2.3...v2.2.4) (2026-03-16)
13
+
3
14
  ## [2.2.3](https://github.com/nuxtus/nuxtus/compare/v2.2.2...v2.2.3) (2024-02-23)
4
15
 
5
16
 
@@ -7,16 +7,16 @@
7
7
  "preview": "nuxt preview"
8
8
  },
9
9
  "devDependencies": {
10
- "@nuxtjs/google-fonts": "3.1.3",
11
- "@nuxtjs/tailwindcss": "6.11.4",
10
+ "@nuxtjs/google-fonts": "3.2.0",
11
+ "@nuxtjs/tailwindcss": "6.14.0",
12
12
  "@nuxtus/cli": "2.1.0",
13
13
  "@nuxtus/nuxt-module": "2.4.0",
14
14
  "nuxt": "^3.10.2"
15
15
  },
16
16
  "dependencies": {
17
- "@directus/sdk": "^15.0.1"
17
+ "@directus/sdk": "^21.0.0"
18
18
  },
19
19
  "volta": {
20
- "node": "20.11.1"
20
+ "node": "24.14.0"
21
21
  }
22
22
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@nuxtus/nuxtus",
3
3
  "description": "Directus/Nuxt boilerplate with Tailwind CSS.",
4
- "version": "2.2.3",
4
+ "version": "2.3.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/nuxtus/nuxtus.git"
8
8
  },
9
9
  "engines": {
10
- "node": "20"
10
+ "node": ">=22"
11
11
  },
12
12
  "keywords": [
13
13
  "Directus",
@@ -34,10 +34,10 @@
34
34
  "devDependencies": {
35
35
  "@semantic-release/changelog": "^6.0.1",
36
36
  "@semantic-release/git": "^10.0.1",
37
- "@semantic-release/github": "^9.0.0",
38
- "@semantic-release/release-notes-generator": "^12.0.0",
39
- "concurrently": "8.2.2",
40
- "semantic-release": "^23.0.0"
37
+ "@semantic-release/github": "^12.0.0",
38
+ "@semantic-release/release-notes-generator": "^14.0.0",
39
+ "concurrently": "9.2.1",
40
+ "semantic-release": "^25.0.0"
41
41
  },
42
42
  "release": {
43
43
  "branches": "main",
@@ -91,6 +91,6 @@
91
91
  ]
92
92
  },
93
93
  "volta": {
94
- "node": "20.11.1"
94
+ "node": "24.14.0"
95
95
  }
96
96
  }
package/renovate.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
3
  "extends": [
4
- "config:base"
4
+ "config:recommended"
5
5
  ],
6
- "baseBranches": ["develop"]
6
+ "baseBranchPatterns": [
7
+ "develop"
8
+ ]
7
9
  }
@@ -11,9 +11,9 @@
11
11
  "author": "",
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
- "directus": "^10.0.0"
14
+ "directus": "^11.4.0"
15
15
  },
16
16
  "volta": {
17
- "node": "20.11.1"
17
+ "node": "24.14.0"
18
18
  }
19
19
  }