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

[Test PR do no review ]Girib/azure mesage builder #48

Closed
wants to merge 37 commits into from

Conversation

GiriB
Copy link
Owner

@GiriB GiriB commented Sep 20, 2020

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 e...

Description has been truncated

dependabot bot and others added 30 commits September 2, 2020 05:04
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.88.0...v0.90.0)

Signed-off-by: dependabot[bot] <support@github.com>
Windows has a history of using UTF-16, recent versions of windows
default to UTF-8, but we sometimes encounter files that are encoded as
UTF-16. When trying to regex match on such a string, we get an error:

```
incompatible encoding regexp match (US-ASCII regexp with UTF-16 string)
```

By enforcing the encoding we should be able to prevent this.
I'm not quite sure why we need this, and removing it does not fail any
tests. As long as we can get all the data we need out of the XML doc I
don't think we should be fussy about the namespace.
It can be helpful when testing file fetchers to be able to see what
requests are being made by the specs. This commit makes it easier to
add a debug logger to VCR; if you set the envvar
DEPENDABOT_TEST_DEBUG_LOGGER to a valid path debug logs will be saved to
that file.
Currently if a requirement file contains a path dependency where the
path starts with `file:`, the file fetcher will try and find a file
called `/file:./setup.py`, which fails because it should be looking for
`setup.py`.

This commit updates Dependabot::Python::FileFetcher to ignore the
`file:` part if it is present.
…path-dependencies-with-file

Fix python path dependencies with file
When an update affects a transitive dependenc, we may strip management
information from the lockfile.
reconsider `MissingSuper`, as there are plenty of hits in the first
extension module we encountered.
Pete Wagner and others added 7 commits September 15, 2020 13:20
@GiriB GiriB closed this Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants