Skip to content

Commit 73fbf00

Browse files
ci: rename integration projects for consistency (#7875)
* ci: rename integration projects for consistency * Fix lockfile
1 parent 11cda37 commit 73fbf00

33 files changed

+11
-21
lines changed

examples/angular/basic/tsconfig.app.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"extends": "./tsconfig.json",
43
"compilerOptions": {

examples/angular/basic/tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"compileOnSave": false,
43
"compilerOptions": {

examples/angular/infinite-query-with-max-pages/tsconfig.app.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"extends": "./tsconfig.json",
43
"compilerOptions": {

examples/angular/infinite-query-with-max-pages/tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"compileOnSave": false,
43
"compilerOptions": {

examples/angular/router/tsconfig.app.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"extends": "./tsconfig.json",
43
"compilerOptions": {

examples/angular/router/tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"compileOnSave": false,
43
"compilerOptions": {

examples/angular/simple/tsconfig.app.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"extends": "./tsconfig.json",
43
"compilerOptions": {

examples/angular/simple/tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"compileOnSave": false,
43
"compilerOptions": {

integrations/angular-cli-standalone-17/README.md integrations/angular-cli-17/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AngularCliStandalone17
1+
# AngularCli17
22

33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.
44

integrations/angular-cli-standalone-17/angular.json integrations/angular-cli-17/angular.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"newProjectRoot": "projects",
99
"projects": {
10-
"angular-cli-standalone-17": {
10+
"angular-cli-17": {
1111
"projectType": "application",
1212
"schematics": {
1313
"@schematics/angular:component": {
@@ -44,7 +44,7 @@
4444
"build": {
4545
"builder": "@angular-devkit/build-angular:application",
4646
"options": {
47-
"outputPath": "dist/angular-cli-standalone-17",
47+
"outputPath": "dist/angular-cli-17",
4848
"index": "src/index.html",
4949
"browser": "src/main.ts",
5050
"polyfills": ["zone.js"],
@@ -81,18 +81,18 @@
8181
"builder": "@angular-devkit/build-angular:dev-server",
8282
"configurations": {
8383
"production": {
84-
"buildTarget": "angular-cli-standalone-17:build:production"
84+
"buildTarget": "angular-cli-17:build:production"
8585
},
8686
"development": {
87-
"buildTarget": "angular-cli-standalone-17:build:development"
87+
"buildTarget": "angular-cli-17:build:development"
8888
}
8989
},
9090
"defaultConfiguration": "development"
9191
},
9292
"extract-i18n": {
9393
"builder": "@angular-devkit/build-angular:extract-i18n",
9494
"options": {
95-
"buildTarget": "angular-cli-standalone-17:build"
95+
"buildTarget": "angular-cli-17:build"
9696
}
9797
}
9898
}

integrations/angular-cli-standalone-17/package.json integrations/angular-cli-17/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "angular-cli-standalone-17",
2+
"name": "angular-cli-17",
33
"private": true,
44
"scripts": {
55
"build": "ng build"

integrations/angular-cli-standalone-17/src/index.html integrations/angular-cli-17/src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>AngularCliStandalone17</title>
5+
<title>AngularCli17</title>
66
<base href="/" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link rel="icon" type="image/x-icon" href="favicon.ico" />

integrations/angular-cli-standalone-17/tsconfig.app.json integrations/angular-cli-17/tsconfig.app.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"extends": "./tsconfig.json",
43
"compilerOptions": {

integrations/angular-cli-standalone-17/tsconfig.json integrations/angular-cli-17/tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* To learn more about this file see: https://angular.io/config/tsconfig. */
21
{
32
"compileOnSave": false,
43
"compilerOptions": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

integrations/react-next/package.json integrations/react-next-14/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-next",
2+
"name": "react-next-14",
33
"private": true,
44
"scripts": {
55
"build": "next build"
File renamed without changes.

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)