create-analog 1.4.0-beta.3 → 1.4.0-beta.5
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.
- package/package.json +1 -1
- package/template-angular-v17/package.json +4 -4
- package/template-blog/package.json +20 -20
- package/template-blog/src/app/app.config.ts +2 -1
- package/template-blog/tsconfig.spec.json +1 -1
- package/template-blog/vite.config.ts +1 -2
- package/template-latest/package.json +16 -23
- /package/template-blog/{src/assets → public}/.gitkeep +0 -0
- /package/template-blog/{src/assets → public}/analog.svg +0 -0
- /package/template-blog/{favicon.ico → public/favicon.ico} +0 -0
- /package/template-blog/{src/assets → public}/vite.svg +0 -0
- /package/template-blog/src/{test.ts → test-setup.ts} +0 -0
package/package.json
CHANGED
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"test": "ng test"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@analogjs/content": "^1.4.0-beta.
|
|
19
|
-
"@analogjs/router": "^1.4.0-beta.
|
|
18
|
+
"@analogjs/content": "^1.4.0-beta.5",
|
|
19
|
+
"@analogjs/router": "^1.4.0-beta.5",
|
|
20
20
|
"@angular/animations": "^17.2.0",
|
|
21
21
|
"@angular/common": "^17.2.0",
|
|
22
22
|
"@angular/compiler": "^17.2.0",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"zone.js": "~0.14.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@analogjs/platform": "^1.4.0-beta.
|
|
42
|
-
"@analogjs/vite-plugin-angular": "^1.4.0-beta.
|
|
41
|
+
"@analogjs/platform": "^1.4.0-beta.5",
|
|
42
|
+
"@analogjs/vite-plugin-angular": "^1.4.0-beta.5",
|
|
43
43
|
"@angular/cli": "^17.2.0",
|
|
44
44
|
"@angular/compiler-cli": "^17.2.0",
|
|
45
45
|
"@nx/vite": "~18.0.0",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"test": "ng test"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@analogjs/content": "^1.4.0-beta.
|
|
19
|
-
"@analogjs/router": "^1.4.0-beta.
|
|
20
|
-
"@angular/animations": "^
|
|
21
|
-
"@angular/common": "^
|
|
22
|
-
"@angular/compiler": "^
|
|
23
|
-
"@angular/core": "^
|
|
24
|
-
"@angular/forms": "^
|
|
25
|
-
"@angular/platform-browser": "^
|
|
26
|
-
"@angular/platform-browser-dynamic": "^
|
|
27
|
-
"@angular/platform-server": "^
|
|
28
|
-
"@angular/router": "^
|
|
29
|
-
"@nx/angular": "~
|
|
18
|
+
"@analogjs/content": "^1.4.0-beta.5",
|
|
19
|
+
"@analogjs/router": "^1.4.0-beta.5",
|
|
20
|
+
"@angular/animations": "^18.0.0",
|
|
21
|
+
"@angular/common": "^18.0.0",
|
|
22
|
+
"@angular/compiler": "^18.0.0",
|
|
23
|
+
"@angular/core": "^18.0.0",
|
|
24
|
+
"@angular/forms": "^18.0.0",
|
|
25
|
+
"@angular/platform-browser": "^18.0.0",
|
|
26
|
+
"@angular/platform-browser-dynamic": "^18.0.0",
|
|
27
|
+
"@angular/platform-server": "^18.0.0",
|
|
28
|
+
"@angular/router": "^18.0.0",
|
|
29
|
+
"@nx/angular": "~19.0.0",
|
|
30
30
|
"front-matter": "^4.0.2",
|
|
31
31
|
"marked": "^5.0.2",
|
|
32
32
|
"marked-gfm-heading-id": "^3.1.0",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"zone.js": "~0.14.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@analogjs/platform": "^1.4.0-beta.
|
|
42
|
-
"@analogjs/vite-plugin-angular": "^1.4.0-beta.
|
|
43
|
-
"@angular-devkit/build-angular": "^
|
|
44
|
-
"@angular/cli": "^
|
|
45
|
-
"@angular/compiler-cli": "^
|
|
46
|
-
"@nx/vite": "~
|
|
47
|
-
"nx": "~
|
|
41
|
+
"@analogjs/platform": "^1.4.0-beta.5",
|
|
42
|
+
"@analogjs/vite-plugin-angular": "^1.4.0-beta.5",
|
|
43
|
+
"@angular-devkit/build-angular": "^18.0.0",
|
|
44
|
+
"@angular/cli": "^18.0.0",
|
|
45
|
+
"@angular/compiler-cli": "^18.0.0",
|
|
46
|
+
"@nx/vite": "~19.0.0",
|
|
47
|
+
"nx": "~19.0.0",
|
|
48
48
|
"jsdom": "^22.1.0",
|
|
49
|
-
"typescript": "~5.
|
|
49
|
+
"typescript": "~5.4.2",
|
|
50
50
|
"vite": "^5.0.0",
|
|
51
51
|
"vitest": "^1.3.1"
|
|
52
52
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { provideHttpClient, withFetch } from '@angular/common/http';
|
|
2
|
-
import { ApplicationConfig } from '@angular/core';
|
|
2
|
+
import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core';
|
|
3
3
|
import { provideClientHydration } from '@angular/platform-browser';
|
|
4
4
|
import { provideFileRouter } from '@analogjs/router';
|
|
5
5
|
import { provideContent, withMarkdownRenderer } from '@analogjs/content';
|
|
6
6
|
|
|
7
7
|
export const appConfig: ApplicationConfig = {
|
|
8
8
|
providers: [
|
|
9
|
+
provideZoneChangeDetection({ eventCoalescing: true }),
|
|
9
10
|
provideFileRouter(),
|
|
10
11
|
provideHttpClient(withFetch()),
|
|
11
12
|
provideClientHydration(),
|
|
@@ -5,7 +5,6 @@ import analog from '@analogjs/platform';
|
|
|
5
5
|
|
|
6
6
|
// https://vitejs.dev/config/
|
|
7
7
|
export default defineConfig(({ mode }) => ({
|
|
8
|
-
publicDir: 'src/assets',
|
|
9
8
|
build: {
|
|
10
9
|
target: ['es2020'],
|
|
11
10
|
},
|
|
@@ -22,7 +21,7 @@ export default defineConfig(({ mode }) => ({
|
|
|
22
21
|
test: {
|
|
23
22
|
globals: true,
|
|
24
23
|
environment: 'jsdom',
|
|
25
|
-
setupFiles: ['src/test.ts'],
|
|
24
|
+
setupFiles: ['src/test-setup.ts'],
|
|
26
25
|
include: ['**/*.spec.ts'],
|
|
27
26
|
reporters: ['default'],
|
|
28
27
|
},
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
},
|
|
16
16
|
"private": true,
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@analogjs/content": "^1.4.0-beta.
|
|
19
|
-
"@analogjs/router": "^1.4.0-beta.
|
|
20
|
-
"@angular/animations": "^18.0.0
|
|
21
|
-
"@angular/common": "^18.0.0
|
|
22
|
-
"@angular/compiler": "^18.0.0
|
|
23
|
-
"@angular/core": "^18.0.0
|
|
24
|
-
"@angular/forms": "^18.0.0
|
|
25
|
-
"@angular/platform-browser": "^18.0.0
|
|
26
|
-
"@angular/platform-browser-dynamic": "^18.0.0
|
|
27
|
-
"@angular/platform-server": "^18.0.0
|
|
28
|
-
"@angular/router": "^18.0.0
|
|
18
|
+
"@analogjs/content": "^1.4.0-beta.5",
|
|
19
|
+
"@analogjs/router": "^1.4.0-beta.5",
|
|
20
|
+
"@angular/animations": "^18.0.0",
|
|
21
|
+
"@angular/common": "^18.0.0",
|
|
22
|
+
"@angular/compiler": "^18.0.0",
|
|
23
|
+
"@angular/core": "^18.0.0",
|
|
24
|
+
"@angular/forms": "^18.0.0",
|
|
25
|
+
"@angular/platform-browser": "^18.0.0",
|
|
26
|
+
"@angular/platform-browser-dynamic": "^18.0.0",
|
|
27
|
+
"@angular/platform-server": "^18.0.0",
|
|
28
|
+
"@angular/router": "^18.0.0",
|
|
29
29
|
"@nx/angular": "~19.0.0",
|
|
30
30
|
"front-matter": "^4.0.2",
|
|
31
31
|
"marked": "^5.0.2",
|
|
@@ -38,20 +38,13 @@
|
|
|
38
38
|
"zone.js": "~0.14.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@analogjs/platform": "^1.4.0-beta.
|
|
42
|
-
"@analogjs/vite-plugin-angular": "^1.4.0-beta.
|
|
43
|
-
"@angular-devkit/build-angular": "^18.0.0
|
|
44
|
-
"@angular/cli": "^18.0.0
|
|
45
|
-
"@angular/compiler-cli": "^18.0.0
|
|
41
|
+
"@analogjs/platform": "^1.4.0-beta.5",
|
|
42
|
+
"@analogjs/vite-plugin-angular": "^1.4.0-beta.5",
|
|
43
|
+
"@angular-devkit/build-angular": "^18.0.0",
|
|
44
|
+
"@angular/cli": "^18.0.0",
|
|
45
|
+
"@angular/compiler-cli": "^18.0.0",
|
|
46
46
|
"@nx/vite": "~19.0.0",
|
|
47
|
-
"@types/jasmine": "~5.1.0",
|
|
48
|
-
"jasmine-core": "~5.1.0",
|
|
49
47
|
"jsdom": "^22.0.0",
|
|
50
|
-
"karma": "~6.4.0",
|
|
51
|
-
"karma-chrome-launcher": "~3.2.0",
|
|
52
|
-
"karma-coverage": "~2.2.0",
|
|
53
|
-
"karma-jasmine": "~5.1.0",
|
|
54
|
-
"karma-jasmine-html-reporter": "~2.1.0",
|
|
55
48
|
"nx": "~19.0.0",
|
|
56
49
|
"typescript": "~5.4.2",
|
|
57
50
|
"vite": "^5.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|