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

fix: update dependency google-spreadsheet to v4 #335

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-spreadsheet (source) 3.3.0 -> 4.1.4 age adoption passing confidence
@​types/google-spreadsheet 3.3.2 -> 4.0.0 age adoption passing confidence

Release Notes

theoephraim/node-google-spreadsheet (google-spreadsheet)

v4.1.4

Compare Source

  • fix(updateProperties): getFieldMask ignore gridProperties #674
  • add dmno and remove/encrypt test-related secrets, swap jest for vitest 927e9e8

v4.1.3

Compare Source

  • Read headers in batch on getRows() #693
  • Fix type of sheetsById in docs #658
  • Update authentication.md #699
  • update axios, fix new google-auth-library issue, fixes #​701 #​700 #701
  • fix setDataValidation docs 2bca048
  • Update FUNDING.yml 5459a87
  • use correct type in docs 6d210a2
  • allow CI manual reruns e10cbb1

v4.1.2

Compare Source

  • add setDataValidation #691
  • fix docs typos
  • move from CircleCI to GH Actions 53fe384

v4.1.1

Compare Source

  • chore(deps): allow google-auth-library@^9.0.0 #657
  • docs: remove outdated reference to doc.useServiceAccountAuth() a60104b

v4.1.0

Compare Source

  • fix: match color style field to that in google api fce1605

v4.0.3

Compare Source

  • docs: get/set are sync methods #637
  • docs(readme.md): fix wrong import #633
  • docs: docs cleanup and improvements 882bd73
  • docs(small updates): fixed a few small grammar issues and copied readme to docs index 867bb63
  • fix: handle trimming null/undefined header values 3ef8fcf
  • build: call build in release task c306dc0

v4.0.2

Compare Source

  • fix: lodash imports needs explicit .js extension 4cad156

v4.0.1

Compare Source

  • chore: switch back from lodash-es to lodash to avoid ESM issues c808eed

v4.0.0

Compare Source

  • Typescript rewrite! 903e923
    • no more lagging/outdated types from DefinitelyTyped (@types/google-spreadsheet)
    • refactor GoogleSpreadsheetRow to be more TS friendly
    • add new typed value getters/setters to GoogleSpreadsheetCell (stringValue, boolValue, numberValue)
    • cell.formulaError -> cell.errorValue
    • refactor authentication to rely directly on google-auth-library as a peer dependency
    • support Application Default Credentials (auto inject credentials in some environments)
    • refactor document creation into static method, similar auth setup
    • support basic sharing / permissions management (drive api)
    • support document delete
    • replaced GoogleSpreadsheetFormulaError with GoogleSpreadsheetCellErrorValue and now handles all possible cell error types
    • fully deprecated sheet.getInfo,
  • chore: set up release tooling (release-it, auto-changelog, commitizen) dc831e3

Configuration

📅 Schedule: Branch creation - "before 11am on Monday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependency Updates to one or more dependencies label Jun 26, 2023
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 3 times, most recently from 7e669bc to 1d8b02b Compare July 3, 2023 07:43
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 2 times, most recently from 3b7a2a1 to 691c339 Compare July 15, 2023 19:12
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch from 691c339 to eb98ae5 Compare July 17, 2023 11:21
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 3 times, most recently from 4aecd31 to 9ed00d1 Compare July 31, 2023 12:29
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch from 9ed00d1 to c18169e Compare August 7, 2023 09:41
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 2 times, most recently from 83802c4 to 8386e55 Compare August 21, 2023 06:50
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 2 times, most recently from 655a77c to f4c3898 Compare August 28, 2023 10:52
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 3 times, most recently from 30c6b7f to 48ef9db Compare September 11, 2023 09:19
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 3 times, most recently from 57c4773 to b5a1326 Compare September 19, 2023 20:15
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 3 times, most recently from a3e0e18 to b9acb1e Compare October 2, 2023 11:03
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch from b9acb1e to 6b81f00 Compare October 9, 2023 09:15
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch from 6b81f00 to ffcc6fd Compare October 16, 2023 09:52
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch from ffcc6fd to 7c53c2b Compare October 23, 2023 10:13
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 2 times, most recently from d8e5f00 to 0c2e72c Compare November 6, 2023 10:58
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch from 0c2e72c to 70888a3 Compare November 6, 2023 22:31
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch from 96e25ef to f317820 Compare March 11, 2024 10:09
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 2 times, most recently from 25fbbf5 to 8cf63a3 Compare March 20, 2024 16:05
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 3 times, most recently from 5fa380c to 36fb6e4 Compare April 1, 2024 10:56
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 2 times, most recently from c290854 to 5a87f9a Compare April 8, 2024 11:05
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch from 5a87f9a to 4b4ee9a Compare April 15, 2024 07:08
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 2 times, most recently from bdaa211 to bdf3669 Compare April 29, 2024 06:46
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 3 times, most recently from 2e1793e to 78bc68d Compare May 13, 2024 09:20
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 2 times, most recently from f3cbaca to 2ad1f8a Compare May 27, 2024 10:18
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 2 times, most recently from 18939ad to add100c Compare June 3, 2024 20:11
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 2 times, most recently from 19c9796 to b4d58e1 Compare June 17, 2024 09:54
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 3 times, most recently from fd79454 to 6a5d38b Compare September 3, 2024 21:19
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 3 times, most recently from 8898895 to 55c4524 Compare October 24, 2024 14:39
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch 2 times, most recently from 5bccabc to ce54042 Compare November 7, 2024 00:04
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch from ce54042 to b61c9dd Compare November 12, 2024 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Updates to one or more dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants