Skip to content

Commit 92e54a7

Browse files
Merge #169
169: Bump @rollup/plugin-node-resolve from 10.0.0 to 11.0.0 r=curquiza a=dependabot-preview[bot] Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 10.0.0 to 11.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/5621433a6e1cf2b6a726c2f12a37330b8dc19c3d"><code>5621433</code></a> chore: update deprecation message verbiage</li> <li><a href="https://github.com/rollup/plugins/commit/a93de9d246848ab7597dde007759d065f819b350"><code>a93de9d</code></a> fix(pluginutils): Escape glob characters in folder (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/84">#84</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/ad861daa70fa4b7c7479ce0b93e00f031a3c551b"><code>ad861da</code></a> chore: migrate rollup-plugin-commonjs (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/90">#90</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/46c75f4e0db13ba1078e485863e84c031603ec29"><code>46c75f4</code></a> feat(alias): built-in resolving algorithm is replaced in favor of Rollup's `t...</li> <li><a href="https://github.com/rollup/plugins/commit/f9dac389981ac1a29b2d4b1613516d4644534c13"><code>f9dac38</code></a> chore: add changelog for html, multi-entry</li> <li><a href="https://github.com/rollup/plugins/commit/825ef02252cd8fc64adf88473107d9d44404a2fb"><code>825ef02</code></a> chore: migrate rollup-plugin-multi-entry (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/88">#88</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/13eadab46ecdf2f8187843c83cc2e8e7aca65bfa"><code>13eadab</code></a> docs: add typescript to readme (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/91">#91</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/0297e2ac51c1c22527818802f0d482e2b6143f03"><code>0297e2a</code></a> docs(html): fix &lt;br&gt; tag (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/89">#89</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/6819868e2f9abc7d34c56450f63257864735721e"><code>6819868</code></a> chore: remove <code>jsnext:main</code> in favor of <code>module</code> (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/85">#85</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/445f8ca88c7a903b14601a7bc9e0bf9d9436413d"><code>445f8ca</code></a> fix(json): cannot be imported by rollup (<a href="https://github-redirect.dependabot.com/rollup/plugins/issues/81">#81</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/compare/node-resolve-v10.0.0...commonjs-v11.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@rollup/plugin-node-resolve&package-manager=npm_and_yarn&previous-version=10.0.0&new-version=11.0.0)](https://dependabot.com/compatibility-score/?dependency-name=@rollup/plugin-node-resolve&package-manager=npm_and_yarn&previous-version=10.0.0&new-version=11.0.0) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 7506b2a + 2440c0a commit 92e54a7

File tree

2 files changed

+15
-50
lines changed

2 files changed

+15
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@babel/core": "^7.0.0",
4848
"@babel/preset-env": "^7.10.4",
4949
"@rollup/plugin-commonjs": "^17.0.0",
50-
"@rollup/plugin-node-resolve": "^10.0.0",
50+
"@rollup/plugin-node-resolve": "^11.0.0",
5151
"@typescript-eslint/eslint-plugin": "^4.0.0",
5252
"@typescript-eslint/parser": "^4.0.0",
5353
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 14 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,17 +1120,17 @@
11201120
magic-string "^0.25.7"
11211121
resolve "^1.17.0"
11221122

1123-
"@rollup/plugin-node-resolve@^10.0.0":
1124-
version "10.0.0"
1125-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-10.0.0.tgz#44064a2b98df7530e66acf8941ff262fc9b4ead8"
1126-
integrity sha512-sNijGta8fqzwA1VwUEtTvWCx2E7qC70NMsDh4ZG13byAXYigBNZMxALhKUSycBks5gupJdq0lFrKumFrRZ8H3A==
1123+
"@rollup/plugin-node-resolve@^11.0.0":
1124+
version "11.0.0"
1125+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.0.0.tgz#770458fb26691a686c5f29f37dded94832ffce59"
1126+
integrity sha512-8Hrmwjn1pLYjUxcv7U7IPP0qfnzEJWHyHE6CaZ8jbLM+8axaarJRB1jB6JgKTDp5gNga+TpsgX6F8iuvgOerKQ==
11271127
dependencies:
11281128
"@rollup/pluginutils" "^3.1.0"
11291129
"@types/resolve" "1.17.1"
11301130
builtin-modules "^3.1.0"
11311131
deepmerge "^4.2.2"
11321132
is-module "^1.0.0"
1133-
resolve "^1.17.0"
1133+
resolve "^1.19.0"
11341134

11351135
"@rollup/pluginutils@^3.1.0":
11361136
version "3.1.0"
@@ -1308,14 +1308,6 @@
13081308
"@typescript-eslint/typescript-estree" "4.9.0"
13091309
debug "^4.1.1"
13101310

1311-
"@typescript-eslint/[email protected]":
1312-
version "4.8.1"
1313-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce"
1314-
integrity sha512-r0iUOc41KFFbZdPAdCS4K1mXivnSZqXS5D9oW+iykQsRlTbQRfuFRSW20xKDdYiaCoH+SkSLeIF484g3kWzwOQ==
1315-
dependencies:
1316-
"@typescript-eslint/types" "4.8.1"
1317-
"@typescript-eslint/visitor-keys" "4.8.1"
1318-
13191311
"@typescript-eslint/[email protected]":
13201312
version "4.9.0"
13211313
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.0.tgz#5eefe305d6b71d1c85af6587b048426bfd4d3708"
@@ -1324,30 +1316,11 @@
13241316
"@typescript-eslint/types" "4.9.0"
13251317
"@typescript-eslint/visitor-keys" "4.9.0"
13261318

1327-
"@typescript-eslint/[email protected]":
1328-
version "4.8.1"
1329-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
1330-
integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA==
1331-
13321319
"@typescript-eslint/[email protected]":
13331320
version "4.9.0"
13341321
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.0.tgz#3fe8c3632abd07095c7458f7451bd14c85d0033c"
13351322
integrity sha512-luzLKmowfiM/IoJL/rus1K9iZpSJK6GlOS/1ezKplb7MkORt2dDcfi8g9B0bsF6JoRGhqn0D3Va55b+vredFHA==
13361323

1337-
"@typescript-eslint/[email protected]":
1338-
version "4.8.1"
1339-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
1340-
integrity sha512-bJ6Fn/6tW2g7WIkCWh3QRlaSU7CdUUK52shx36/J7T5oTQzANvi6raoTsbwGM11+7eBbeem8hCCKbyvAc0X3sQ==
1341-
dependencies:
1342-
"@typescript-eslint/types" "4.8.1"
1343-
"@typescript-eslint/visitor-keys" "4.8.1"
1344-
debug "^4.1.1"
1345-
globby "^11.0.1"
1346-
is-glob "^4.0.1"
1347-
lodash "^4.17.15"
1348-
semver "^7.3.2"
1349-
tsutils "^3.17.1"
1350-
13511324
"@typescript-eslint/[email protected]":
13521325
version "4.9.0"
13531326
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.0.tgz#38a98df6ee281cfd6164d6f9d91795b37d9e508c"
@@ -1362,14 +1335,6 @@
13621335
semver "^7.3.2"
13631336
tsutils "^3.17.1"
13641337

1365-
"@typescript-eslint/[email protected]":
1366-
version "4.8.1"
1367-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"
1368-
integrity sha512-3nrwXFdEYALQh/zW8rFwP4QltqsanCDz4CwWMPiIZmwlk9GlvBeueEIbq05SEq4ganqM0g9nh02xXgv5XI3PeQ==
1369-
dependencies:
1370-
"@typescript-eslint/types" "4.8.1"
1371-
eslint-visitor-keys "^2.0.0"
1372-
13731338
"@typescript-eslint/[email protected]":
13741339
version "4.9.0"
13751340
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.0.tgz#f284e9fac43f2d6d35094ce137473ee321f266c8"
@@ -3229,10 +3194,10 @@ is-ci@^2.0.0:
32293194
dependencies:
32303195
ci-info "^2.0.0"
32313196

3232-
is-core-module@^2.0.0:
3233-
version "2.1.0"
3234-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.1.0.tgz#a4cc031d9b1aca63eecbd18a650e13cb4eeab946"
3235-
integrity sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA==
3197+
is-core-module@^2.1.0:
3198+
version "2.2.0"
3199+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
3200+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
32363201
dependencies:
32373202
has "^1.0.3"
32383203

@@ -4945,12 +4910,12 @@ resolve-url@^0.2.1:
49454910
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
49464911
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
49474912

4948-
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.3.2:
4949-
version "1.18.1"
4950-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
4951-
integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==
4913+
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0, resolve@^1.3.2:
4914+
version "1.19.0"
4915+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
4916+
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
49524917
dependencies:
4953-
is-core-module "^2.0.0"
4918+
is-core-module "^2.1.0"
49544919
path-parse "^1.0.6"
49554920

49564921
ret@~0.1.10:

0 commit comments

Comments
 (0)