ampproject / samples

Apache License 2.0
443 stars 191 forks source link

Update dependency google-spreadsheet to v2.0.9 #422

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-spreadsheet (source) 2.0.6 -> 2.0.9 age adoption passing confidence

Release Notes

theoephraim/node-google-spreadsheet (google-spreadsheet) ### [`v2.0.9`](https://togithub.com/theoephraim/node-google-spreadsheet/blob/HEAD/CHANGELOG.md#v209) [Compare Source](https://togithub.com/theoephraim/node-google-spreadsheet/compare/v2.0.8...v2.0.9) > 3 February 2020 - deprecation warning [`#272`](https://togithub.com/theoephraim/node-google-spreadsheet/pull/272) ### [`v2.0.8`](https://togithub.com/theoephraim/node-google-spreadsheet/blob/HEAD/CHANGELOG.md#v208) [Compare Source](https://togithub.com/theoephraim/node-google-spreadsheet/compare/v2.0.7...v2.0.8) > 3 September 2019 - support gzip false [`35de536`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/35de536d7a129d58f0e98d90631e0ec7d8794324) - npm audit fix [`25dbcff`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/25dbcff489887a450b7346c4a0ba82776204b3c3) - version bump 2.0.8 [`f261e0c`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/f261e0cf3bec5f8e7ae2396b7274a4702e373130) ### [`v2.0.7`](https://togithub.com/theoephraim/node-google-spreadsheet/blob/HEAD/CHANGELOG.md#v207) [Compare Source](https://togithub.com/theoephraim/node-google-spreadsheet/compare/v2.0.6...v2.0.7) > 15 January 2019 - Fix formatting [`6f50866`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/6f50866d0f8c4434866aa0c18fb2443df9e804b1) - Move value setter/getter to prototype [`d6d299e`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/d6d299ed847bdd160fdf4a5d49bf0de4c92fc56e) - Move from var to prototype functions [`3870b98`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/3870b98ea8aa8d713f24ea50a9226c2ab9bad337) - Move updateValuesFromResponseData to prototype [`2a30fde`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/2a30fde2010823d7055238136fee2571cbdd2213) - Move save to prototype [`6da73df`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/6da73df3311a33f2576c7c66de1f3bd2b6775c29) - add getters for "edit" and "self" links, and don't set them if they match our pattern [`09b0591`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/09b0591489a149abc4f8425762687c09c534da3d) - Move numericValue setter/getter to prototype [`da9ff6f`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/da9ff6f4ae7d937d8c0a23a42ce70616e60bc718) - Move formula setter/getter to prototype [`49473c5`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/49473c519e01ab295961de6d58c207a1bb5070b1) - xml_parser only needed there [`f4c929a`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/f4c929a3ccccc92ae6c53f49c017867bc7e08181) - handle feed request functions that need 3rd callback parameter ( raw xml ) [`689c56c`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/689c56c3a44673bcebcf45bb80b1a0dbb5351e0e) - the same for "id" - if it matches our pattern, then construct it instead of saving long url strings in each cell [`bd813eb`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/bd813eb7d1f5727a371ecac13f94f7fc1ce31725) - Move getSelf to prototype [`ac70e40`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/ac70e4092b03adea1301ea617d41947cbf2e21e3) - Move getEdit to prototype [`9458bd7`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/9458bd7e877580d0b6bdd064678b334a133695af) - Move getId to prototype [`9a93a74`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/9a93a74cc7a203e90bc2b3c98ff582ba3e9e8200) - Move clearValue to prototype [`6df93a7`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/6df93a71388acaee3cbccd4dc73ded1a5a3f8f66) - Move valueForSave getter to prototype [`31cc75e`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/31cc75e501fcc9628003a44f69700ea9061bd532) - Move setValue to prototype [`1d35038`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/1d350380b7c17965c7406a6b51e3d427ff53504f) - \[eslint] fixed smaller eslint issues [`969b25e`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/969b25eed026f2a1bbce8b4d7c7e5667a827d691) - Move del to prototype [`b34b969`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/b34b969b0f262ceb5c647c1ac7fcda3b4d326246) - more memory friendly way to cycle through entries - we get rid of old entries after they've been added [`1795596`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/179559645f4950b1598d8c402c4260542d7f0d93) - Expose SpreadsheetCell [`6c5527a`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/6c5527affe2cea61d462737a7b80ca648711e2ab) - \[eslint] fixed spreadsheet not defined error [`f66ad9b`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/f66ad9ba9b50562326537542d83477a4f2405a2c) - \[eslint] removed shadowing of data and unused i [`d081f27`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/d081f275a866eee31c7cdc191225ca20ce31a6e7) - delete response body, since we have a parsed result already [`f01ee4b`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/f01ee4bc5263a3cce9c7fa3a6f50e2c9c675f89e) - version bump to 2.0.7 [`0e5f3f7`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/0e5f3f7ae179a3fa9a931971ce8a47d858279496) - \[eslint] removed shadowing of opts [`049e1ae`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/049e1ae320881a1d4e12b746a92659081c9b1cb8) - request nowadays handles gzip compression automatically - worth a try if it's supported [`04498e5`](https://togithub.com/theoephraim/node-google-spreadsheet/commit/04498e53578b1aca0a8ccdaad0b90ce831d54aa9)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR was generated by Mend Renovate. View the repository job log.