Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rollup-plugin-commonjs to v9.3.4 #16

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 24, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-commonjs 9.1.5 -> 9.3.4 age adoption passing confidence

Release Notes

rollup/rollup-plugin-commonjs

v9.3.4

Compare Source

2019-04-04

  • Make "extensions" optional (#​384)
  • Use same typing for include and exclude properties (#​385)

v9.3.3

Compare Source

2019-04-04

  • Remove colon from module prefixes (#​371)

v9.3.2

Compare Source

2019-04-04

  • Use shared extractAssignedNames, fix destructuring issue (#​303)

v9.3.1

Compare Source

2019-04-04

  • Include typings in release (#​382)

v9.3.0

Compare Source

2019-04-03

v9.2.3

Compare Source

2019-04-02

  • Improve support for ES3 browsers (#​364)
  • Add note about monorepo usage to readme (#​372)
  • Add .js extension to generated helper file (#​373)

v9.2.2

Compare Source

2019-03-25

  • Handle array destructuring assignment (#​379)

v9.2.1

Compare Source

2019-02-23

  • Use correct context when manually resolving ids (#​370)

v9.2.0

Compare Source

2018-10-10

  • Fix missing default warning, produce better code when importing known ESM default exports (#​349)
  • Refactor code and add prettier (#​346)

v9.1.8

Compare Source

2018-09-18

  • Ignore virtual modules created by other plugins (#​327)
  • Add "location" and "process" to reserved words (#​330)

v9.1.7

Compare Source

v9.1.6

Compare Source

2018-08-24

  • Keep commonJS detection between instantiations (#​338)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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, check this box

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

@codecov
Copy link

codecov bot commented Aug 24, 2018

Codecov Report

Merging #16 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   86.11%   86.11%           
=======================================
  Files           6        6           
  Lines          72       72           
  Branches       23       23           
=======================================
  Hits           62       62           
  Misses          8        8           
  Partials        2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e976b7e...c319cd8. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-commonjs to v9.1.6 chore(deps): update dependency rollup-plugin-commonjs to v9.1.8 Sep 18, 2018
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-9.x branch from c319cd8 to 2757c11 Compare September 18, 2018 05:39
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-commonjs to v9.1.8 chore(deps): update dependency rollup-plugin-commonjs to v9.2.0 Oct 10, 2018
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-9.x branch from 2757c11 to 172f984 Compare October 10, 2018 04:43
@codecov
Copy link

codecov bot commented Oct 10, 2018

Codecov Report

Merging #16 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   86.11%   86.11%           
=======================================
  Files           6        6           
  Lines          72       72           
  Branches       23       23           
=======================================
  Hits           62       62           
  Misses          8        8           
  Partials        2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 742ad60...bde825b. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-commonjs to v9.2.0 chore(deps): update dependency rollup-plugin-commonjs to v9.2.1 Feb 23, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-9.x branch from 172f984 to 478cba1 Compare February 23, 2019 13:29
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-commonjs to v9.2.1 chore(deps): update dependency rollup-plugin-commonjs to v9.2.2 Mar 25, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-9.x branch from 478cba1 to 70d7ab9 Compare March 25, 2019 06:27
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-commonjs to v9.2.2 chore(deps): update dependency rollup-plugin-commonjs to v9.2.3 Apr 2, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-9.x branch from 70d7ab9 to b65752a Compare April 2, 2019 07:04
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-commonjs to v9.2.3 chore(deps): update dependency rollup-plugin-commonjs to v9.3.0 Apr 3, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-9.x branch from b65752a to fb4a20c Compare April 3, 2019 05:10
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-commonjs to v9.3.0 chore(deps): update dependency rollup-plugin-commonjs to v9.3.1 Apr 4, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-9.x branch from fb4a20c to 8f7d12d Compare April 4, 2019 05:14
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-commonjs to v9.3.1 chore(deps): update dependency rollup-plugin-commonjs to v9.3.2 Apr 4, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-9.x branch 2 times, most recently from ba4db4a to 38badcd Compare April 4, 2019 07:09
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-commonjs to v9.3.2 chore(deps): update dependency rollup-plugin-commonjs to v9.3.3 Apr 4, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-commonjs to v9.3.3 chore(deps): update dependency rollup-plugin-commonjs to v9.3.4 Apr 4, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-9.x branch from 38badcd to bde825b Compare April 4, 2019 17:38
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant