Skip to content

Commit e74317d

Browse files
committed
chore: update dependancies
1 parent 25cce34 commit e74317d

File tree

4 files changed

+288
-536
lines changed

4 files changed

+288
-536
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ testem.log
3939
Thumbs.db
4040

4141
.nx/cache
42+
.nx/workspace-data
4243
.angular
4344

4445
.env

migrations.json

+5-38
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,11 @@
11
{
22
"migrations": [
33
{
4-
"cli": "nx",
5-
"version": "19.1.0-beta.6",
6-
"description": "Migrate no-extra-semi rules into user config, out of nx extendable configs",
7-
"implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi",
8-
"package": "@nx/eslint-plugin",
9-
"name": "update-19-1-0-rename-no-extra-semi"
10-
},
11-
{
12-
"cli": "nx",
13-
"version": "19.1.0-beta.2",
14-
"requires": {
15-
"@angular/core": ">=18.0.0"
16-
},
17-
"description": "Update the @angular/cli package version to ~18.0.0.",
18-
"factory": "./src/migrations/update-19-1-0/update-angular-cli",
19-
"package": "@nx/angular",
20-
"name": "update-angular-cli-version-18-0-0"
21-
},
22-
{
23-
"version": "18.0.0",
24-
"description": "Updates two-way bindings that have an invalid expression to use the longform expression instead.",
25-
"factory": "./migrations/invalid-two-way-bindings/bundle",
26-
"package": "@angular/core",
27-
"name": "invalid-two-way-bindings"
28-
},
29-
{
30-
"version": "18.0.0",
31-
"description": "Replace deprecated HTTP related modules with provider functions",
32-
"factory": "./migrations/http-providers/bundle",
33-
"package": "@angular/core",
34-
"name": "migration-http-providers"
35-
},
36-
{
37-
"version": "18.0.0-0",
38-
"description": "Updates the Angular CDK to v18",
39-
"factory": "./ng-update/index#updateToV18",
40-
"package": "@angular/cdk",
41-
"name": "migration-v18"
4+
"version": "1.5.0-beta.1",
5+
"description": "Update withMarkdownRenderer feature with withPrismHighlighter",
6+
"implementation": "./src/migrations/update-markdown-renderer-feature/update-markdown-renderer-feature",
7+
"package": "@analogjs/content",
8+
"name": "update-markdown-renderer-feature"
429
}
4310
]
4411
}

package.json

+17-16
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"yarn": ">= 1.19.1"
1414
},
1515
"dependencies": {
16-
"@analogjs/content": "1.4.0",
17-
"@analogjs/router": "1.4.0",
16+
"@analogjs/content": "1.6.0",
17+
"@analogjs/router": "1.6.0",
1818
"@angular/animations": "18.0.0",
1919
"@angular/cdk": "18.0.0",
2020
"@angular/common": "18.0.0",
@@ -27,7 +27,7 @@
2727
"@angular/pwa": "18.0.1",
2828
"@angular/router": "18.0.0",
2929
"@angular/service-worker": "18.0.0",
30-
"@nx/plugin": "^19.3.1",
30+
"@nx/plugin": "19.3.2",
3131
"@supabase/ssr": "^0.3.0",
3232
"@supabase/supabase-js": "^2.44.2",
3333
"date-fns": "^2.30.0",
@@ -42,11 +42,12 @@
4242
"rxjs": "~7.8.0",
4343
"tslib": "^2.6.3",
4444
"valibot": "^0.30.0",
45-
"zone.js": "0.14.7"
45+
"zone.js": "0.14.7",
46+
"marked-mangle": "^1.1.7"
4647
},
4748
"devDependencies": {
48-
"@analogjs/platform": "1.4.0",
49-
"@analogjs/vite-plugin-angular": "1.4.0",
49+
"@analogjs/platform": "1.6.0",
50+
"@analogjs/vite-plugin-angular": "1.6.0",
5051
"@angular-devkit/build-angular": "18.0.1",
5152
"@angular-devkit/core": "18.0.1",
5253
"@angular-devkit/schematics": "18.0.1",
@@ -55,15 +56,15 @@
5556
"@angular/language-service": "18.0.0",
5657
"@commitlint/cli": "^19.3.0",
5758
"@commitlint/config-conventional": "^19.2.2",
58-
"@nx/angular": "19.1.0",
59-
"@nx/cypress": "19.1.0",
60-
"@nx/devkit": "19.3.1",
61-
"@nx/eslint": "19.1.0",
62-
"@nx/eslint-plugin": "19.1.0",
63-
"@nx/jest": "19.3.1",
64-
"@nx/js": "19.3.1",
65-
"@nx/vite": "19.1.0",
66-
"@nx/workspace": "19.1.0",
59+
"@nx/angular": "19.3.2",
60+
"@nx/cypress": "19.3.2",
61+
"@nx/devkit": "19.3.2",
62+
"@nx/eslint": "19.3.2",
63+
"@nx/eslint-plugin": "19.3.2",
64+
"@nx/jest": "19.3.2",
65+
"@nx/js": "19.3.2",
66+
"@nx/vite": "19.3.2",
67+
"@nx/workspace": "19.3.2",
6768
"@schematics/angular": "18.0.1",
6869
"@swc-node/register": "~1.9.1",
6970
"@swc/cli": "~0.3.12",
@@ -82,7 +83,7 @@
8283
"jest-environment-jsdom": "^29.4.1",
8384
"jsdom": "^22.0.0",
8485
"lint-staged": "^15.1.0",
85-
"nx": "19.1.0",
86+
"nx": "19.3.2",
8687
"postcss": "^8.4.5",
8788
"prettier": "3.3.0",
8889
"tailwindcss": "^3.0.2",

0 commit comments

Comments
 (0)