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

Rename package nxjs-runtime to @nx.js/runtime #148

Merged
merged 3 commits into from
Sep 2, 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
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[
"@nx.js/nro",
"@nx.js/nsp",
"create-nxjs-app",
"nxjs-runtime"
"@nx.js/runtime",
"create-nxjs-app"
]
],
"linked": [],
Expand Down
5 changes: 5 additions & 0 deletions .changeset/curly-pens-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nx.js/runtime": patch
---

Rename `nxjs-rumtime` to `@nx.js/runtime`
2 changes: 1 addition & 1 deletion .github/scripts/create-git-tag.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ try {
// specific format in order to set the "published" output, which we
// rely on in order to trigger the job to create the GitHub Release.
// https://github.com/changesets/action/blob/595655c3eae7136ff5ba18200406898904362926/src/run.ts#LL96C1-L96C1
console.log(`New tag: nxjs-runtime@${tag}`);
console.log(`New tag: @nx.js/runtime@${tag}`);
} catch (err) {
if (err.message.includes('already exists')) {
console.log(`Skipping since git tag "${tag}" already exists`);
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build dependent packages
run: pnpm build --filter nxjs-runtime
run: pnpm build --filter @nx.js/runtime

- name: Bundle `runtime.js`
run: pnpm bundle
Expand Down
4 changes: 2 additions & 2 deletions apps/2048/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/2048/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"skipLibCheck": true,
"allowJs": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/animated-gif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
},
"dependencies": {
"decode-gif": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/animated-gif/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/ansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
},
"dependencies": {
"kleur": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/ansi/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/app-launch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/app-launch/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/battery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/battery/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/canvas/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/fonts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/gamepads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/gamepads/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/hello-world/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
},
"dependencies": {
"@nx.js/http": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion apps/http-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"@types/react": "^18.2.56",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"esbuild": "^0.17.19"
},
"dependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"skipLibCheck": true,
"jsx": "react",
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/repl-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/repl-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/repl/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/save-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/save-data/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/snake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/snake/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/starwars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
},
"dependencies": {
"strip-ansi": "^7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/starwars/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
Expand Down
2 changes: 1 addition & 1 deletion apps/svg/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/tcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
}
}
2 changes: 1 addition & 1 deletion apps/tcp-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"skipLibCheck": true,
"types": [
"nxjs-runtime"
"@nx.js/runtime"
]
},
"include": [
Expand Down
4 changes: 2 additions & 2 deletions apps/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"esbuild": "^0.17.19",
"nxjs-runtime": "workspace:^"
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
},
"dependencies": {
"uvu": "github:TooTallNate/uvu#master"
Expand Down
Loading