rollup 3.9.1 → 3.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.9.1
4
- Mon, 02 Jan 2023 13:46:34 GMT - commit c6c884433e748cde70f3f4299dd48b81af97ec14
3
+ Rollup.js v3.10.0
4
+ Thu, 12 Jan 2023 07:56:20 GMT - commit ffc19b0091267d9bf5072b16969599e457a63f5c
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.9.1
4
- Mon, 02 Jan 2023 13:46:34 GMT - commit c6c884433e748cde70f3f4299dd48b81af97ec14
3
+ Rollup.js v3.10.0
4
+ Thu, 12 Jan 2023 07:56:20 GMT - commit ffc19b0091267d9bf5072b16969599e457a63f5c
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "3.9.1",
3
+ "version": "3.10.0",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -58,20 +58,22 @@
58
58
  "fsevents": "~2.3.2"
59
59
  },
60
60
  "devDependencies": {
61
+ "@jridgewell/sourcemap-codec": "^1.4.14",
61
62
  "@rollup/plugin-alias": "^4.0.2",
62
63
  "@rollup/plugin-buble": "^1.0.1",
63
64
  "@rollup/plugin-commonjs": "^24.0.0",
64
65
  "@rollup/plugin-json": "^6.0.0",
65
66
  "@rollup/plugin-node-resolve": "^15.0.1",
66
67
  "@rollup/plugin-replace": "^5.0.2",
67
- "@rollup/plugin-typescript": "^10.0.1",
68
- "@rollup/pluginutils": "^5.0.0",
68
+ "@rollup/plugin-terser": "^0.3.0",
69
+ "@rollup/plugin-typescript": "^11.0.0",
70
+ "@rollup/pluginutils": "^5.0.2",
69
71
  "@types/estree": "1.0.0",
70
72
  "@types/node": "^14.18.36",
71
73
  "@types/signal-exit": "^3.0.1",
72
74
  "@types/yargs-parser": "^21.0.0",
73
- "@typescript-eslint/eslint-plugin": "^5.47.1",
74
- "@typescript-eslint/parser": "^5.47.1",
75
+ "@typescript-eslint/eslint-plugin": "^5.48.0",
76
+ "@typescript-eslint/parser": "^5.48.0",
75
77
  "acorn": "^8.8.1",
76
78
  "acorn-import-assertions": "^1.8.0",
77
79
  "acorn-jsx": "^5.3.2",
@@ -86,7 +88,8 @@
86
88
  "es5-shim": "^4.6.7",
87
89
  "es6-shim": "^0.35.7",
88
90
  "eslint": "^8.31.0",
89
- "eslint-config-prettier": "^8.5.0",
91
+ "eslint-config-prettier": "^8.6.0",
92
+ "eslint-plugin-import": "^2.26.0",
90
93
  "eslint-plugin-prettier": "^4.2.1",
91
94
  "eslint-plugin-unicorn": "^45.0.2",
92
95
  "fixturify": "^3.0.0",
@@ -94,29 +97,27 @@
94
97
  "fs-extra": "^11.1.0",
95
98
  "github-api": "^3.4.0",
96
99
  "hash.js": "^1.1.7",
97
- "husky": "^8.0.2",
100
+ "husky": "^8.0.3",
98
101
  "inquirer": "^9.1.4",
99
- "is-reference": "^3.0.0",
102
+ "is-reference": "^3.0.1",
100
103
  "lint-staged": "^13.1.0",
101
104
  "locate-character": "^2.0.5",
102
105
  "magic-string": "^0.27.0",
103
106
  "mocha": "^10.2.0",
104
107
  "nyc": "^15.1.0",
105
- "prettier": "^2.8.1",
108
+ "prettier": "^2.8.2",
106
109
  "pretty-bytes": "^6.0.0",
107
110
  "pretty-ms": "^8.0.0",
108
111
  "requirejs": "^2.3.6",
109
- "rollup": "^2.79.1",
112
+ "rollup": "^3.9.1",
110
113
  "rollup-plugin-license": "^3.0.1",
111
114
  "rollup-plugin-string": "^3.0.0",
112
- "rollup-plugin-terser": "^7.0.2",
113
115
  "rollup-plugin-thatworks": "^1.0.4",
114
116
  "semver": "^7.3.8",
115
117
  "shx": "^0.3.4",
116
118
  "signal-exit": "^3.0.7",
117
119
  "source-map": "^0.7.4",
118
120
  "source-map-support": "^0.5.21",
119
- "sourcemap-codec": "^1.4.8",
120
121
  "systemjs": "^6.13.0",
121
122
  "terser": "^5.16.1",
122
123
  "tslib": "^2.4.1",