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

Bump esm from 3.2.1 to 3.2.4 #5556

Merged
merged 1 commit into from
Feb 12, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps esm from 3.2.1 to 3.2.4.

Release notes

Sourced from esm's releases.

3.2.4

  • Added support for stdin eval
  • Ensured import.meta.url is null in --eval, stdin, or REPL
  • Fixed mocha -r regression (#722)
  • Fixed regression logging process in REPL

3.2.3

  • Ensured the main module has an inline source map for --inspect-brk use
  • Fixed console initialization regression

3.2.2

  • Ensured top-level return errors occur within eval() and the REPL
  • Fixed regression for default class exports (#725)
  • Fixed regression masking errors in the REPL
Commits
  • fc771b0 Bump to v3.2.4.
  • 18de00e Update deps.
  • 5f5634d Set import.meta.url to null for non-path ids.
  • ea6901f Fix eval stdin detection.
  • d1d6d97 Add stdin to features list.
  • fa9c19f Add mocha -r test.
  • 8420a50 Flatten top-level await error.
  • 08c324f Set entry.state to STATE_EXECUTION_COMPLETED on parse or run error.
  • 4480fa8 Ensure sideloaded modules have a parse pass.
  • 2e2433b Expand isWrappable() to allow process and Symbol.toStringTag'ed objects.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@codecov
Copy link

codecov bot commented Feb 12, 2019

Codecov Report

Merging #5556 into next will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #5556   +/-   ##
=======================================
  Coverage   33.32%   33.32%           
=======================================
  Files         647      647           
  Lines        9318     9318           
  Branches     1352     1328   -24     
=======================================
  Hits         3105     3105           
  Misses       5598     5598           
  Partials      615      615

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 06e3e8d...9f704b5. Read the comment docs.

@ndelangen ndelangen merged commit 1f8c5d6 into next Feb 12, 2019
@ndelangen ndelangen deleted the dependabot/npm_and_yarn/esm-3.2.4 branch February 12, 2019 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants