Skip to content

Commit

Permalink
merge main + save latest dabblings
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-johnson committed Jan 16, 2022
2 parents a4bbb3d + 2755065 commit 73f6f4a
Show file tree
Hide file tree
Showing 7 changed files with 629 additions and 636 deletions.
7 changes: 5 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": [
"@changesets/changelog-github",
{ "repo": "kyle-johnson/rollup-plugin-optimize-lodash-imports" }
],
"commit": false,
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ jobs:
id: Changesets
uses: changesets/action@v1
with:
publish: pnpm -r publish --no-git-checks
version: pnpm changeset version
commit: "chore: update versions"
title: "chore: update versions"
publish: pnpm run release
version: pnpm run version
commit: "release: update versions"
title: "Pending release"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"devDependencies": {
"@changesets/cli": "2.19.0"
}
"scripts": {
"version": "changeset version; pnpm install --lockfile-only; pnpm run -r format",
"release": "pnpm -r publish --no-git-checks; changeset tag"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.2",
"@changesets/cli": "2.19.0"
}
}
22 changes: 11 additions & 11 deletions packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,21 @@
"devDependencies": {
"@tsconfig/node12": "1.0.9",
"@types/estree": "0.0.46",
"@types/jest": "27.0.3",
"@types/jest": "27.4.0",
"@types/lodash": "4.14.178",
"@types/node": "10.17.51",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"depcheck": "1.4.2",
"esbuild": "0.14.5",
"eslint": "8.5.0",
"@types/node": "10.17.60",
"@typescript-eslint/eslint-plugin": "5.9.1",
"@typescript-eslint/parser": "5.9.1",
"depcheck": "1.4.3",
"esbuild": "0.14.11",
"eslint": "8.6.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jest": "25.3.0",
"eslint-plugin-unicorn": "39.0.0",
"jest": "27.4.5",
"eslint-plugin-jest": "25.7.0",
"eslint-plugin-unicorn": "40.0.0",
"jest": "27.4.7",
"lodash": "4.17.21",
"prettier": "2.5.1",
"ts-jest": "27.1.2",
"ts-jest": "27.1.3",
"typescript": "4.5.4"
},
"dependencies": {
Expand Down
24 changes: 12 additions & 12 deletions packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.1.1",
"@rollup/plugin-node-resolve": "13.1.3",
"@tsconfig/node12": "1.0.9",
"@types/estree": "0.0.50",
"@types/jest": "27.0.3",
"@types/jest": "27.4.0",
"@types/lodash": "4.14.178",
"@types/node": "12.20.37",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"depcheck": "1.4.2",
"eslint": "8.5.0",
"@types/node": "12.20.41",
"@typescript-eslint/eslint-plugin": "5.9.1",
"@typescript-eslint/parser": "5.9.1",
"depcheck": "1.4.3",
"eslint": "8.6.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jest": "25.3.0",
"eslint-plugin-unicorn": "39.0.0",
"jest": "27.4.5",
"eslint-plugin-jest": "25.7.0",
"eslint-plugin-unicorn": "40.0.0",
"jest": "27.4.7",
"lodash": "4.17.21",
"prettier": "2.5.1",
"rollup": "2.61.1",
"rollup": "2.64.0",
"rollup-plugin-terser": "7.0.2",
"ts-jest": "27.1.2",
"ts-jest": "27.1.3",
"typescript": "4.5.4"
},
"dependencies": {
Expand Down
22 changes: 11 additions & 11 deletions packages/transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
"devDependencies": {
"@tsconfig/node12": "1.0.9",
"@types/estree": "0.0.50",
"@types/jest": "27.0.3",
"@types/jest": "27.4.0",
"@types/lodash": "4.14.178",
"@types/node": "12.20.37",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"acorn": "8.6.0",
"depcheck": "1.4.2",
"eslint": "8.5.0",
"@types/node": "12.20.41",
"@typescript-eslint/eslint-plugin": "5.9.1",
"@typescript-eslint/parser": "5.9.1",
"acorn": "8.7.0",
"depcheck": "1.4.3",
"eslint": "8.6.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jest": "25.3.0",
"eslint-plugin-unicorn": "39.0.0",
"jest": "27.4.5",
"eslint-plugin-jest": "25.7.0",
"eslint-plugin-unicorn": "40.0.0",
"jest": "27.4.7",
"prettier": "2.5.1",
"ts-jest": "27.1.2",
"ts-jest": "27.1.3",
"typescript": "4.5.4"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 73f6f4a

Please sign in to comment.