Skip to content

Commit 1dbddb1

Browse files
authored
feat(angular): update analog packages (#29187)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent 75b2080 commit 1dbddb1

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

packages/angular/migrations.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,19 +1293,6 @@
12931293
}
12941294
}
12951295
},
1296-
"20.2.0-analog": {
1297-
"version": "20.2.0-beta.5",
1298-
"packages": {
1299-
"@analogjs/vitest-angular": {
1300-
"version": "~1.10.0-beta.6",
1301-
"alwaysAddToPackageJson": false
1302-
},
1303-
"@analogjs/vite-plugin-angular": {
1304-
"version": "~1.10.0-beta.6",
1305-
"alwaysAddToPackageJson": false
1306-
}
1307-
}
1308-
},
13091296
"20.2.0-jest": {
13101297
"version": "20.2.0-beta.5",
13111298
"requires": {
@@ -1350,6 +1337,19 @@
13501337
"alwaysAddToPackageJson": false
13511338
}
13521339
}
1340+
},
1341+
"20.2.0-analog": {
1342+
"version": "20.2.0-beta.7",
1343+
"packages": {
1344+
"@analogjs/vitest-angular": {
1345+
"version": "~1.10.0",
1346+
"alwaysAddToPackageJson": false
1347+
},
1348+
"@analogjs/vite-plugin-angular": {
1349+
"version": "~1.10.0",
1350+
"alwaysAddToPackageJson": false
1351+
}
1352+
}
13531353
}
13541354
}
13551355
}

packages/angular/src/utils/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ export const tsNodeVersion = '10.9.1';
2828
export const jestPresetAngularVersion = '~14.4.0';
2929
export const typesNodeVersion = '18.16.9';
3030
export const jasmineMarblesVersion = '^0.9.2';
31-
export const analogVitestAngular = '~1.10.0-beta.6';
31+
export const analogVitestAngular = '~1.10.0';
3232

3333
export const jsoncEslintParserVersion = '^2.1.0';

0 commit comments

Comments
 (0)