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

Update dependency esm to v3.2.25 #36

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 16, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
esm 3.2.4 -> 3.2.25 age adoption passing confidence

Release Notes

standard-things/esm

v3.2.25

Compare Source

  • Fixed regression parsing computed methods (#​807)

v3.2.24

Compare Source

  • Fixed regression parsing static methods (#​804)

v3.2.23

Compare Source

  • Added support for parsing public and private static class fields (#​801)
  • Fixed regression in missing export detection for CJS modules (#​773)
  • Fixed regression parsing computed class fields (#​787)
  • Fixed REPL support for Node 12 (#​792)
  • Reverted partial "type" field support of package.json (#​784)

v3.2.22

Compare Source

  • Reverted cache invalidation fix because of overactive file attribute updates (#​746)

v3.2.21

Compare Source

  • Ensured deep parse validation is performed before shallow (#​768)
  • Ensured direct Module#_compile() calls are based on default options
  • Ensured .node files are stored in the real Module._cache in Jest (#​765)
  • Fixed cache invalidation of re-published modules (#​746)
  • Fixed dynamic import use in Puppeteer’s page.evaluate() (#​762)
  • Fixed regression with ts-node/register (#​769)
  • Fixed regression for packages with invalid "main" fields (#​770)
  • Updated %s token of util.formatWithOptions()

v3.2.20

Compare Source

  • Fixed typo in Entry#resumeChildren() (#​760)

v3.2.19

Compare Source

  • Ensured source maps generated when options.sourceMap is false (#​756)
  • Ensured stack traces of syntax errors are not clipped
  • Ensured stack traces don’t use file URLs when options.cjs.paths is true
  • Updated util.formatWithOptions() implementation (#​757)

v3.2.18

Compare Source

  • Fixed undefined property access error for Loader.state.package.default (#​752)
  • Reintroduced an improved Electron v1 fix (#​750)

v3.2.17

Compare Source

  • Fixed regression in Jest context (#​747)

v3.2.16

Compare Source

  • Fixed inline source map detection

v3.2.15

Compare Source

  • Ensured console and util can access Loader.state.package.default (#​740)
  • Ensured esm works with requizzle (#​744)

v3.2.14

Compare Source

v3.2.13

Compare Source

  • Ensured custom console methods provided by the runtime are preserved (#​737)
  • Fixed regression in sideloaded module inheritance

v3.2.12

Compare Source

v3.2.11

Compare Source

v3.2.10

Compare Source

  • Ensured JSON modules participate in the lifecycle phases of ES modules

v3.2.9

Compare Source

  • Fixed Module._cache initialization in Jest (#​734)

v3.2.8

Compare Source

  • Added support for .cjs files
  • Ensured JSON modules maintain reference equality whether loaded by static import or require()
  • Ensured mutation of JSON modules loaded by require() update their live bindings
  • Ensured named exports of CJS, JSON, and WASM modules are valid identifiers
  • Ensured WASM modules participate in the lifecycle phases of ES modules

v3.2.7

Compare Source

  • Added support for mocking WASM modules and their dependencies
  • Ensured entry state is reset for erred modules

v3.2.6

Compare Source

  • Documented options.cjs.dedefault (#​731)
  • Ensured getter errors of module.exports are not swallowed (#​726)
  • Fixed Electron module wrapping regression
  • Fixed shadowing of custom consoles (#​682)

v3.2.5

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency esm to v3.2.5 Update dependency esm to v3.2.6 Feb 23, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.6 Update dependency esm to v3.2.7 Feb 26, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.7 Update dependency esm to v3.2.8 Mar 1, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.8 Update dependency esm to v3.2.9 Mar 2, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.9 Update dependency esm to v3.2.10 Mar 3, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.10 Update dependency esm to v3.2.11 Mar 5, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.11 Update dependency esm to v3.2.12 Mar 8, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.12 Update dependency esm to v3.2.13 Mar 8, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.13 Update dependency esm to v3.2.14 Mar 9, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.14 Update dependency esm to v3.2.15 Mar 12, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.15 Update dependency esm to v3.2.16 Mar 12, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.16 Update dependency esm to v3.2.17 Mar 14, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.17 Update dependency esm to v3.2.18 Mar 15, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.18 Update dependency esm to v3.2.19 Mar 21, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.19 Update dependency esm to v3.2.20 Mar 21, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.20 Update dependency esm to v3.2.21 Mar 28, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.21 Update dependency esm to v3.2.22 Mar 29, 2019
@renovate renovate bot changed the title Update dependency esm to v3.2.22 Update dependency esm to v3.2.25 May 19, 2019
@renovate renovate bot force-pushed the renovate/esm-3.x branch 2 times, most recently from cf2252f to c7f0bd4 Compare May 20, 2022 05:15
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.

None yet

1 participant