mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
chore: update monorepo deps
This commit is contained in:
parent
d88b422e3d
commit
232d28648b
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -15,11 +15,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Use node
|
- name: Use node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 24
|
||||||
cache: npm
|
cache: npm
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
@ -33,12 +33,12 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node: [18, 20, 22]
|
node: [20, 22, 24]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Use node@${{ matrix.node }}
|
- name: Use node@${{ matrix.node }}
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
cache: npm
|
cache: npm
|
||||||
@ -56,11 +56,11 @@ jobs:
|
|||||||
if: ${{ github.repository_owner == 'marko-js' && github.event_name == 'push' }}
|
if: ${{ github.repository_owner == 'marko-js' && github.event_name == 'push' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 24
|
||||||
cache: npm
|
cache: npm
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
2119
package-lock.json
generated
2119
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
48
package.json
48
package.json
@ -24,58 +24,58 @@
|
|||||||
"test:update": "UPDATE_EXPECTATIONS=1 mocha --update"
|
"test:update": "UPDATE_EXPECTATIONS=1 mocha --update"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.28.0",
|
"@babel/cli": "^7.28.3",
|
||||||
"@babel/core": "^7.28.0",
|
"@babel/core": "^7.28.5",
|
||||||
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
||||||
"@babel/plugin-transform-runtime": "^7.28.0",
|
"@babel/plugin-transform-runtime": "^7.28.5",
|
||||||
"@babel/preset-env": "^7.28.0",
|
"@babel/preset-env": "^7.28.5",
|
||||||
"@babel/preset-typescript": "^7.27.1",
|
"@babel/preset-typescript": "^7.28.5",
|
||||||
"@babel/register": "^7.27.1",
|
"@babel/register": "^7.28.3",
|
||||||
"@changesets/changelog-github": "^0.5.1",
|
"@changesets/changelog-github": "^0.5.1",
|
||||||
"@changesets/cli": "^2.29.5",
|
"@changesets/cli": "^2.29.7",
|
||||||
"@ebay/browserslist-config": "^2.11.0",
|
"@ebay/browserslist-config": "^2.12.0",
|
||||||
"@eslint/js": "^9.33.0",
|
"@eslint/js": "^9.39.1",
|
||||||
"@rollup/plugin-terser": "^0.4.4",
|
"@rollup/plugin-terser": "^0.4.4",
|
||||||
"@rollup/plugin-virtual": "^3.0.2",
|
"@rollup/plugin-virtual": "^3.0.2",
|
||||||
"@types/babel__code-frame": "^7.0.6",
|
"@types/babel__code-frame": "^7.0.6",
|
||||||
"@types/babel__generator": "^7.27.0",
|
"@types/babel__generator": "^7.27.0",
|
||||||
"@types/babel__traverse": "^7.28.0",
|
"@types/babel__traverse": "^7.28.0",
|
||||||
"@types/js-beautify": "^1.14.3",
|
"@types/js-beautify": "^1.14.3",
|
||||||
"@types/jsdom": "^21.1.7",
|
"@types/jsdom": "^27.0.0",
|
||||||
"@types/mocha": "^10.0.10",
|
"@types/mocha": "^10.0.10",
|
||||||
"@types/node": "^24.2.1",
|
"@types/node": "^24.10.1",
|
||||||
"~ts": "file:scripts/babel-register.js",
|
"~ts": "file:scripts/babel-register.js",
|
||||||
"babel-plugin-minprops": "^2.0.1",
|
"babel-plugin-minprops": "^2.0.1",
|
||||||
"bluebird": "^3.7.2",
|
"bluebird": "^3.7.2",
|
||||||
"c8": "^10.1.3",
|
"c8": "^10.1.3",
|
||||||
"chai": "^4.4.1",
|
"chai": "^4.4.1",
|
||||||
"cross-env": "^10.0.0",
|
"cross-env": "^10.1.0",
|
||||||
"diffable-html": "^6.0.1",
|
"diffable-html": "^6.0.1",
|
||||||
"esbuild": "^0.25.9",
|
"esbuild": "^0.27.0",
|
||||||
"eslint": "^9.33.0",
|
"eslint": "^9.39.1",
|
||||||
"eslint-formatter-unix": "^8.40.0",
|
"eslint-formatter-unix": "^9.0.1",
|
||||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||||
"express": "^5.1.0",
|
"express": "^5.1.0",
|
||||||
"globals": "^16.3.0",
|
"globals": "^16.5.0",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"it-fails": "^1.0.9",
|
"it-fails": "^1.0.9",
|
||||||
"js-beautify": "^1.15.4",
|
"js-beautify": "^1.15.4",
|
||||||
"jsdom": "^26.1.0",
|
"jsdom": "^27.2.0",
|
||||||
"jsdom-context-require": "^5.2.5",
|
"jsdom-context-require": "^5.2.7",
|
||||||
"kleur": "^4.1.5",
|
"kleur": "^4.1.5",
|
||||||
"lint-staged": "^16.1.5",
|
"lint-staged": "^16.2.6",
|
||||||
"mocha": "^11.7.1",
|
"mocha": "^11.7.5",
|
||||||
"mocha-autotest": "^1.1.3",
|
"mocha-autotest": "^1.1.3",
|
||||||
"mocha-snap": "^5.0.0",
|
"mocha-snap": "^5.0.0",
|
||||||
"prettier": "^3.6.2",
|
"prettier": "^3.6.2",
|
||||||
"prettier-plugin-packagejson": "^2.5.19",
|
"prettier-plugin-packagejson": "^2.5.19",
|
||||||
"pretty-format": "^30.0.5",
|
"pretty-format": "^30.2.0",
|
||||||
"rollup": "^4.46.2",
|
"rollup": "^4.53.2",
|
||||||
"table": "^6.9.0",
|
"table": "^6.9.0",
|
||||||
"through": "^2.3.8",
|
"through": "^2.3.8",
|
||||||
"through2": "^4.0.2",
|
"through2": "^4.0.2",
|
||||||
"tiny-glob": "^0.2.9",
|
"tiny-glob": "^0.2.9",
|
||||||
"typescript": "^5.9.2",
|
"typescript": "^5.9.3",
|
||||||
"typescript-eslint": "^8.39.1"
|
"typescript-eslint": "^8.46.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user