Skip to content
Open
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1c4804b
chore(strapi): release version 13.0.1
TriPSs Oct 24, 2025
fdc0931
Merge branch 'master' into improvements
TriPSs Oct 24, 2025
c98f73b
chore(playwright): release version 11.0.1
TriPSs Oct 24, 2025
11dee8c
chore(translations): release version 16.0.1
TriPSs Oct 24, 2025
65a7181
chore(docusaurus): release version 4.0.1
TriPSs Oct 24, 2025
d0db8b4
chore(react-email): release version 5.0.1
TriPSs Oct 24, 2025
e41702e
chore(shadcn-ui): release version 5.0.1
TriPSs Oct 24, 2025
4ce4329
chore(strapi): release version 13.0.2
TriPSs Oct 24, 2025
e913249
chore(gcp-functions): release version 16.0.1
TriPSs Oct 24, 2025
382aaa5
chore(gcp-deployment-manager): release version 11.0.1
TriPSs Oct 24, 2025
c1ed0f9
chore(gcp-secrets): release version 12.0.1
TriPSs Oct 24, 2025
65d56e5
chore(e2e-runner): release version 12.0.1
TriPSs Oct 24, 2025
184e663
chore(gcp-storage): release version 10.0.1
TriPSs Oct 24, 2025
03dfe3a
chore(firebase-hosting): release version 9.0.1
TriPSs Oct 24, 2025
b825bdd
chore(pulumi): release version 10.0.1
TriPSs Oct 24, 2025
bccc5e4
chore(vercel): release version 13.0.1
TriPSs Oct 24, 2025
b6a0e04
chore(terraform): release version 9.0.1
TriPSs Oct 24, 2025
a7ad93e
chore(gcp-cloud-run): release version 13.0.1
TriPSs Oct 24, 2025
d33e95c
chore(changelog-notify): release version 9.0.1
TriPSs Oct 24, 2025
edbcb5d
feat: Upgrade `@nx/*` version 22.0.0
TriPSs Nov 19, 2025
a83e792
chore: Update dependencies across packages
TriPSs Nov 19, 2025
e6b034f
fix(translations): Update types to latest `@nx/devkit` versions
TriPSs Nov 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,38 +33,38 @@
},
"dependencies": {
"@actions/core": "^1.11.1",
"@nx/devkit": "21.6.4",
"@nx/workspace": "21.6.4",
"@nx/devkit": "22.0.4",
"@nx/workspace": "22.0.4",
"@types/tar": "^6.1.13",
"axios": "^1.12.2",
"axios": "^1.13.2",
"crypto-js": "^4.2.0",
"deepmerge": "^4.3.1",
"rxjs-for-await": "^1.0.0",
"shelljs": "^0.10.0",
"tar": "^7.5.1",
"tar": "^7.5.2",
"tslib": "^2.8.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@google-cloud/storage": "^7.17.2",
"@jamesives/github-pages-deploy-action": "^4.7.3",
"@google-cloud/storage": "^7.17.3",
"@jamesives/github-pages-deploy-action": "^4.7.4",
"@jscutlery/semver": "^5.7.1",
"@nx/eslint-plugin": "21.6.4",
"@nx/jest": "21.6.4",
"@nx/js": "21.6.4",
"@nx/node": "21.6.4",
"@nx/plugin": "21.6.4",
"@nx/react": "21.6.4",
"@nx/webpack": "21.6.4",
"@pulumi/gcp": "^9.3.0",
"@pulumi/pulumi": "^3.201.0",
"@nx/eslint-plugin": "22.0.4",
"@nx/jest": "22.0.4",
"@nx/js": "22.0.4",
"@nx/node": "22.0.4",
"@nx/plugin": "22.0.4",
"@nx/react": "22.0.4",
"@nx/webpack": "22.0.4",
"@pulumi/gcp": "^9.5.0",
"@pulumi/pulumi": "^3.207.0",
"@strapi/strapi": "4.25.24",
"@types/jest": "30.0.0",
"@types/node": "22.9.3",
"@types/shelljs": "^0.8.16",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "8.46.0",
"@typescript-eslint/parser": "8.46.0",
"@types/yargs": "^17.0.35",
"@typescript-eslint/eslint-plugin": "8.47.0",
"@typescript-eslint/parser": "8.47.0",
"@vercel/ncc": "0.34.0",
"dotenv": "17.2.3",
"eslint": "8.57.0",
Expand All @@ -75,9 +75,9 @@
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"jest-util": "30.2.0",
"nx": "21.6.4",
"nx": "22.0.4",
"prettier": "3.6.2",
"ts-jest": "29.4.4",
"ts-jest": "29.4.5",
"ts-node": "10.9.2",
"tslint": "~6.1.3",
"typescript": "5.9.3"
Expand Down
4 changes: 4 additions & 0 deletions packages/changelog-notify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## [9.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.1) (2025-10-24)



# [9.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.0) (2025-10-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/changelog-notify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-extend/changelog-notify",
"version": "9.0.0",
"version": "9.0.1",
"keywords": [
"nx",
"changelog",
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"main": "src/index.js",
"peerDependencies": {
"@nx/devkit": "^21.0.0"
"@nx/devkit": "^22.0.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"main": "src/index.js",
"peerDependencies": {
"@nx/devkit": "^21.0.0"
"@nx/devkit": "^22.0.0"
},
"nx-migrations": {
"migrations": "./migrations.json"
Expand Down
18 changes: 18 additions & 0 deletions packages/docusaurus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@

## [4.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@4.0.1) (2025-10-24)


### Bug Fixes

* **docusaurus:** Release version 4.0.1 ([84555ee](https://github.com/tripss/nx-extend/commit/84555ee303d9425bebdab168c4c72755998ba9e4))



## [4.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@4.0.1) (2025-10-24)


### Bug Fixes

* **docusaurus:** Release version 4.0.1 ([84555ee](https://github.com/tripss/nx-extend/commit/84555ee303d9425bebdab168c4c72755998ba9e4))



Comment on lines +2 to +19
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Remove duplicate changelog entry for version 4.0.1.

The 4.0.1 version heading and its content appear twice consecutively (lines 2–10 and 11–19). Remove one of the duplicate entries to clean up the changelog.

Apply this diff to remove the first duplicate:

 
-## [4.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@4.0.1) (2025-10-24)
-
-
-### Bug Fixes
-
-* **docusaurus:** Release version 4.0.1 ([84555ee](https://github.com/tripss/nx-extend/commit/84555ee303d9425bebdab168c4c72755998ba9e4))
-
-
-
-## [4.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@4.0.1) (2025-10-24)
+## [4.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@4.0.1) (2025-10-24)
 

Committable suggestion skipped: line range outside the PR's diff.

🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

11-11: Multiple headings with the same content

(MD024, no-duplicate-heading)

🤖 Prompt for AI Agents
packages/docusaurus/CHANGELOG.md lines 2-19: the changelog contains a duplicated
entry for version 4.0.1 (two identical headings and bug fix blocks); remove the
entire first duplicate block (lines 2–10) so only a single 4.0.1 entry remains,
ensuring surrounding spacing and markdown structure stay correct after deletion.

# [4.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@4.0.0) (2025-10-24)


Expand Down
14 changes: 7 additions & 7 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-extend/docusaurus",
"version": "4.0.0",
"version": "4.0.1",
"keywords": [
"nx",
"docusaurus"
Expand All @@ -16,18 +16,18 @@
"license": "MIT",
"main": "src/index.js",
"devDependencies": {
"@docusaurus/core": "~3.9.1",
"@docusaurus/module-type-aliases": "~3.9.1",
"@docusaurus/preset-classic": "~3.9.1",
"@docusaurus/tsconfig": "~3.9.1",
"@docusaurus/types": "~3.9.1",
"@docusaurus/core": "~3.9.2",
"@docusaurus/module-type-aliases": "~3.9.2",
"@docusaurus/preset-classic": "~3.9.2",
"@docusaurus/tsconfig": "~3.9.2",
"@docusaurus/types": "~3.9.2",
"typescript": "~5.9.3"
},
"peerDependencies": {
"@docusaurus/core": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@mdx-js/react": "^3.0.1",
"@nx/devkit": "^21.0.0",
"@nx/devkit": "^22.0.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.0.0 || ^19.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/e2e-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

## [12.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@12.0.1) (2025-10-24)

### Dependency Updates

* `playwright` updated to version `11.0.1`


# [12.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@12.0.0) (2025-08-27)

### Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-extend/e2e-runner",
"version": "12.0.0",
"version": "12.0.1",
"homepage": "https://github.com/TriPSs/nx-extend/blob/master/packages/e2e-runner/README.md",
"bugs": {
"url": "https://github.com/tripss/nx-extend/issues"
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"main": "src/index.js",
"peerDependencies": {
"@nx/devkit": "^21.0.0"
"@nx/devkit": "^22.0.0"
},
"executors": "./executors.json",
"generators": "./generators.json",
Expand Down
8 changes: 8 additions & 0 deletions packages/firebase-hosting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

## [9.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.1) (2025-10-24)



## [9.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.1) (2025-10-24)



Comment on lines +2 to +9
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove duplicate changelog entry for version 9.0.1.

The new version entry at lines 2-5 is duplicated identically at lines 6-9. This likely resulted from the changelog generation tool and creates confusion when reviewing release notes. Keep only the first occurrence and remove the duplicate.

Apply this diff to remove the duplicate:

 ## [9.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.1) (2025-10-24)
 

 

-## [9.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.1) (2025-10-24)
-
-
-
 # [9.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.0) (2025-10-24)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## [9.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.1) (2025-10-24)
## [9.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.1) (2025-10-24)
## [9.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.1) (2025-10-24)
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

6-6: Multiple headings with the same content

(MD024, no-duplicate-heading)

🤖 Prompt for AI Agents
packages/firebase-hosting/CHANGELOG.md around lines 2 to 9: the changelog
contains an identical duplicate block for version 9.0.1 spanning lines 2-5 and
6-9; remove the second occurrence (lines 6-9) so only the first 9.0.1 entry
remains, ensuring there are no extra blank lines introduced and the file still
uses the same format for subsequent entries.

# [9.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@9.0.0) (2025-10-24)

### Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase-hosting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-extend/firebase-hosting",
"version": "9.0.0",
"version": "9.0.1",
"homepage": "https://github.com/TriPSs/nx-extend/blob/master/packages/firebase-hosting/README.md",
"bugs": {
"url": "https://github.com/tripss/nx-extend/issues"
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"main": "src/index.js",
"peerDependencies": {
"@nx/devkit": "^21.0.0"
"@nx/devkit": "^22.0.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
4 changes: 4 additions & 0 deletions packages/gcp-cloud-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## [13.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@13.0.1) (2025-10-24)



# [13.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@13.0.0) (2025-10-24)

### Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp-cloud-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-extend/gcp-cloud-run",
"version": "13.0.0",
"version": "13.0.1",
"homepage": "https://github.com/TriPSs/nx-extend/blob/master/packages/gcp-cloud-run/README.md",
"bugs": {
"url": "https://github.com/tripss/nx-extend/issues"
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"main": "src/index.js",
"peerDependencies": {
"@nx/devkit": "^21.0.0"
"@nx/devkit": "^22.0.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
4 changes: 4 additions & 0 deletions packages/gcp-deployment-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## [11.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@11.0.1) (2025-10-24)



# [11.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@11.0.0) (2025-10-24)

### Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp-deployment-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-extend/gcp-deployment-manager",
"version": "11.0.0",
"version": "11.0.1",
"homepage": "https://github.com/TriPSs/nx-extend/blob/master/packages/gcp-deployment-manager/README.md",
"bugs": {
"url": "https://github.com/tripss/nx-extend/issues"
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"main": "src/index.js",
"peerDependencies": {
"@nx/devkit": "^21.0.0"
"@nx/devkit": "^22.0.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
4 changes: 4 additions & 0 deletions packages/gcp-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## [16.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@16.0.1) (2025-10-24)



# [16.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@16.0.0) (2025-10-24)

### Dependency Updates
Expand Down
10 changes: 5 additions & 5 deletions packages/gcp-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-extend/gcp-functions",
"version": "16.0.0",
"version": "16.0.1",
"homepage": "https://github.com/TriPSs/nx-extend/blob/master/packages/gcp-functions/README.md",
"bugs": {
"url": "https://github.com/tripss/nx-extend/issues"
Expand All @@ -13,12 +13,12 @@
"main": "src/index.js",
"devDependencies": {
"@google-cloud/functions-framework": "^4.0.0",
"@nestjs/common": "^11.1.6",
"@nestjs/core": "^11.1.6",
"@nestjs/platform-express": "^11.1.6"
"@nestjs/common": "^11.1.9",
"@nestjs/core": "^11.1.9",
"@nestjs/platform-express": "^11.1.9"
},
"peerDependencies": {
"@nx/devkit": "^21.0.0"
"@nx/devkit": "^22.0.0"
},
"builders": "./executors.json",
"generators": "./generators.json",
Expand Down
4 changes: 4 additions & 0 deletions packages/gcp-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## [12.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@12.0.1) (2025-10-24)



# [12.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@12.0.0) (2025-10-24)

### Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp-secrets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-extend/gcp-secrets",
"version": "12.0.0",
"version": "12.0.1",
"homepage": "https://github.com/TriPSs/nx-extend/blob/master/packages/gcp-secrets/README.md",
"bugs": {
"url": "https://github.com/tripss/nx-extend/issues"
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"main": "src/index.js",
"peerDependencies": {
"@nx/devkit": "^21.0.0"
"@nx/devkit": "^22.0.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
8 changes: 8 additions & 0 deletions packages/gcp-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

## [10.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.1) (2025-10-24)



## [10.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.1) (2025-10-24)



Comment on lines +2 to +9
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Remove duplicate changelog entry for version 10.0.1.

The 10.0.1 version heading appears twice consecutively (lines 2 and 6) with identical content. Remove one of the duplicate entries.

Apply this diff to remove the duplicate:

 
-## [10.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.1) (2025-10-24)
-
-
-
-## [10.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.1) (2025-10-24)
+## [10.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.1) (2025-10-24)
 
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## [10.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.1) (2025-10-24)
## [10.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.1) (2025-10-24)
## [10.0.1](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.1) (2025-10-24)
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

6-6: Multiple headings with the same content

(MD024, no-duplicate-heading)

🤖 Prompt for AI Agents
In packages/gcp-storage/CHANGELOG.md around lines 2 to 9, there are two
identical "## [10.0.1] (2025-10-24)" entries; remove the duplicate block by
deleting the second occurrence (the heading and its immediately following blank
lines) so only a single 10.0.1 changelog entry remains and ensure
spacing/newlines are normalized after removal.

# [10.0.0](https://github.com/tripss/nx-extend/compare/[email protected]@10.0.0) (2025-10-24)

### Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-extend/gcp-storage",
"version": "10.0.0",
"version": "10.0.1",
"keywords": [
"nx",
"google cloud platform",
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"main": "src/index.js",
"peerDependencies": {
"@nx/devkit": "^21.0.0"
"@nx/devkit": "^22.0.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
9 changes: 9 additions & 0 deletions packages/gcp-task-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@



## [9.0.3](https://github.com/TriPSs/nx-extend/compare/[email protected]@9.0.3) (2025-10-24)


### Bug Fixes

* **packages:** Bump `@google-cloud/storage` to `7.17.2` ([f08e4c0](https://github.com/TriPSs/nx-extend/commit/f08e4c03830d4e6c1926bf78603d636a759d0e85))



## [9.0.2](https://github.com/TriPSs/nx-extend/compare/[email protected]@9.0.2) (2025-08-27)


Expand Down
6 changes: 3 additions & 3 deletions packages/gcp-task-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "9.0.3",
"main": "src/index.js",
"dependencies": {
"@google-cloud/storage": "7.17.2"
"@google-cloud/storage": "7.17.3"
},
"peerDependencies": {
"@nx/devkit": "^21.0.0",
"@nx/workspace": "^21.0.0"
"@nx/devkit": "^22.0.0",
"@nx/workspace": "^22.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/github-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "10.0.2",
"main": "src/index.js",
"peerDependencies": {
"@nx/devkit": "^21.0.0"
"@nx/devkit": "^22.0.0"
},
"executors": "./executors.json",
"generators": "./generators.json"
Expand Down
Loading
Loading