-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Remove unnecessary exclamation mark in ion-toolbar color attrib…
…ute, update migrations.json to version 17.3.0 with new descriptions and packages and update package.json to latest versions for Angular, Maskito, Appwrite, Angular Devkit, Angular ESLint, Angular CLI, NX, Cypress, Jest, JS, Storybook, Web, Workspace, Schematics, Storybook addons, SWC, TypeScript, ESLint, ng-packagr, and PostCSS
- Loading branch information
1 parent
43cedb9
commit 1de9864
Showing
4 changed files
with
3,780 additions
and
5,985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,11 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"version": "18.1.0-beta.3", | ||
"description": "Moves affected.defaultBase to defaultBase in `nx.json`", | ||
"implementation": "./src/migrations/update-17-2-0/move-default-base", | ||
"package": "nx", | ||
"name": "move-default-base-to-nx-json-root" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.1.0-beta.1", | ||
"requires": { | ||
"@angular/core": ">=17.2.0" | ||
}, | ||
"description": "Update the @angular/cli package version to ~17.2.0.", | ||
"factory": "./src/migrations/update-18-1-0/update-angular-cli", | ||
"package": "@nx/angular", | ||
"name": "update-angular-cli-version-17-2-0" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.1.0-beta.3", | ||
"description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.", | ||
"implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6", | ||
"package": "@nx/cypress", | ||
"name": "update-cypress-version-13-6-6" | ||
"version": "17.3.0", | ||
"description": "Updates two-way bindings that have an invalid expression to use the longform expression instead.", | ||
"factory": "./migrations/invalid-two-way-bindings/bundle", | ||
"package": "@angular/core", | ||
"name": "invalid-two-way-bindings" | ||
} | ||
] | ||
} |
Oops, something went wrong.