Skip to content

chore(deps-dev): bump rollup from 2.52.7 to 2.53.1#33

Merged
probot-auto-merge[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rollup-2.53.1
Jul 12, 2021
Merged

chore(deps-dev): bump rollup from 2.52.7 to 2.53.1#33
probot-auto-merge[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rollup-2.53.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 12, 2021

Bumps rollup from 2.52.7 to 2.53.1.

Release notes

Sourced from rollup's releases.

v2.53.1

2021-07-11

Bug Fixes

  • Do not omit namespace reexports when treeshake is false (#4175)

Pull Requests

v2.53.0

2021-07-09

Features

  • Add maxParallelFileReads option to limit read operations with a default of 20 (#4170)

Pull Requests

  • #4170: Limit parallel file reads to prevent "EMFILE: too many open files" error (@​schummar)

v2.52.8

2021-07-07

Bug Fixes

  • Automatically handle many use var before declaration and TDZ access scenarios correctly without the need for treeshake.correctVarValueBeforeDeclaration (#4148)

Pull Requests

Changelog

Sourced from rollup's changelog.

2.53.1

2021-07-11

Bug Fixes

  • Do not omit namespace reexports when treeshake is false (#4175)

Pull Requests

2.53.0

2021-07-09

Features

  • Add maxParallelFileReads option to limit read operations with a default of 20 (#4170)

Pull Requests

  • #4170: Limit parallel file reads to prevent "EMFILE: too many open files" error (@​schummar)

2.52.8

2021-07-07

Bug Fixes

  • Automatically handle many use var before declaration and TDZ access scenarios correctly without the need for treeshake.correctVarValueBeforeDeclaration (#4148)

Pull Requests

Commits

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 dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 12, 2021
Copy link
Copy Markdown

@autoapproval autoapproval Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

@autoapproval autoapproval Bot added the merge label Jul 12, 2021
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 12, 2021
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 12, 2021

Codecov Report

Merging #33 (f90e6ed) into main (b647361) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #33   +/-   ##
=======================================
  Coverage   42.95%   42.95%           
=======================================
  Files           3        3           
  Lines         305      305           
  Branches       65       65           
=======================================
  Hits          131      131           
  Misses        174      174           

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 b647361...f90e6ed. Read the comment docs.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/rollup-2.53.1 branch 2 times, most recently from 04967f9 to a492760 Compare July 12, 2021 07:23
Bumps [rollup](https://github.com/rollup/rollup) from 2.52.7 to 2.53.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.52.7...v2.53.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/rollup-2.53.1 branch from a492760 to f90e6ed Compare July 12, 2021 07:32
@probot-auto-merge probot-auto-merge Bot merged commit 908b625 into main Jul 12, 2021
@probot-auto-merge probot-auto-merge Bot deleted the dependabot/npm_and_yarn/rollup-2.53.1 branch July 12, 2021 07:35
github-actions Bot pushed a commit that referenced this pull request Jul 12, 2021
Bumps [rollup](https://github.com/rollup/rollup) from 2.52.7 to 2.53.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.52.7...v2.53.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 908b625
github-actions Bot pushed a commit that referenced this pull request Sep 21, 2021
### [1.0.2](v1.0.1...v1.0.2) (2021-09-21)

### Miscellaneous Chores

* Created local '.eslintignore' from remote 'sync-files/js/.eslintignore' ([#107](#107)) ([03b304f](03b304f))
* **deps-dev:** bump @babel/preset-env from 7.14.5 to 7.14.7 ([#11](#11)) ([bb3c470](bb3c470))
* **deps-dev:** bump @babel/preset-env from 7.14.7 to 7.14.8 ([#47](#47)) ([5747afd](5747afd))
* **deps-dev:** bump @babel/preset-env from 7.14.8 to 7.14.9 ([#51](#51)) ([d90d445](d90d445))
* **deps-dev:** bump @babel/preset-env from 7.14.9 to 7.15.0 ([#58](#58)) ([93c7f7b](93c7f7b))
* **deps-dev:** bump @babel/preset-env from 7.15.0 to 7.15.4 ([#88](#88)) ([b8e8091](b8e8091))
* **deps-dev:** bump @babel/preset-env from 7.15.4 to 7.15.6 ([#93](#93)) ([faeb0b9](faeb0b9))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.14.6 to 7.14.7 ([#17](#17)) ([0174073](0174073))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.14.7 to 7.14.8 ([#45](#45)) ([602765c](602765c))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.14.8 to 7.14.9 ([#50](#50)) ([bfa5ed8](bfa5ed8))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.14.9 to 7.15.3 ([#66](#66)) ([426082e](426082e))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.15.3 to 7.15.4 ([#82](#82)) ([e6e3733](e6e3733))
* **deps-dev:** bump @googlemaps/jest-mocks from 0.2.0 to 1.0.1 ([#15](#15)) ([97c1832](97c1832))
* **deps-dev:** bump @googlemaps/jest-mocks from 1.0.1 to 1.2.0 ([#32](#32)) ([b647361](b647361))
* **deps-dev:** bump @rollup/plugin-node-resolve from 13.0.0 to 13.0.2 ([#34](#34)) ([28accd1](28accd1))
* **deps-dev:** bump @rollup/plugin-node-resolve from 13.0.2 to 13.0.4 ([#42](#42)) ([0fc6ca5](0fc6ca5))
* **deps-dev:** bump @types/google.maps from 3.45.3 to 3.45.4 ([#9](#9)) ([260396f](260396f))
* **deps-dev:** bump @types/google.maps from 3.45.4 to 3.45.6 ([#27](#27)) ([3130eeb](3130eeb))
* **deps-dev:** bump @types/jest from 26.0.23 to 26.0.24 ([#28](#28)) ([8adba08](8adba08))
* **deps-dev:** bump @types/jest from 26.0.24 to 27.0.1 ([#65](#65)) ([24ddc08](24ddc08))
* **deps-dev:** bump @types/jest from 27.0.1 to 27.0.2 ([#112](#112)) ([a644a9b](a644a9b))
* **deps-dev:** bump @types/selenium-webdriver from 4.0.14 to 4.0.15 ([#26](#26)) ([297bf62](297bf62))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#13](#13)) ([dfada83](dfada83))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#23](#23)) ([7e95ce0](7e95ce0))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#29](#29)) ([0cf3fd0](0cf3fd0))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#38](#38)) ([ef71467](ef71467))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#41](#41)) ([adab44b](adab44b))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#49](#49)) ([1ce19ad](1ce19ad))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#62](#62)) ([79317ab](79317ab))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#64](#64)) ([f38fc39](f38fc39))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#72](#72)) ([7b98e36](7b98e36))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#77](#77)) ([f20af10](f20af10))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#83](#83)) ([949cc97](949cc97))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#97](#97)) ([38213f5](38213f5))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#99](#99)) ([4ae4e6d](4ae4e6d))
* **deps-dev:** bump @typescript-eslint/parser from 4.27.0 to 4.28.0 ([#10](#10)) ([29af483](29af483))
* **deps-dev:** bump @typescript-eslint/parser from 4.28.0 to 4.28.1 ([#21](#21)) ([902a2cc](902a2cc))
* **deps-dev:** bump @typescript-eslint/parser from 4.28.1 to 4.28.2 ([#30](#30)) ([f7a80c8](f7a80c8))
* **deps-dev:** bump @typescript-eslint/parser from 4.28.2 to 4.28.3 ([#37](#37)) ([23242f6](23242f6))
* **deps-dev:** bump @typescript-eslint/parser from 4.28.3 to 4.28.4 ([#40](#40)) ([3b475a3](3b475a3))
* **deps-dev:** bump @typescript-eslint/parser from 4.28.4 to 4.28.5 ([#54](#54)) ([e71920a](e71920a))
* **deps-dev:** bump @typescript-eslint/parser from 4.28.5 to 4.29.0 ([#57](#57)) ([9280683](9280683))
* **deps-dev:** bump @typescript-eslint/parser from 4.29.0 to 4.29.1 ([#63](#63)) ([518bf03](518bf03))
* **deps-dev:** bump @typescript-eslint/parser from 4.29.1 to 4.29.2 ([#68](#68)) ([3829419](3829419))
* **deps-dev:** bump @typescript-eslint/parser from 4.29.2 to 4.29.3 ([#76](#76)) ([c7b429e](c7b429e))
* **deps-dev:** bump @typescript-eslint/parser from 4.29.3 to 4.30.0 ([#90](#90)) ([ad791e7](ad791e7))
* **deps-dev:** bump @typescript-eslint/parser from 4.30.0 to 4.31.0 ([#96](#96)) ([a8cd491](a8cd491))
* **deps-dev:** bump @typescript-eslint/parser from 4.31.0 to 4.31.1 ([#100](#100)) ([0f163ef](0f163ef))
* **deps-dev:** bump @typescript-eslint/parser from 4.31.1 to 4.31.2 ([#113](#113)) ([65b0804](65b0804))
* **deps-dev:** bump chromedriver from 91.0.1 to 92.0.0 ([#44](#44)) ([786c509](786c509))
* **deps-dev:** bump chromedriver from 92.0.0 to 92.0.1 ([#56](#56)) ([52618ed](52618ed))
* **deps-dev:** bump chromedriver from 92.0.1 to 93.0.1 ([#86](#86)) ([612effb](612effb))
* **deps-dev:** bump core-js from 3.15.0 to 3.15.1 ([#12](#12)) ([3661c56](3661c56))
* **deps-dev:** bump core-js from 3.15.1 to 3.15.2 ([#24](#24)) ([82c1697](82c1697))
* **deps-dev:** bump core-js from 3.15.2 to 3.16.0 ([#53](#53)) ([62ba165](62ba165))
* **deps-dev:** bump core-js from 3.16.0 to 3.16.1 ([#61](#61)) ([761259a](761259a))
* **deps-dev:** bump core-js from 3.16.1 to 3.16.2 ([#74](#74)) ([4811df7](4811df7))
* **deps-dev:** bump core-js from 3.16.2 to 3.16.4 ([#79](#79)) ([fc92af3](fc92af3))
* **deps-dev:** bump core-js from 3.16.4 to 3.17.2 ([#89](#89)) ([2c9ef4a](2c9ef4a))
* **deps-dev:** bump core-js from 3.17.2 to 3.17.3 ([#91](#91)) ([467032b](467032b))
* **deps-dev:** bump core-js from 3.17.3 to 3.18.0 ([#111](#111)) ([ff04b7a](ff04b7a))
* **deps-dev:** bump eslint from 7.29.0 to 7.30.0 ([#18](#18)) ([b3b0e04](b3b0e04))
* **deps-dev:** bump eslint from 7.30.0 to 7.31.0 ([#35](#35)) ([2a70abe](2a70abe))
* **deps-dev:** bump eslint from 7.31.0 to 7.32.0 ([#55](#55)) ([a0acbb7](a0acbb7))
* **deps-dev:** bump eslint-plugin-jest from 24.3.6 to 24.4.0 ([#43](#43)) ([2a044a7](2a044a7))
* **deps-dev:** bump eslint-plugin-jest from 24.4.0 to 24.4.2 ([#104](#104)) ([b3048a3](b3048a3))
* **deps-dev:** bump eslint-plugin-prettier from 3.4.0 to 3.4.1 ([#69](#69)) ([7f40e0b](7f40e0b))
* **deps-dev:** bump eslint-plugin-prettier from 3.4.1 to 4.0.0 ([#81](#81)) ([ea397fc](ea397fc))
* **deps-dev:** bump geckodriver from 2.0.0 to 2.0.1 ([#22](#22)) ([f16b980](f16b980))
* **deps-dev:** bump geckodriver from 2.0.1 to 2.0.2 ([#59](#59)) ([5f74484](5f74484))
* **deps-dev:** bump geckodriver from 2.0.2 to 2.0.3 ([#71](#71)) ([f48d069](f48d069))
* **deps-dev:** bump geckodriver from 2.0.3 to 2.0.4 ([#85](#85)) ([68cafa4](68cafa4))
* **deps-dev:** bump jest from 27.0.4 to 27.0.5 ([#7](#7)) ([57e1307](57e1307))
* **deps-dev:** bump jest from 27.0.5 to 27.0.6 ([#20](#20)) ([ab81fb6](ab81fb6))
* **deps-dev:** bump jest from 27.0.6 to 27.1.0 ([#78](#78)) ([deaf58c](deaf58c))
* **deps-dev:** bump jest from 27.1.0 to 27.1.1 ([#94](#94)) ([5bd4743](5bd4743))
* **deps-dev:** bump jest from 27.1.1 to 27.2.0 ([#98](#98)) ([96e8c62](96e8c62))
* **deps-dev:** bump prettier from 2.3.1 to 2.3.2 ([#14](#14)) ([263156d](263156d))
* **deps-dev:** bump prettier from 2.3.2 to 2.4.0 ([#92](#92)) ([46c20f8](46c20f8))
* **deps-dev:** bump prettier from 2.4.0 to 2.4.1 ([#102](#102)) ([4d27923](4d27923))
* **deps-dev:** bump rollup from 2.52.2 to 2.52.3 ([#8](#8)) ([270e012](270e012))
* **deps-dev:** bump rollup from 2.52.3 to 2.52.7 ([#25](#25)) ([7680c51](7680c51))
* **deps-dev:** bump rollup from 2.52.7 to 2.53.1 ([#33](#33)) ([908b625](908b625))
* **deps-dev:** bump rollup from 2.53.1 to 2.53.2 ([#36](#36)) ([cc3362d](cc3362d))
* **deps-dev:** bump rollup from 2.53.2 to 2.54.0 ([#46](#46)) ([9af9e75](9af9e75))
* **deps-dev:** bump rollup from 2.54.0 to 2.55.1 ([#52](#52)) ([f8db2bd](f8db2bd))
* **deps-dev:** bump rollup from 2.55.1 to 2.56.1 ([#60](#60)) ([bc9e3a6](bc9e3a6))
* **deps-dev:** bump rollup from 2.56.1 to 2.56.2 ([#67](#67)) ([ae0c65d](ae0c65d))
* **deps-dev:** bump rollup from 2.56.2 to 2.56.3 ([#70](#70)) ([a488167](a488167))
* **deps-dev:** bump selenium-webdriver from 4.0.0-beta.4 to 4.0.0-rc-1 ([#84](#84)) ([0e73104](0e73104))
* **deps-dev:** bump ts-jest from 27.0.3 to 27.0.4 ([#39](#39)) ([d2dc2e3](d2dc2e3))
* **deps-dev:** bump ts-jest from 27.0.4 to 27.0.5 ([#73](#73)) ([1b6ba7b](1b6ba7b))
* **deps-dev:** bump typedoc from 0.21.0 to 0.21.2 ([#16](#16)) ([8f241f2](8f241f2))
* **deps-dev:** bump typedoc from 0.21.2 to 0.21.4 ([#31](#31)) ([7e9efd1](7e9efd1))
* **deps-dev:** bump typedoc from 0.21.4 to 0.21.5 ([#48](#48)) ([7c2ffbc](7c2ffbc))
* **deps-dev:** bump typedoc from 0.21.5 to 0.21.6 ([#75](#75)) ([a1e2f0b](a1e2f0b))
* **deps-dev:** bump typedoc from 0.21.6 to 0.21.9 ([#80](#80)) ([cfd3fee](cfd3fee))
* **deps-dev:** bump typedoc from 0.21.9 to 0.22.3 ([#101](#101)) ([cc73e97](cc73e97))
* **deps-dev:** bump typedoc from 0.22.3 to 0.22.4 ([#110](#110)) ([df9436e](df9436e))
* **deps-dev:** bump typescript from 4.3.4 to 4.3.5 ([#19](#19)) ([70aa195](70aa195))
* **deps-dev:** bump typescript from 4.3.5 to 4.4.2 ([#87](#87)) ([9061582](9061582))
* **deps-dev:** bump typescript from 4.4.2 to 4.4.3 ([#95](#95)) ([19d74c7](19d74c7))
* standardize eslint ([#106](#106)) ([2bbd102](2bbd102))
* standardize repos ([#105](#105)) ([fc053b6](fc053b6))
* Synced file(s) with googlemaps/.github ([#103](#103)) ([8c14487](8c14487))
* Synced local '.babelrc' with remote 'sync-files/js/.babelrc' ([#109](#109)) ([f4173a1](f4173a1))
* update dependabot interval ([0f40802](0f40802))
* update eslint ([#108](#108)) ([769c7ff](769c7ff))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. dependencies Pull requests that update a dependency file merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant