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

chore(deps): update devdependencies #492

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 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@google-cloud/bigquery ^7.7.0 -> ^7.9.3 age adoption passing confidence
@google-cloud/functions-framework ^3.4.0 -> ^3.5.1 age adoption passing confidence
@valora/eslint-config-typescript ^1.0.2 -> ^1.1.16 age adoption passing confidence
axios (source) ^1.6.8 -> ^1.8.4 age adoption passing confidence
husky ^9.0.11 -> ^9.1.7 age adoption passing confidence
image-size ^1.1.1 -> ^1.2.0 age adoption passing confidence

Release Notes

googleapis/nodejs-bigquery (@​google-cloud/bigquery)

v7.9.3

Compare Source

Bug Fixes
  • Make sure to pass selectedFields to tabledata.list method (#​1449) (206aff9)

v7.9.2

Compare Source

Bug Fixes
  • Avoid schema field mutation when passing selectedFields opt (#​1437) (27044d5)

v7.9.1

Compare Source

Bug Fixes

v7.9.0

Compare Source

Features
Bug Fixes

v7.8.0

Compare Source

Features

v7.7.1

Compare Source

Bug Fixes
GoogleCloudPlatform/functions-framework-nodejs (@​google-cloud/functions-framework)

v3.5.1

Compare Source

Bug Fixes
  • correct handling of IGNORED_ROUTES set to empty (4799207)

v3.5.0

Compare Source

Features
  • adds a new ignored-routes config option (70f68e9)
Bug Fixes

v3.4.6

Compare Source

Bug Fixes

v3.4.5

Compare Source

Bug Fixes
  • fix trace context pattern, remove trace id and respect logging span id field. (#​667) (0fb00a5)

v3.4.4

Compare Source

Bug Fixes

v3.4.3

Compare Source

Bug Fixes
  • Fix typings for functions.cloudEvent to include callback. (#​631) (47cd4c6)

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes
  • if execution id support requested for node 12, fail open and drop execution id support instead of crashing out (#​618) (47003fd)
  • parse structured logs, and handle ANSI escape codes in logs (#​620) (33a7266)
valora-inc/eslint-config-typescript (@​valora/eslint-config-typescript)

v1.1.16

Compare Source

Bug Fixes

v1.1.15

Compare Source

Bug Fixes

v1.1.14

Compare Source

Bug Fixes

v1.1.13

Compare Source

Bug Fixes

v1.1.12

Compare Source

Bug Fixes

v1.1.11

Compare Source

Bug Fixes

v1.1.10

Compare Source

Bug Fixes

v1.1.9

Compare Source

Bug Fixes

v1.1.8

Compare Source

Bug Fixes

v1.1.7

Compare Source

Bug Fixes

v1.1.6

Compare Source

Bug Fixes

v1.1.5

Compare Source

Bug Fixes

v1.1.4

Compare Source

Bug Fixes

v1.1.3

Compare Source

Bug Fixes

v1.1.2

Compare Source

Bug Fixes

v1.1.1

Compare Source

Bug Fixes

v1.1.0

Compare Source

Features
  • better glob for import/no-extraneous-dependencies with devDependencies (#​18) (e04b67e)

v1.0.4

Compare Source

Bug Fixes
axios/axios (axios)

v1.8.4

Compare Source

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

v1.8.3

Compare Source

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

v1.8.2

Compare Source

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

v1.8.1

Compare Source

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release

v1.8.0

Compare Source

Bug Fixes
Features
Reverts
BREAKING CHANGES
  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

1.7.9 (2024-12-04)

Reverts
Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes
Contributors to this release

1.7.7 (2024-08-31)

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes
Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes
Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes
Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes
Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.9

Compare Source

Reverts
Contributors to this release

v1.7.8

Compare Source

Bug Fixes
Contributors to this release

v1.7.7

Compare Source

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

v1.7.6

Compare Source

Bug Fixes
Contributors to this release

v1.7.5

Compare Source

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

v1.7.4

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone UTC, Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC.

🚦 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/devdependencies branch 2 times, most recently from bcf66f0 to 3045d53 Compare June 4, 2024 07:50
@renovate renovate bot changed the title chore(deps): update dependency axios to ^1.7.2 chore(deps): update devdependencies Jun 4, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch 9 times, most recently from 8d34ae5 to 8fa470a Compare June 16, 2024 12:13
@renovate renovate bot force-pushed the renovate/devdependencies branch 14 times, most recently from 34700b0 to 7567e29 Compare June 24, 2024 08:42
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 1761e37 to cdbcb1c Compare June 24, 2024 14:11
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from 12c0ad9 to 7231bd8 Compare March 9, 2025 00:39
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from 571c055 to 807aea6 Compare March 17, 2025 04:35
@renovate renovate bot force-pushed the renovate/devdependencies branch 12 times, most recently from 0945262 to ffe9dd7 Compare March 23, 2025 08:38
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 5b7c7a9 to e326d1d Compare March 31, 2025 04:57
@renovate renovate bot force-pushed the renovate/devdependencies branch from e326d1d to c104e3f Compare April 4, 2025 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants