-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from ag-grid/develop
Release CLI v31.2.0
- Loading branch information
Showing
141 changed files
with
1,030 additions
and
680 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/node_modules/ | ||
/packages/*/node_modules/ | ||
/packages/*/vitest.config.mts.timestamp-*.mjs | ||
/coverage/ | ||
/docs/ |
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
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,4 +1,4 @@ | ||
{ | ||
"extends": "../build-config/templates/tsc/tsconfig.json", | ||
"include": ["src", "lib.ts", "lib.test.ts", "*.config.ts", "package.json"] | ||
"include": ["src", "lib.ts", "lib.test.ts", "*.config.mts", "package.json"] | ||
} |
File renamed without changes.
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
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
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
2 changes: 1 addition & 1 deletion
2
packages/cli/codemods.vite.config.ts → packages/cli/codemods.vite.config.mts
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,7 +1,7 @@ | ||
{ | ||
"private": true, | ||
"name": "@ag-grid-community/cli", | ||
"version": "31.1.0", | ||
"version": "31.2.0", | ||
"license": "MIT", | ||
"description": "AG Grid developer toolkit", | ||
"author": "AG Grid <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"build:readme": "cp README.md dist/README.md", | ||
"build:pkg": "pnpm run --filter build-tools pkg $PWD $PWD/dist/package.json", | ||
"build:codemods": "pnpm run build:codemods:lib && pnpm run build:codemods:pkg", | ||
"build:codemods:lib": "vite build --config codemods.vite.config.js", | ||
"build:codemods:lib": "vite build --config codemods.vite.config.mts", | ||
"build:codemods:pkg": "pnpm run --filter build-tools pkg $PWD/../codemods $PWD/dist/node_modules/@ag-grid-community/codemods/package.json", | ||
"lint": "pnpm run '/^lint:.*/'", | ||
"lint:eslint": "eslint --ext js,cjs,mjs,ts .", | ||
|
@@ -43,11 +43,13 @@ | |
}, | ||
"devDependencies": { | ||
"@ag-grid-devtools/build-config": "workspace:*", | ||
"@ag-grid-devtools/codemod-task-utils": "workspace:*", | ||
"@ag-grid-devtools/types": "workspace:*", | ||
"@ag-grid-devtools/utils": "workspace:*", | ||
"@ag-grid-devtools/worker-utils": "workspace:*", | ||
"@types/diff": "5.0.8", | ||
"@types/graceful-fs": "4.1.9", | ||
"@types/node": "20.11.29", | ||
"@types/semver": "7.5.6", | ||
"diff": "5.1.0", | ||
"graceful-fs": "4.2.11", | ||
|
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,10 +1,4 @@ | ||
{ | ||
"extends": "../build-config/templates/tsc/tsconfig.json", | ||
"include": [ | ||
"src", | ||
"index.ts", | ||
"*.config.ts", | ||
"package.json", | ||
"../codemod-utils/src/taskHelpers.ts" | ||
] | ||
"include": ["src", "index.ts", "*.config.mts", "package.json"] | ||
} |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/dist/ | ||
/vitest.config.ts.timestamp-*.mjs |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
module.exports = require('@ag-grid-devtools/build-config/templates/eslint/lib.eslintrc.cjs'); |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
/dist/ |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { expect, test } from 'vitest'; | ||
|
||
import * as lib from './lib'; | ||
|
||
test('module exports', () => { | ||
expect({ ...lib }).toEqual({ | ||
createCodemodTask: lib.createCodemodTask, | ||
initCodemodTaskWorker: lib.initCodemodTaskWorker, | ||
}); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export * from './src/task'; | ||
export * from './src/worker'; |
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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"private": true, | ||
"name": "@ag-grid-devtools/codemod-task-utils", | ||
"version": "0.0.1", | ||
"license": "MIT", | ||
"description": "Codemod task runner helpers", | ||
"author": "AG Grid <[email protected]>", | ||
"homepage": "https://www.ag-grid.com/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ag-grid/devtools.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ag-grid/devtools/issues" | ||
}, | ||
"type": "module", | ||
"main": "./lib.ts", | ||
"module": "./lib.ts", | ||
"scripts": { | ||
"build": "pnpm run build:lib && pnpm run build:docs && pnpm run build:pkg", | ||
"build:lib": "vite build", | ||
"build:docs": "typedoc", | ||
"build:pkg": "pnpm run --filter build-tools pkg $PWD $PWD/dist/package.json", | ||
"lint": "pnpm run '/^lint:.*/'", | ||
"lint:eslint": "eslint --ext js,cjs,mjs,ts .", | ||
"lint:typescript": "tsc --noEmit", | ||
"test": "vitest run", | ||
"test:watch": "vitest watch", | ||
"update-event-keys": "./scripts/update-event-keys ./src/eventKeys.ts" | ||
}, | ||
"pkg": { | ||
"type": "module", | ||
"main": "./lib/lib.cjs", | ||
"module": "/lib/lib.js", | ||
"types": "./lib.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./lib/lib.js", | ||
"require": "./lib/lib.cjs" | ||
} | ||
} | ||
}, | ||
"dependencies": { | ||
"@ag-grid-devtools/types": "workspace:*", | ||
"@ag-grid-devtools/worker-utils": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"@ag-grid-devtools/build-config": "workspace:*" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^8", | ||
"typedoc": "^0.25", | ||
"typescript": "^5", | ||
"vite": "^5", | ||
"vitest": "^1" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default } from '@ag-grid-devtools/build-config/templates/prettier/prettier.config.mjs'; |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
packages/worker-utils/src/codemod.ts → packages/codemod-task-utils/src/worker.ts
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"extends": "../build-config/templates/tsc/tsconfig.json", | ||
"include": ["src", "lib.ts", "lib.test.ts", "*.config.mts", "package.json"] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": ["../build-config/templates/typedoc/base.typedoc.json"], | ||
"entryPoints": ["lib.ts"], | ||
"out": "./dist/docs" | ||
} |
File renamed without changes.
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
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,12 +1,4 @@ | ||
{ | ||
"extends": "../build-config/templates/tsc/tsconfig.json", | ||
"include": [ | ||
"src", | ||
"lib.ts", | ||
"lib.test.ts", | ||
"*.config.ts", | ||
"package.json", | ||
"lib.test.ts", | ||
"lib.ts" | ||
] | ||
"include": ["src", "lib.ts", "lib.test.ts", "*.config.mts", "package.json"] | ||
} |
Oops, something went wrong.