CityOfPhiladelphia / pinboard

A generic app connected to a Carto endpoint, that allows users to search for a type of resource by location or keyword, and filter by resource type.
MIT License
4 stars 0 forks source link

Bump core-js from 2.6.9 to 3.3.3 #75

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps core-js from 2.6.9 to 3.3.3.

Changelog *Sourced from [core-js's changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md).* > ##### 3.3.3 - 2019.10.22 > - `gopher` removed from `URL` special cases per [this issue](https://github-redirect.dependabot.com/whatwg/url/issues/342) and [this PR](https://github-redirect.dependabot.com/whatwg/url/pull/453) > - Added compat data for iOS 13 and Node 13.0 > > ##### 3.3.2 - 2019.10.14 > - Fixed compatibility of `core-js-compat` with Node 6 and Yarn, [#669](https://github-redirect.dependabot.com/zloirock/core-js/issues/669) > > ##### 3.3.1 - 2019.10.13 > - Fixed a NPM publishing issue > > ##### 3.3.0 - 2019.10.13 > - **`String#{ matchAll, replaceAll }` throws an error on non-global regex argument per [the decision from TC39 meetings](https://github-redirect.dependabot.com/tc39/ecma262/pull/1716) (+ [this PR](https://github-redirect.dependabot.com/tc39/proposal-string-replaceall/pull/24)). It's a breaking change, but since it's a breaking change in the ES spec, it's added at the minor release** > - `globalThis` moved to stable ES, [per October TC39 meeting](https://github-redirect.dependabot.com/babel/proposals/issues/60#issuecomment-537217903) > - `Promise.any` moved to stage 3, some minor internal changes, [per October TC39 meeting](https://github-redirect.dependabot.com/babel/proposals/issues/60#issuecomment-538084885) > - `String#replaceAll` moved to stage 3, [per October TC39 meeting](https://github-redirect.dependabot.com/babel/proposals/issues/60#issuecomment-537530013) > - Added [iterator helpers stage 2 proposal](https://github.com/tc39/proposal-iterator-helpers): > - `Iterator` > - `Iterator.from` > - `Iterator#asIndexedPairs` > - `Iterator#drop` > - `Iterator#every` > - `Iterator#filter` > - `Iterator#find` > - `Iterator#flatMap` > - `Iterator#forEach` > - `Iterator#map` > - `Iterator#reduce` > - `Iterator#some` > - `Iterator#take` > - `Iterator#toArray` > - `Iterator#@@toStringTag` > - `AsyncIterator` > - `AsyncIterator.from` > - `AsyncIterator#asIndexedPairs` > - `AsyncIterator#drop` > - `AsyncIterator#every` > - `AsyncIterator#filter` > - `AsyncIterator#find` > - `AsyncIterator#flatMap` > - `AsyncIterator#forEach` > - `AsyncIterator#map` > - `AsyncIterator#reduce` > - `AsyncIterator#some` > - `AsyncIterator#take` > - `AsyncIterator#toArray` > - `AsyncIterator#@@toStringTag` > - Updated `Map#upsert` (`Map#updateOrInsert` before) [proposal](https://github.com/thumbsupep/proposal-upsert) > - Moved to stage 2, [per October TC39 meeting](https://github-redirect.dependabot.com/babel/proposals/issues/60#issuecomment-537606117) > - `Map#updateOrInsert` renamed to `Map#upsert` > - Added `WeakMap#upsert` > ... (truncated)
Commits - [`22a4236`](https://github.com/zloirock/core-js/commit/22a42363fc343f36126b72c6ea003ae347045ee7) 3.3.3 - [`e73b3c8`](https://github.com/zloirock/core-js/commit/e73b3c84185c8b3e9bd925d456e97e28c5105dce) update dependencies - [`6226eff`](https://github.com/zloirock/core-js/commit/6226eff151809e5229bf2a114575a3b6222e221d) Fixes a typo - missing word ([#675](https://github-redirect.dependabot.com/zloirock/core-js/issues/675)) - [`33f4aff`](https://github.com/zloirock/core-js/commit/33f4affb26effd8bd1db43e6ecd7de6668a5b487) Fixes a typo - missing word - [`5d3c363`](https://github.com/zloirock/core-js/commit/5d3c36355cc24dfe4771cbbb8ffd03c52c5ed622) fix a typo - [`9daaf6d`](https://github.com/zloirock/core-js/commit/9daaf6dd6c8b445f99992ea9a2b27991c3423e68) add mapping for iOS 13 - [`d7c9429`](https://github.com/zloirock/core-js/commit/d7c942933c3fa3c2ab010f19e0c99fd3608cdbee) add mapping for Node 13.0 - [`ebca1c8`](https://github.com/zloirock/core-js/commit/ebca1c8b8aa13eab69a0cb2f35f11d8694299e39) fix `codePoints` signature - [`f5aed87`](https://github.com/zloirock/core-js/commit/f5aed87faaef91e6456f1d57d7d491346aecbcfb) fix some links - [`12a98b4`](https://github.com/zloirock/core-js/commit/12a98b49de52039ab1ef277b764654dea0988be9) fix `replaceAll` second argument description - Additional commits viewable in [compare view](https://github.com/zloirock/core-js/compare/v2.6.9...v3.3.3)


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 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)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.