firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

Bump the minor group across 1 directory with 30 updates

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps the minor group with 29 updates in the / directory:

Package From To
@google-cloud/cloud-sql-connector 1.3.3 1.4.0
@google-cloud/pubsub 4.5.0 4.8.0
cjson 0.3.3 0.5.0
csv-parse 5.0.4 5.5.6
express 4.19.2 4.21.1
google-auth-library 9.11.0 9.14.2
node-fetch 2.6.7 2.7.0
@types/node-fetch 2.5.12 2.6.11
pg 8.12.0 8.13.0
@types/pg 8.11.6 8.11.10
sql-formatter 15.3.0 15.4.5
stream-json 1.7.3 1.8.0
@types/stream-json 1.7.2 1.7.7
triple-beam 1.3.0 1.4.1
@types/triple-beam 1.3.0 1.3.5
winston 3.2.1 3.15.0
yaml 2.4.1 2.6.0
@angular-devkit/architect 0.1402.2 0.1802.9
@google/events 5.1.1 5.4.0
@types/body-parser 1.17.0 1.19.5
@types/lodash 4.14.149 4.17.12
@types/react 18.2.58 18.3.11
@types/react-dom 18.2.19 18.3.1
eslint-plugin-prettier 5.1.3 5.2.1
mock-fs 5.2.0 5.4.0
nock 13.0.5 13.5.5
node-mocks-http 1.11.0 1.16.1
prettier 3.2.5 3.3.3
typescript-json-schema 0.50.1 0.65.1

Updates @google-cloud/cloud-sql-connector from 1.3.3 to 1.4.0

Release notes

Sourced from @​google-cloud/cloud-sql-connector's releases.

v1.4.0

1.4.0 (2024-09-30)

Features

  • support Cloud SQL CAS-based instances (#390) (5d2c02f)

Bug Fixes

  • only add PSC ipType if PSC is enabled (#388) (28905c9)

v1.3.4

1.3.4 (2024-08-02)

Bug Fixes

  • only retry 5xx Cloud SQL Admin API errors (#375) (67bff82)
Changelog

Sourced from @​google-cloud/cloud-sql-connector's changelog.

1.4.0 (2024-09-30)

Features

  • support Cloud SQL CAS-based instances (#390) (5d2c02f)

Bug Fixes

  • only add PSC ipType if PSC is enabled (#388) (28905c9)

1.3.4 (2024-08-02)

Bug Fixes

  • only retry 5xx Cloud SQL Admin API errors (#375) (67bff82)
Commits

Updates @google-cloud/pubsub from 4.5.0 to 4.8.0

Release notes

Sourced from @​google-cloud/pubsub's releases.

v4.8.0

4.8.0 (2024-10-15)

Features

  • Add ingestion Cloud Storage fields and Platform Logging fields to Topic (#1974) (afec9a1)
  • Return listing information for subscriptions created via Analytics Hub (afec9a1)

v4.7.2

4.7.2 (2024-09-13)

Bug Fixes

v4.7.1

4.7.1 (2024-08-26)

Bug Fixes

v4.7.0

4.7.0 (2024-08-24)

Features

  • Add support for OTel context propagation and harmonized spans (#1833) (4b5c90d)

v4.6.0

4.6.0 (2024-07-12)

Features

  • Add max messages batching for Cloud Storage subscriptions (#1956) (90546f6)
  • Add use_topic_schema for Cloud Storage Subscriptions (#1948) (120fa1b)

Bug Fixes

  • docs samples: Update missing argv in sample metadata for push subscription (#1946) (34b8c03)
Changelog

Sourced from @​google-cloud/pubsub's changelog.

4.8.0 (2024-10-15)

Features

  • Add ingestion Cloud Storage fields and Platform Logging fields to Topic (#1974) (afec9a1)
  • Return listing information for subscriptions created via Analytics Hub (afec9a1)

4.7.2 (2024-09-13)

Bug Fixes

4.7.1 (2024-08-26)

Bug Fixes

4.7.0 (2024-08-24)

Features

  • Add support for OTel context propagation and harmonized spans (#1833) (4b5c90d)

4.6.0 (2024-07-12)

Features

  • Add max messages batching for Cloud Storage subscriptions (#1956) (90546f6)
  • Add use_topic_schema for Cloud Storage Subscriptions (#1948) (120fa1b)

Bug Fixes

  • docs samples: Update missing argv in sample metadata for push subscription (#1946) (34b8c03)
Commits
  • 6e2c28a chore(main): release 4.8.0 (#1977)
  • fbd7359 samples: add samples for Cloud Storage ingestion, and a few small fixes (#1985)
  • 7019003 chore: revert "chore: Support Node 18+ (#1980)" (#1983)
  • b0460be chore: Support Node 18+ (#1980)
  • c17d8da chore: update links in github issue templates (#1979)
  • e4e0653 chore: update issue templates and codeowners (#1975)
  • afec9a1 feat: add ingestion Cloud Storage fields and Platform Logging fields to Topic...
  • 37b9f71 samples: add optimisticSubscribe, plus a few small library changes to support...
  • c3abf92 docs: update documentation for 31 day subscription message retention (#1965)
  • 370fe8e build: shift typeless bot invocation into library package (#1972)
  • Additional commits viewable in compare view

Updates cjson from 0.3.3 to 0.5.0

Commits

Updates csv-parse from 5.0.4 to 5.5.6

Changelog

Sourced from csv-parse's changelog.

5.5.6 (2024-05-13)

Bug Fixes

  • csv-parse: skip event not raised with bom (fix #411) (1326351)

5.5.5 (2024-02-28)

Bug Fixes

  • csv-parse: comment infix when comment first field char (fix #415) (8e0f8b8)

5.5.4 (2024-02-27)

Note: Version bump only for package csv-parse

5.5.3 (2023-12-08)

Bug Fixes

5.5.2 (2023-10-09)

Note: Version bump only for package csv-parse

5.5.1 (2023-10-05)

Bug Fixes

  • csv-parse: premature close error (c6473a9)

... (truncated)

Commits
  • 6aadcac chore(release): publish
  • 53d62d4 test(csv-parse): on_skip validation
  • 1326351 fix(csv-parse): skip event not raised with bom (fix #411)
  • 7ca18b2 refactor(csv-parse): semi colon lint
  • 7d4961d test: skip test ability
  • 70fc026 docs(csv-parse): new cast sample
  • 410e7b1 chore(release): publish
  • 8e0f8b8 fix(csv-parse): comment infix when comment first field char (fix #415)
  • 6575fc6 chore(release): publish
  • 4d61f49 docs(csv-parse): replace console.log by info
  • Additional commits viewable in compare view

Updates express from 4.19.2 to 4.21.1

Release notes

Sourced from express's releases.

4.21.1

What's Changed

Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
Commits

Updates google-auth-library from 9.11.0 to 9.14.2

Release notes

Sourced from google-auth-library's releases.

v9.14.2

9.14.2 (2024-10-09)

Bug Fixes

v9.14.1

9.14.1 (2024-08-30)

Performance Improvements

  • GoogleAuth: Improve Client Creation From Files/Streams Perf (#1856) (85d9d6f)

v9.14.0

9.14.0 (2024-08-19)

Features

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v21 (#1847) (e9459f3)

v9.13.0

9.13.0 (2024-07-29)

Features

  • Group Concurrent Access Token Requests for Base External Clients (#1840) (0e08fc5)

v9.12.0

9.12.0 (2024-07-26)

Features

Bug Fixes

... (truncated)

Changelog

Sourced from google-auth-library's changelog.

9.14.2 (2024-10-09)

Bug Fixes

9.14.1 (2024-08-30)

Performance Improvements

  • GoogleAuth: Improve Client Creation From Files/Streams Perf (#1856) (85d9d6f)

9.14.0 (2024-08-19)

Features

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v21 (#1847) (e9459f3)

9.13.0 (2024-07-29)

Features

  • Group Concurrent Access Token Requests for Base External Clients (#1840) (0e08fc5)

9.12.0 (2024-07-26)

Features

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v19 (#1823) (b070ffb)
  • deps: Update dependency @​googleapis/iam to v20 (#1832) (e31a831)
Commits

Updates node-fetch from 2.6.7 to 2.7.0

Release notes

Sourced from node-fetch's releases.

v2.7.0

2.7.0 (2023-08-23)

Features

v2.6.13

2.6.13 (2023-08-18)

Bug Fixes

v2.6.12

2.6.12 (2023-06-29)

Bug Fixes

v2.6.11

2.6.11 (2023-05-09)

Reverts

v2.6.10

2.6.10 (2023-05-08)

Bug Fixes

v2.6.9

2.6.9 (2023-01-30)

Bug Fixes

v2.6.8

2.6.8 (2023-01-13)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.


Updates @types/node-fetch from 2.5.12 to 2.6.11

Commits

Updates pg from 8.12.0 to 8.13.0

Changelog

Sourced from pg's changelog.

All major and minor releases are briefly explained below.

For richer information consult the commit log on github with referenced pull requests.

We do not include break-fix version release in this file.

Commits

Updates @types/pg from 8.11.6 to 8.11.10

Commits

Updates sql-formatter from 15.3.0 to 15.4.5

Release notes

Sourced from sql-formatter's releases.

15.4.5

  • Support lambda operator and FILTER() in Snowflake (#789)

15.4.4

  • Fix config file search location (#788)

15.4.3

Bugfix

  • Fix formatting of DO UPDATE in SQLite (#783)

15.4.2

Bugfix

  • Support assignment operator in Snowflake (#775)

15.4.1

Bugfixes

  • Allow TYPE to be used as an identifier in Snowflake #771

15.4.0

New features

  • Support auto-detected config file .sql-formatter.json (#766) thanks to Jonathan Schuster

Minor improvements

  • Support GREATEST_IGNORE_NULLS in Snowflake dialect (#758) thanks to Max R
  • Throw error when empty regex in custom paramTypes config (#754)

15.3.2

  • Fix parsing of /** **/ nested block comments (#747) (thanks to Wylie Conlon)

15.3.1

Bugfixes

  • Added ^@ operator for PostgreSQL #734
Commits
  • 9dc0a04 Release v15.4.5
  • 5d377ac Support lambda operator and FILTER() in Snowflake
  • 8672ca4 Release v15.4.4
  • 79f48b6 Add musjj to AUTHORS list
  • c4b011e Fix config file search location (#788)
  • 01de987 Fix config file search location
  • 2c49533 Release v15.4.3
  • 381376c Fix formatting of DO UPDATE in SQLite
  • ac52357 Fix errors in issue template
  • ff0a9b2 New template for VSCode SQL Formatter bug report
  • Additional commits viewable in compare view

Updates stream-json from 1.7.3 to 1.8.0

Commits
  • 2c0ec73 Remove CodeQL analisys.
  • 2243d4b Missed an action to upgrade.
  • 45f2137 Updated actions.
  • d5fa0e9 New version: 1.8.0.
  • 3635242 Updated tests to the modern supported versions of Node.
  • 2854b16 New feature: an error indicator. Fixes #136. Thx, AK!
  • ac8c975 New version: 1.7.5.
  • 7490dc5 Merge branch 'cumulio-bug/escape-all-control-characters'
  • 583baa8 Replace two sanitizing passes with one pass.
  • 96e997f Escape all control characters when stringifying a string with Stringer (Close...
  • Additional commits viewable in compare view

Updates @types/stream-json from 1.7.2 to 1.7.7

Commits

Updates triple-beam from 1.3.0 to 1.4.1

Release notes

Sourced from triple-beam's releases.

v1.4.1

  • Relax node engines requirement to geq 14.0.0 in package.json a537d09

https://github.com/winstonjs/triple-beam/compare/v1.4.0...v1.4.1

v1.4.0

  • update package.json a592fa3
  • update package.json e2bdb66
  • Merge branch 'master' of github.com:winstonjs/triple-beam d4f8655
  • update npmignore a608646
  • Bump assume from 2.0.1 to 2.3.0 (#8) c1ba5e3
  • rm ts test a39f448
  • Fix lint config 46f21e4
  • Update packages 5e66571
  • Bump y18n from 3.2.1 to 3.2.2 (#7) a2ef367
  • Add GitHub Actions CI 4e5b1c1
  • Bump minimist, mkdirp, mocha and nyc (#6) 2347047
  • Exclude unnecessary files from the npm package (#5) 3f9bc1c

https://github.com/winstonjs/triple-beam/compare/1.3.0...v1.4.0

Changelog

Sourced from triple-beam's changelog.

CHANGELOG

Commits

dependabot[bot] avatar Oct 22 '24 22:10 dependabot[bot]