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(deps): update dependency google-spreadsheet to v4 #1047

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-spreadsheet (source) ^3.1.15 -> ^4.0.0 age adoption passing confidence
@​types/google-spreadsheet ^3.1.5 -> ^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

v3.3.0

Compare Source

13 May 2022

  • add sheet.duplicate, clean up dependencies, docus updates 4cec425
  • bump/audit dependencies 42d918b
  • add export methods 07b0783
  • clearRows and clear(range) 5bfa235
  • clarify docs around loading cells c1d2f23

v3.2.0

Compare Source

7 November 2021

  • Bump path-parse from 1.0.6 to 1.0.7 #492
  • Bump hosted-git-info from 2.8.5 to 2.8.9 #463
  • Bump handlebars from 4.6.0 to 4.7.7 #458
  • Bump normalize-url from 4.5.0 to 4.5.1 #479
  • Bump tmpl from 1.0.4 to 1.0.5 #511
  • Bump ws from 5.2.2 to 5.2.3 #519
  • Bump y18n from 4.0.0 to 4.0.3 #520
  • Bump docsify from 4.10.2 to 4.12.1 #521
  • insertDimension cleanup 71cf945
  • add insertDimension functionality 6a4a9b9
  • add tests for insertDimension 84d0a3a
  • custom header row index 198e9c3
  • small readme clarification 8c0932c
  • update axios 0058852
  • actually bump lodash... 402885b
  • fix docs typo 94cdf90

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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 force-pushed the renovate/google-spreadsheet-4.x branch from 670495c to 560d669 Compare January 10, 2024 17:11
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch from 560d669 to 01ea1f6 Compare February 12, 2024 18:18
Copy link

socket-security bot commented Feb 12, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@types/[email protected] None 0 1.82 kB types
npm/[email protected] Transitive: environment, filesystem, network, shell +32 5.73 MB theo

🚮 Removed packages: npm/@types/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch from 01ea1f6 to 19fb804 Compare March 20, 2024 15:28
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/google-spreadsheet-4.x branch from 19fb804 to 1db59d4 Compare March 29, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants