Skip to content

Commit c024928

Browse files
committed
feat: Upgrade dependencies
1 parent f894908 commit c024928

File tree

4 files changed

+956
-307
lines changed

4 files changed

+956
-307
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test-or-release:
9-
runs-on: macos-13
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: pnpm/action-setup@v4

bin/esm2requirejs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ program.description('Transforms an ESM module to AMD or adapts an AMD module for
1717
.option('-r, --rewrite', 'rewrite the input files with the adapted output')
1818
.option('-s, --source-map', 'write inline source maps to the adapted output')
1919
.option('-v, --verbose', 'print progress and call stack in case of error')
20+
.argument('[files...]')
2021
.on('--help', function () {
2122
console.log()
2223
console.log('You can use one or more file names or one or more glob patterns to specify one')

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,30 +69,30 @@
6969
"statements": 45
7070
},
7171
"dependencies": {
72-
"@prantlf/convert-source-map": "^2.0.0",
73-
"astring": "^1.8.6",
72+
"@prantlf/convert-source-map": "^2.1.0",
73+
"astring": "^1.9.0",
7474
"charcodes": "^0.2.0",
75-
"commander": "^12.1.0",
76-
"meriyah": "^5.0.0",
75+
"commander": "^13.1.0",
76+
"meriyah": "^6.0.6",
7777
"punycode": "^2.3.1",
7878
"source-map": "^0.8.0-beta.0",
7979
"tiny-glob": "^0.2.9"
8080
},
8181
"devDependencies": {
82-
"@eslint/js": "^9.8.0",
83-
"@prantlf/requirejs": "^3.2.0",
84-
"@rollup/plugin-commonjs": "^26.0.1",
82+
"@eslint/js": "^9.26.0",
83+
"@prantlf/requirejs": "^3.3.0",
84+
"@rollup/plugin-commonjs": "^28.0.3",
8585
"@rollup/plugin-json": "^6.1.0",
86-
"@rollup/plugin-node-resolve": "^15.2.3",
87-
"c8": "^10.1.2",
88-
"eslint": "^9.8.0",
89-
"globals": "^15.8.0",
86+
"@rollup/plugin-node-resolve": "^16.0.1",
87+
"c8": "^10.1.3",
88+
"eslint": "^9.26.0",
89+
"globals": "^16.1.0",
9090
"lit-html": "^1",
91-
"rollup": "^4.19.1",
91+
"rollup": "^4.40.2",
9292
"tehanu": "^1.0.1",
9393
"tehanu-repo-coco": "^1.0.1",
9494
"tehanu-teru": "^1.0.1",
95-
"terser": "^5.31.3"
95+
"terser": "^5.39.1"
9696
},
9797
"keywords": [
9898
"requirejs-plugin",

0 commit comments

Comments
 (0)