Skip to content

Commit

Permalink
Fix/angular 14 (#1038)
Browse files Browse the repository at this point in the history
* fix: update dependencies and nx workspace

Update NW workspace to version 14 upgrading angular to the same version and typescript up to 4.8

Closes #870

* fix: router test

Fixes a test that seems to be affected by the decorator emission after the upgrade
  • Loading branch information
nerumo authored Dec 13, 2022
1 parent d879000 commit 4cc4d9a
Show file tree
Hide file tree
Showing 44 changed files with 28,928 additions and 20,672 deletions.
2 changes: 1 addition & 1 deletion jest.config.js → jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { getJestProjects } = require('@nrwl/jest');

module.exports = {
export default {
projects: getJestProjects(),
};
2 changes: 1 addition & 1 deletion jest.preset.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const nxPreset = require('@nrwl/jest/preset');
const nxPreset = require('@nrwl/jest/preset').default;

module.exports = { ...nxPreset };
460 changes: 179 additions & 281 deletions migrations.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@nrwl/workspace/presets/npm.json",
"extends": "nx/presets/npm.json",
"npmScope": "@datorama",
"affected": {
"defaultBase": "master"
Expand All @@ -9,7 +9,7 @@
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
Expand Down
Loading

0 comments on commit 4cc4d9a

Please sign in to comment.