Skip to content

Commit dd0aac3

Browse files
Merge #1511
1511: build(deps-dev): bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve)` from 15.0.2 to 15.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md"><code>`@​rollup/plugin-node-resolve</code>'s` changelog</a>.</em></p> <blockquote> <h2>v15.1.0</h2> <p><em>2023-05-30</em></p> <h3>Features</h3> <ul> <li>feat: Resolve js/jsx/mjs/cjs imports from TypeScript files <a href="https://redirect.github.com/rollup/plugins/pull/1498">#1498</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/f87c4428f4dd505c39634d41523ed3fe08256122"><code>f87c442</code></a> chore(release): node-resolve v9.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/e4d21bacd6c91b041ac4dda4a6c918196899222c"><code>e4d21ba</code></a> refactor(node-resolve): remove deep-freeze from dependencies (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/529">#529</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/621768bfa45e934c9a3eb8462c2d8ea3005762ed"><code>621768b</code></a> feat(commonjs)!: return the namespace by default when requiring ESM (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/507">#507</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/e6324695220a8e4c6e34e3537df32bf6a7814041"><code>e632469</code></a> chore(node-resolve): update dependencies</li> <li><a href="https://github.com/rollup/plugins/commit/84dfddb544d71f55ad7cb164f7c5fcf37e297226"><code>84dfddb</code></a> chore(node-resolve): clean up changelog</li> <li><a href="https://github.com/rollup/plugins/commit/3fa649dc028801d763518d1c3ff3eea665572e1d"><code>3fa649d</code></a> chore(release): node-resolve v8.4.0</li> <li><a href="https://github.com/rollup/plugins/commit/a582b59fdda306f2b581eb1f7fba49dbb31d4b5f"><code>a582b59</code></a> chore(release): node-resolve v8.3.0</li> <li><a href="https://github.com/rollup/plugins/commit/a60cb7685fd0425515c67ed6ad98010e7d1df868"><code>a60cb76</code></a> chore(release): node-resolve v8.2.0</li> <li><a href="https://github.com/rollup/plugins/commit/ec92d34241b099d32d87b2ebcfd8588a5658d45d"><code>ec92d34</code></a> feat(node-resolve): preserve search params and hashes (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/487">#487</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/56b3725091d7f3cc5cc0e13f68e9a96f453d615d"><code>56b3725</code></a> feat(node-resolve): support .js imports in TypeScript (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve/issues/480">#480</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/commits/commonjs-v15.1.0/packages/node-resolve">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@rollup/plugin-node-resolve&package-manager=npm_and_yarn&previous-version=15.0.2&new-version=15.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 6d4ae6e + 061438b commit dd0aac3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@rollup/plugin-babel": "^6.0.3",
7878
"@rollup/plugin-commonjs": "25.0.0",
7979
"@rollup/plugin-json": "^6.0.0",
80-
"@rollup/plugin-node-resolve": "15.0.2",
80+
"@rollup/plugin-node-resolve": "15.1.0",
8181
"@types/jest": "^27.5.0",
8282
"@types/prettier": "^2.2.3",
8383
"@typescript-eslint/eslint-plugin": "2.34.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,10 +1662,10 @@
16621662
dependencies:
16631663
"@rollup/pluginutils" "^5.0.1"
16641664

1665-
"@rollup/plugin-node-resolve@15.0.2":
1666-
version "15.0.2"
1667-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.0.2.tgz#8183a80c2cbf7b471f5ac86b16747997f3b5d185"
1668-
integrity sha512-Y35fRGUjC3FaurG722uhUuG8YHOJRJQbI6/CkbRkdPotSpDj9NtIN85z1zrcyDcCQIW4qp5mgG72U+gJ0TAFEg==
1665+
"@rollup/plugin-node-resolve@15.1.0":
1666+
version "15.1.0"
1667+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.1.0.tgz#9ffcd8e8c457080dba89bb9fcb583a6778dc757e"
1668+
integrity sha512-xeZHCgsiZ9pzYVgAo9580eCGqwh/XCEUM9q6iQfGNocjgkufHAqC3exA+45URvhiYV8sBF9RlBai650eNs7AsA==
16691669
dependencies:
16701670
"@rollup/pluginutils" "^5.0.1"
16711671
"@types/resolve" "1.20.2"

0 commit comments

Comments
 (0)