Skip to content

Commit

Permalink
chore(deps): migrate nx to 16.9.0 (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg authored Sep 23, 2023
1 parent 208d6ff commit fdaefed
Show file tree
Hide file tree
Showing 4 changed files with 4,100 additions and 216 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nx-migration-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- uses: timonmasberg/[email protected].5
- uses: timonmasberg/[email protected].6
with:
repoToken: ${{ secrets.WORKFLOW_PAT }}
prTitle: 'chore(deps): migrate nx to $VERSION'
17 changes: 5 additions & 12 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@
"migrations": [
{
"cli": "nx",
"version": "16.8.0-beta.3",
"description": "Escape $ in env variables",
"implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables",
"package": "nx",
"name": "16.8.0-escape-dollar-sign-env"
},
{
"version": "16.8.0",
"description": "update-16-8-0-add-ignored-files",
"implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files",
"package": "@nx/linter",
"name": "update-16-8-0-add-ignored-files"
"version": "16.8.2-beta.0",
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.",
"factory": "./src/migrations/update-16-8-2/update-swcrc",
"package": "@nx/js",
"name": "16-8-2-update-swcrc"
}
]
}
Loading

0 comments on commit fdaefed

Please sign in to comment.