FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NativeScript/migrations.json at main · NativeScript/NativeScript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
NativeScript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
25.6k
Code
Issues
771
Pull requests
64
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
NativeScript
/
migrations.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
10 lines (10 loc) · 1.85 KB
Breadcrumbs
NativeScript
/
migrations.json
Copy path
File metadata and controls
10 lines (10 loc) · 1.85 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
{
"migrations"
: [
{
"cli"
:
"
nx
"
,
"version"
:
"
22.1.0-beta.5
"
,
"description"
:
"
Updates the nx wrapper.
"
,
"implementation"
:
"
./src/migrations/update-22-1-0/update-nx-wrapper
"
,
"package"
:
"
nx
"
,
"name"
:
"
22-1-0-update-nx-wrapper
"
},
{
"version"
:
"
22.1.0-rc.1
"
,
"description"
:
"
Removes redundant TypeScript project references from project's tsconfig.json files when runtime tsconfig files (e.g., tsconfig.lib.json, tsconfig.app.json) exist.
"
,
"factory"
:
"
./src/migrations/update-22-1-0/remove-redundant-ts-project-references
"
,
"package"
:
"
@nx/js
"
,
"name"
:
"
remove-redundant-ts-project-references
"
},
{
"version"
:
"
22.2.0-beta.1
"
,
"requires"
: {
"vitest"
:
"
>=4.0.0
"
},
"description"
:
"
Create AI Instructions to help migrate users workspaces past breaking changes for Vitest 4.
"
,
"implementation"
:
"
./src/migrations/update-22-2-0/create-ai-instructions-for-vitest-4
"
,
"package"
:
"
@nx/vite
"
,
"name"
:
"
update-22-2-0
"
},
{
"version"
:
"
22.2.0-beta.2
"
,
"description"
:
"
Migrate Vitest usage from @nx/vite to @nx/vitest package.
"
,
"implementation"
:
"
./src/migrations/update-22-2-0/migrate-vitest-to-vitest-package
"
,
"package"
:
"
@nx/vite
"
,
"name"
:
"
migrate-vitest-to-vitest-package
"
},
{
"version"
:
"
22.2.0-beta.2
"
,
"description"
:
"
Convert jest.config.ts files from ESM to CJS syntax (export default -> module.exports, import -> require) for projects using CommonJS resolution to ensure correct loading under Node.js type-stripping.
"
,
"implementation"
:
"
./src/migrations/update-22-2-0/convert-jest-config-to-cjs
"
,
"package"
:
"
@nx/jest
"
,
"name"
:
"
convert-jest-config-to-cjs
"
},
{
"version"
:
"
22.3.2-beta.0
"
,
"requires"
: {
"jest"
:
"
>=30.0.0
"
},
"description"
:
"
Replace removed matcher aliases in Jest v30 with their corresponding matcher
"
,
"implementation"
:
"
./src/migrations/update-21-3-0/replace-removed-matcher-aliases
"
,
"package"
:
"
@nx/jest
"
,
"name"
:
"
replace-removed-matcher-aliases-v22-3
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL