Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

fix(deps): update dependency @rollup/plugin-node-resolve to v13 #306

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-node-resolve ^11.0.0 -> ^13.0.0 age adoption passing confidence

Release Notes

rollup/plugins

v13.3.0

2022-05-02

Features
  • feat: support node: protocol (#​1124)

v13.2.2

2022-05-02

Bugfixes
  • fix: Respect if other plugins resolve the resolution to a different id (#​1181)
  • fix: Revert respect if other plugins resolve the resolution to a different id (ae59ceb)
  • fix: Respect if other plugins resolve the resolution to a different id (f8d4c44)

v13.2.1

2022-04-15

Bugfixes
  • fix: update side effects logic to be deep when glob doesn’t contain / (#​1148)

v13.2.0

2022-04-11

Features
  • feat: Add the ability to pass a function into resolveOnly (#​1152)

v13.1.3

2022-01-05

Bugfixes
  • fix: use correct version when published (#​1063)

v13.1.2

2021-12-31

Bugfixes
  • fix: forward meta-information from other plugins (#​1062)

v13.1.1

2021-12-13

Updates
  • test: add tests for mixing custom exportConditions with browser: true (#​1043)

v13.1.0

2021-12-13

Features
  • feat: expose plugin version (#​1050)

v13.0.6

2021-10-19

Bugfixes

v13.0.5

2021-09-21

Updates
  • docs: fix readme heading depth (#​999)

v13.0.4

2021-07-24

Bugfixes
  • fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps (#​921)

v13.0.3

2021-07-24

Bugfixes
  • fix: handle browser-mapped paths correctly in nested contexts (#​920)

v13.0.2

2021-07-15

Bugfixes
  • fix: handle "package.json" being in path (#​927)

v13.0.1

2021-07-15

Updates
  • docs: Document how to get Node.js exports resolution (#​884)

v13.0.0

2021-05-04

Breaking Changes
  • fix!: mark module as external if resolved module is external (#​799)
Features
  • feat: Follow up to #​843, refining exports and browser field interaction (#​866)

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from a team May 10, 2021 00:47
@github-actions github-actions bot added the type: bug code to address defects in shipped code label May 10, 2021
@erezrokah
Copy link
Contributor

Not sure why this was published twice as v12 and then v13:
https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md#v1300

Notable change rollup/plugins#799

@erezrokah
Copy link
Contributor

I suggest waiting a bit to see if there are any new issues on the rollup repo as a result of this change

@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch 2 times, most recently from 92324d0 to 4fa0026 Compare May 13, 2021 13:35
@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch 4 times, most recently from 13842ed to 9b84da4 Compare May 31, 2021 07:56
@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch 3 times, most recently from b4f61ce to 8a96a00 Compare June 7, 2021 01:51
@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch 12 times, most recently from e15b813 to d3b34fa Compare July 5, 2021 14:34
@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch 5 times, most recently from 260703b to efe09cb Compare July 12, 2021 10:20
@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch from fab8b51 to e856e8e Compare November 25, 2021 17:49
kodiakhq[bot]
kodiakhq bot previously approved these changes Nov 25, 2021
@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch from e856e8e to 6c6bdf8 Compare December 7, 2021 00:28
kodiakhq[bot]
kodiakhq bot previously approved these changes Dec 7, 2021
@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch from 6c6bdf8 to 3f97fab Compare December 7, 2021 19:58
kodiakhq[bot]
kodiakhq bot previously approved these changes Dec 7, 2021
@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch from 3f97fab to 9874c48 Compare December 21, 2021 20:38
kodiakhq[bot]
kodiakhq bot previously approved these changes Dec 21, 2021
@XhmikosR
Copy link
Contributor

This can probably land.

@XhmikosR
Copy link
Contributor

BTW the package-lock.json duplication is because of an inception issue :P

This package, has this hierarchy:

C:\Users\XhmikosR\Desktop\netlify-plugin-edge-handlers>npm ls @rollup/plugin-node-resolve
@netlify/plugin-edge-handlers@3.0.0 C:\Users\XhmikosR\Desktop\netlify-plugin-edge-handlers
+-- @netlify/build@26.1.0
| `-- @netlify/plugin-edge-handlers@3.0.0
|   `-- @rollup/plugin-node-resolve@11.2.1 deduped
`-- @rollup/plugin-node-resolve@11.2.1
``

@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch from 9874c48 to fa12f92 Compare January 12, 2022 17:50
kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 12, 2022
@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch from fa12f92 to 51a2de3 Compare January 13, 2022 15:00
kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 13, 2022
@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch from 51a2de3 to f2acdc2 Compare February 7, 2022 14:16
kodiakhq[bot]
kodiakhq bot previously approved these changes Feb 7, 2022
@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch from f2acdc2 to 29c13d4 Compare February 7, 2022 18:09
kodiakhq[bot]
kodiakhq bot previously approved these changes Feb 7, 2022
@renovate renovate bot force-pushed the renovate/rollup-plugin-node-resolve-13.x branch from 29c13d4 to f5fdb2f Compare February 8, 2022 19:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants