goto-bus-stop / babel-plugin-generator-prettier

Babel plugin to use prettier for transformed code output
Other
9 stars 1 forks source link

Bump source-map from 0.5.7 to 0.7.3 #3

Closed dependabot-preview[bot] closed 9 months ago

dependabot-preview[bot] commented 4 years ago

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps source-map from 0.5.7 to 0.7.3.

Changelog

Sourced from source-map's changelog.

0.7.3

  • Fix a bug where nested uses of SourceMapConsumer could result in a TypeError. #338 #330 #319

0.7.2

0.7.1

  • Updated TypeScript typings. #321[]

#321: mozilla/source-map#321

0.7.0

  • SourceMapConsumer now uses WebAssembly, and is much faster! Read about it here: https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/

  • Breaking change: new SourceMapConsumer now returns a Promise object that resolves to the newly constructed SourceMapConsumer instance, rather than returning the new instance immediately.

  • Breaking change: when you're done using a SourceMapConsumer instance, you must call SourceMapConsumer.prototype.destroy on it. After calling destroy, you must not use the instance again.

  • Breaking change: SourceMapConsumer used to be able to handle lines, columns numbers and source and name indices up to 2^53 - 1 (aka Number.MAX_SAFE_INTEGER). It can now only handle them up to 2^32 - 1.

  • Breaking change: The source-map library now uses modern ECMAScript-isms: let, arrow functions, async, etc. Use Babel to compile it down to ECMAScript 5 if you need to support older JavaScript environments.

  • Breaking change: Drop support for Node < 8. If you want to support older versions of node, please use v0.6 or below.

0.5.6

  • Fix for regression when people were using numbers as names in source maps. See #236.

0.5.5

... (truncated)
Commits
  • b2171d5 Bump to version 0.7.3
  • 86d2f30 Merge pull request #336 from hildjj/classes
  • 14de5f8 Address comments in code review
  • 1ea5ee3 First stab at classes. source-map-consumer is a mess in order to keep the AP...
  • adfd0fb Merge pull request #335 from hildjj/coverage
  • 39db032 Add code coverage instructions to CONTRIBUTING.md
  • 3f2b104 Add support for coverage metrics with nyc and coveralls. Coveralls integrati...
  • df6608d Merge pull request #332 from hildjj/lint
  • 73f5d1a Switch to let/const from var
  • bf025a8 Apply the Firefox eslint rules, minus the Firefox-specific plugins.
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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) - `@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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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)