Skip to content

Commit

Permalink
feat(angular): update analog packages (#29187)
Browse files Browse the repository at this point in the history
<!-- 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 #
  • Loading branch information
leosvelperez authored Dec 4, 2024
1 parent 75b2080 commit 1dbddb1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1293,19 +1293,6 @@
}
}
},
"20.2.0-analog": {
"version": "20.2.0-beta.5",
"packages": {
"@analogjs/vitest-angular": {
"version": "~1.10.0-beta.6",
"alwaysAddToPackageJson": false
},
"@analogjs/vite-plugin-angular": {
"version": "~1.10.0-beta.6",
"alwaysAddToPackageJson": false
}
}
},
"20.2.0-jest": {
"version": "20.2.0-beta.5",
"requires": {
Expand Down Expand Up @@ -1350,6 +1337,19 @@
"alwaysAddToPackageJson": false
}
}
},
"20.2.0-analog": {
"version": "20.2.0-beta.7",
"packages": {
"@analogjs/vitest-angular": {
"version": "~1.10.0",
"alwaysAddToPackageJson": false
},
"@analogjs/vite-plugin-angular": {
"version": "~1.10.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export const tsNodeVersion = '10.9.1';
export const jestPresetAngularVersion = '~14.4.0';
export const typesNodeVersion = '18.16.9';
export const jasmineMarblesVersion = '^0.9.2';
export const analogVitestAngular = '~1.10.0-beta.6';
export const analogVitestAngular = '~1.10.0';

export const jsoncEslintParserVersion = '^2.1.0';

0 comments on commit 1dbddb1

Please sign in to comment.