Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force release #271

Merged
merged 2 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion force-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
9
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
"cache": true
},
"version": {
"dependsOn": ["^version"],
"inputs": ["production"],
"options": {
"trackDeps": true,
"tagPrefix": "${target}@"
}
},
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"deepmerge": "^4.3.1",
"rxjs-for-await": "^1.0.0",
"shelljs": "^0.8.5",
"tar": "^7.0.1",
"tar": "^7.1.0",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@google-cloud/storage": "^7.10.1",
"@google-cloud/storage": "^7.11.0",
"@jamesives/github-pages-deploy-action": "^4.6.0",
"@jscutlery/semver": "^5.2.2",
"@nx/eslint-plugin": "19.0.3",
Expand All @@ -56,14 +56,14 @@
"@nx/plugin": "19.0.3",
"@nx/react": "19.0.3",
"@nx/webpack": "19.0.3",
"@swc-node/register": "1.8.0",
"@swc/core": "1.5.0",
"@swc-node/register": "1.9.1",
"@swc/core": "1.5.7",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.12.12",
"@types/shelljs": "^0.8.15",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vercel/ncc": "^0.38.1",
"dotenv": "16.4.5",
"eslint": "8.57.0",
Expand Down
1 change: 0 additions & 1 deletion packages/changelog-notify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ npm install -D @nx-extend/changelog-notify
}
}
```

2 changes: 0 additions & 2 deletions packages/core/src/utils/exec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ import * as shell from 'shelljs'
import { ExecOptions, ShellString } from 'shelljs'

export interface Options extends ExecOptions {

asString?: boolean
asJSON?: boolean

}

export {
Expand Down
1 change: 0 additions & 1 deletion packages/e2e-runner/src/executors/run/compat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ import { convertNxExecutor } from '@nx/devkit'
import { endToEndRunner } from './run.impl'

export default convertNxExecutor(endToEndRunner)

2 changes: 1 addition & 1 deletion packages/firebase-hosting/src/executors/deploy/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Deploy executor",
"description": "Deploy to Firebase Hosting",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-cloud-run/generators.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"name": "gcp-cloud-run",
"version": "0.0.1",
"generators": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-cloud-run/src/executors/deploy/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Deploy executor",
"description": "Deploy",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-deployment-manager/generators.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"name": "gcp-deployment-manager",
"version": "0.0.1",
"generators": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Deploy executor",
"description": "Deploy",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Delete executor",
"description": "Delete",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Deploy executor",
"description": "Deploy",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft-07/schema",
"id": "GcpDeploymentManager",
"title": "",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"builders": "./executors.json",
"generators": "./generators.json",
"devDependencies": {
"@google-cloud/functions-framework": "^3.3.0",
"@google-cloud/functions-framework": "^3.4.0",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-functions/src/executors/build/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Node Application Build Target",
"description": "Node application build target options for Build Facade",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-functions/src/executors/deploy/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "deploy",
"description": "Deploy a Google Cloud Platform function",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-secrets/generators.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"name": "gcp-secrets",
"version": "0.0.1",
"generators": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-secrets/src/executors/decrypt/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Decrypt executor",
"description": "Decrypt",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-secrets/src/executors/deploy/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Deploy executor",
"description": "Deploy",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-secrets/src/executors/encrypt/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Encrypt executor",
"description": "Encrypt",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-secrets/src/generators/init/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft-07/schema",
"id": "GcpDeploymentManager",
"title": "",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-storage/generators.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"name": "gcp-storage",
"version": "0.0.1",
"generators": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-storage/src/executors/upload/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "upload",
"description": "Upload files to Google Cloud Storage",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-task-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "6.0.1",
"main": "src/index.js",
"dependencies": {
"@google-cloud/storage": "7.10.1"
"@google-cloud/storage": "7.11.0"
}
}
1 change: 1 addition & 0 deletions packages/gcp-task-runner/src/gcp-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export class GcpCache implements RemoteCache {

try {
await this.bucket.upload(destination, { destination: file })

} catch (err) {
throw new Error(`Storage Cache: Upload error - ${err}`)
}
Expand Down
1 change: 0 additions & 1 deletion packages/github-pages/src/executors/deploy/schema.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/github-pages/src/executors/deploy/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"cli": "nx",
"title": "Build executor",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/src/executors/codegen/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Codegen executor",
"description": "codegen",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/src/executors/test/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Codegen executor",
"description": "codegen",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/src/generators/init/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft-07/schema",
"id": "playwright-init",
"title": "",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi/generators.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"name": "pulumi",
"version": "0.0.1",
"generators": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi/src/executors/import/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Preview executor",
"description": "Preview",
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi/src/executors/preview/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Preview executor",
"description": "Preview",
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi/src/executors/refresh/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Refresh executor",
"description": "Refresh",
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi/src/executors/up/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Apply executor",
"description": "Apply",
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi/src/generators/init/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft-07/schema",
"id": "pulumi",
"title": "",
"cli": "nx",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "MIT",
"main": "src/index.js",
"devDependencies": {
"@react-email/components": "0.0.16",
"react-email": "2.1.1"
"@react-email/components": "0.0.17",
"react-email": "2.1.2"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-email/src/generators/init/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"id": "Strapi",
"title": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.373.0",
"lucide-react": "^0.378.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shadcn-ui/src/executors/add/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "add executor",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/shadcn-ui/src/generators/init/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"id": "Strapi",
"title": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi/generators.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"name": "strapi",
"version": "0.0.1",
"generators": {
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"@strapi/generate-new": "4.24.0",
"@strapi/strapi": "4.24.0"
"@strapi/generate-new": "4.24.2",
"@strapi/strapi": "4.24.2"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi/src/executors/build/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Build executor",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi/src/executors/serve/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$schema": "https://json-schema.org/schema",
"type": "object",
"title": "Serve executor",
"description": "Runs the command 'strapi develop'",
Expand Down
Loading
Loading