rollup 2.51.0 → 2.52.1

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 v2.51.0
4
- Sun, 06 Jun 2021 11:27:34 GMT - commit 592b9fed918ccc99d48ece917a70015ac1898e52
3
+ Rollup.js v2.52.1
4
+ Thu, 17 Jun 2021 05:22:05 GMT - commit bef5fe8a573648f73c258ce9adf1a7ff3ffb129d
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.51.0
4
- Sun, 06 Jun 2021 11:27:34 GMT - commit 592b9fed918ccc99d48ece917a70015ac1898e52
3
+ Rollup.js v2.52.1
4
+ Thu, 17 Jun 2021 05:22:05 GMT - commit bef5fe8a573648f73c258ce9adf1a7ff3ffb129d
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "2.51.0",
3
+ "version": "2.52.1",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -15,7 +15,7 @@
15
15
  "ci:lint": "npm run lint:nofix",
16
16
  "ci:test": "npm run build:cjs && npm run build:bootstrap && npm run test:all",
17
17
  "ci:test:only": "npm run build:cjs && npm run build:bootstrap && npm run test:only",
18
- "ci:coverage": "npm run build:cjs && nyc --reporter lcovonly mocha",
18
+ "ci:coverage": "npm run build:cjs && npm run build:bootstrap && nyc --reporter lcovonly mocha",
19
19
  "lint": "npx eslint . --fix --cache && npm run lint:markdown",
20
20
  "lint:nofix": "npx eslint . && npm run lint:markdown",
21
21
  "lint:markdown": "markdownlint --config markdownlint.json docs/**/*.md",
@@ -55,41 +55,42 @@
55
55
  },
56
56
  "homepage": "https://rollupjs.org/",
57
57
  "optionalDependencies": {
58
- "fsevents": "~2.3.1"
58
+ "fsevents": "~2.3.2"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@rollup/plugin-alias": "^3.1.2",
62
62
  "@rollup/plugin-buble": "^0.21.3",
63
- "@rollup/plugin-commonjs": "18.0.0-1",
63
+ "@rollup/plugin-commonjs": "19.0.0",
64
64
  "@rollup/plugin-json": "^4.1.0",
65
65
  "@rollup/plugin-node-resolve": "^13.0.0",
66
66
  "@rollup/plugin-replace": "^2.4.2",
67
+ "@rollup/plugin-typescript": "^8.2.1",
67
68
  "@types/micromatch": "^4.0.1",
68
- "@types/node": "^10.17.51",
69
+ "@types/node": "^10.17.60",
69
70
  "@types/require-relative": "^0.8.0",
70
71
  "@types/signal-exit": "^3.0.0",
71
72
  "@types/yargs-parser": "^20.2.0",
72
- "@typescript-eslint/eslint-plugin": "^4.24.0",
73
- "@typescript-eslint/parser": "^4.24.0",
74
- "acorn": "^8.2.4",
73
+ "@typescript-eslint/eslint-plugin": "^4.27.0",
74
+ "@typescript-eslint/parser": "^4.27.0",
75
+ "acorn": "^8.4.0",
75
76
  "acorn-jsx": "^5.3.1",
76
77
  "acorn-walk": "^8.1.0",
77
78
  "buble": "^0.20.0",
78
- "chokidar": "^3.5.1",
79
+ "chokidar": "^3.5.2",
79
80
  "colorette": "^1.2.2",
80
- "core-js": "^3.12.0",
81
+ "core-js": "^3.14.0",
81
82
  "date-time": "^4.0.0",
82
83
  "es5-shim": "^4.5.15",
83
84
  "es6-shim": "^0.35.6",
84
- "eslint": "^7.26.0",
85
+ "eslint": "^7.28.0",
85
86
  "eslint-config-prettier": "^8.3.0",
86
- "eslint-plugin-import": "^2.23.2",
87
+ "eslint-plugin-import": "^2.23.4",
87
88
  "eslint-plugin-prettier": "^3.4.0",
88
- "execa": "^5.0.0",
89
+ "execa": "^5.1.1",
89
90
  "fixturify": "^2.1.1",
90
91
  "hash.js": "^1.1.7",
91
92
  "husky": "^6.0.0",
92
- "is-reference": "git+https://github.com/lukastaegert/is-reference.git#update-class-features",
93
+ "is-reference": "^3.0.0",
93
94
  "lint-staged": "^10.5.4",
94
95
  "locate-character": "^2.0.5",
95
96
  "magic-string": "^0.25.7",
@@ -98,13 +99,13 @@
98
99
  "mocha": "^8.4.0",
99
100
  "nyc": "^15.1.0",
100
101
  "pinst": "^2.1.6",
101
- "prettier": "^2.2.1",
102
+ "prettier": "^2.3.1",
102
103
  "pretty-bytes": "^5.6.0",
103
104
  "pretty-ms": "^7.0.1",
104
105
  "require-relative": "^0.8.7",
105
106
  "requirejs": "^2.3.6",
106
- "rollup": "^2.47.0",
107
- "rollup-plugin-license": "^2.3.0",
107
+ "rollup": "^2.51.2",
108
+ "rollup-plugin-license": "^2.5.0",
108
109
  "rollup-plugin-string": "^3.0.0",
109
110
  "rollup-plugin-terser": "^7.0.2",
110
111
  "rollup-plugin-thatworks": "^1.0.4",
@@ -116,10 +117,10 @@
116
117
  "source-map": "^0.7.3",
117
118
  "source-map-support": "^0.5.19",
118
119
  "sourcemap-codec": "^1.4.8",
119
- "systemjs": "^6.8.3",
120
+ "systemjs": "^6.10.1",
120
121
  "terser": "^5.7.0",
121
- "tslib": "^2.2.0",
122
- "typescript": "^4.2.4",
122
+ "tslib": "^2.3.0",
123
+ "typescript": "^4.3.2",
123
124
  "weak-napi": "^2.0.2",
124
125
  "yargs-parser": "^20.2.7"
125
126
  },