rollup 3.0.0-6 → 3.0.0-8

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.0.0-5
4
- Tue, 06 Sep 2022 05:29:28 GMT - commit 1d085668121abe6be83c28c212a02c181c16d2b8
3
+ Rollup.js v3.0.0-7
4
+ Tue, 11 Oct 2022 04:31:14 GMT - commit d9237e8c942d96e21de8f275df8d7c9aa2f620f4
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.0.0-5
4
- Tue, 06 Sep 2022 05:29:28 GMT - commit 1d085668121abe6be83c28c212a02c181c16d2b8
3
+ Rollup.js v3.0.0-7
4
+ Tue, 11 Oct 2022 04:31:14 GMT - commit d9237e8c942d96e21de8f275df8d7c9aa2f620f4
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -50,9 +50,8 @@ class FileWatcher {
50
50
  }
51
51
  }
52
52
  watch(id, isTransformDependency) {
53
- var _a;
54
53
  if (isTransformDependency) {
55
- const watcher = (_a = this.transformWatchers.get(id)) !== null && _a !== void 0 ? _a : this.createWatcher(id);
54
+ const watcher = this.transformWatchers.get(id) ?? this.createWatcher(id);
56
55
  watcher.add(id);
57
56
  this.transformWatchers.set(id, watcher);
58
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "3.0.0-6",
3
+ "version": "3.0.0-8",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -55,31 +55,32 @@
55
55
  "fsevents": "~2.3.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@rollup/plugin-alias": "^3.1.9",
59
- "@rollup/plugin-buble": "^0.21.3",
60
- "@rollup/plugin-commonjs": "^22.0.2",
61
- "@rollup/plugin-json": "^4.1.0",
62
- "@rollup/plugin-node-resolve": "^13.3.0",
63
- "@rollup/plugin-replace": "^4.0.0",
64
- "@rollup/plugin-typescript": "^8.4.0",
65
- "@rollup/pluginutils": "^4.2.1",
58
+ "@rollup/plugin-alias": "^4.0.0",
59
+ "@rollup/plugin-buble": "^1.0.0",
60
+ "@rollup/plugin-commonjs": "^23.0.0",
61
+ "@rollup/plugin-json": "^5.0.0",
62
+ "@rollup/plugin-node-resolve": "^15.0.0",
63
+ "@rollup/plugin-replace": "^5.0.0",
64
+ "@rollup/plugin-typescript": "^9.0.1",
65
+ "@rollup/pluginutils": "^5.0.0",
66
66
  "@types/estree": "1.0.0",
67
- "@types/node": "^14.18.26",
67
+ "@types/node": "^14.18.32",
68
68
  "@types/signal-exit": "^3.0.1",
69
69
  "@types/yargs-parser": "^21.0.0",
70
- "@typescript-eslint/eslint-plugin": "^5.36.1",
71
- "@typescript-eslint/parser": "^5.36.1",
70
+ "@typescript-eslint/eslint-plugin": "^5.40.0",
71
+ "@typescript-eslint/parser": "^5.40.0",
72
72
  "acorn": "^8.8.0",
73
+ "acorn-import-assertions": "^1.8.0",
73
74
  "acorn-jsx": "^5.3.2",
74
75
  "acorn-walk": "^8.2.0",
75
76
  "buble": "^0.20.0",
76
77
  "chokidar": "^3.5.3",
77
78
  "colorette": "^2.0.19",
78
- "core-js": "^3.25.0",
79
+ "core-js": "^3.25.5",
79
80
  "date-time": "^4.0.0",
80
81
  "es5-shim": "^4.6.7",
81
82
  "es6-shim": "^0.35.6",
82
- "eslint": "^8.22.0",
83
+ "eslint": "^8.25.0",
83
84
  "eslint-config-prettier": "^8.5.0",
84
85
  "eslint-plugin-import": "^2.26.0",
85
86
  "eslint-plugin-prettier": "^4.2.1",
@@ -88,32 +89,32 @@
88
89
  "github-api": "^3.4.0",
89
90
  "hash.js": "^1.1.7",
90
91
  "husky": "^8.0.1",
91
- "inquirer": "^9.1.0",
92
+ "inquirer": "^9.1.3",
92
93
  "is-reference": "^3.0.0",
93
94
  "lint-staged": "^13.0.3",
94
95
  "locate-character": "^2.0.5",
95
- "magic-string": "^0.26.3",
96
+ "magic-string": "^0.26.7",
96
97
  "mocha": "^10.0.0",
97
98
  "nyc": "^15.1.0",
98
99
  "prettier": "^2.7.1",
99
100
  "pretty-bytes": "^6.0.0",
100
101
  "pretty-ms": "^8.0.0",
101
102
  "requirejs": "^2.3.6",
102
- "rollup": "^2.79.0",
103
+ "rollup": "^2.79.1",
103
104
  "rollup-plugin-license": "^2.8.1",
104
105
  "rollup-plugin-string": "^3.0.0",
105
106
  "rollup-plugin-terser": "^7.0.2",
106
107
  "rollup-plugin-thatworks": "^1.0.4",
107
- "semver": "^7.3.7",
108
+ "semver": "^7.3.8",
108
109
  "shx": "^0.3.4",
109
110
  "signal-exit": "^3.0.7",
110
111
  "source-map": "^0.7.4",
111
112
  "source-map-support": "^0.5.21",
112
113
  "sourcemap-codec": "^1.4.8",
113
- "systemjs": "^6.12.4",
114
- "terser": "^5.15.0",
114
+ "systemjs": "^6.13.0",
115
+ "terser": "^5.15.1",
115
116
  "tslib": "^2.4.0",
116
- "typescript": "^4.8.2",
117
+ "typescript": "^4.8.4",
117
118
  "weak-napi": "^2.0.2",
118
119
  "yargs-parser": "^21.1.1"
119
120
  },