-
Notifications
You must be signed in to change notification settings - Fork 952
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
Bump the minor group across 1 directory with 31 updates #7972
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the minor group with 30 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@google-cloud/cloud-sql-connector](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector) | `1.3.3` | `1.4.0` | | [@google-cloud/pubsub](https://github.com/googleapis/nodejs-pubsub) | `4.5.0` | `4.9.0` | | [cjson](https://github.com/kof/node-cjson) | `0.3.3` | `0.5.0` | | [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) | `5.0.4` | `5.5.6` | | [express](https://github.com/expressjs/express) | `4.19.2` | `4.21.1` | | [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) | `9.11.0` | `9.15.0` | | [marked-terminal](https://github.com/mikaelbr/marked-terminal) | `7.1.0` | `7.2.1` | | [node-fetch](https://github.com/node-fetch/node-fetch) | `2.6.7` | `2.7.0` | | [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) | `2.5.12` | `2.6.12` | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.12.0` | `8.13.1` | | [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.11.6` | `8.11.10` | | [sql-formatter](https://github.com/sql-formatter-org/sql-formatter) | `15.3.0` | `15.4.6` | | [stream-json](https://github.com/uhop/stream-json) | `1.7.3` | `1.9.1` | | [@types/stream-json](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/stream-json) | `1.7.2` | `1.7.8` | | [triple-beam](https://github.com/winstonjs/triple-beam) | `1.3.0` | `1.4.1` | | [@types/triple-beam](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/triple-beam) | `1.3.0` | `1.3.5` | | [winston](https://github.com/winstonjs/winston) | `3.2.1` | `3.17.0` | | [yaml](https://github.com/eemeli/yaml) | `2.4.1` | `2.6.1` | | [@angular-devkit/architect](https://github.com/angular/angular-cli) | `0.1402.2` | `0.1900.0` | | [@google/events](https://github.com/googleapis/google-cloudevents-nodejs) | `5.1.1` | `5.4.0` | | [@types/body-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/body-parser) | `1.17.0` | `1.19.5` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.149` | `4.17.13` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.58` | `18.3.12` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.19` | `18.3.1` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [mock-fs](https://github.com/tschaub/mock-fs) | `5.2.0` | `5.4.1` | | [nock](https://github.com/nock/nock) | `13.0.5` | `13.5.6` | | [node-mocks-http](https://github.com/eugef/node-mocks-http) | `1.11.0` | `1.16.1` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` | | [typescript-json-schema](https://github.com/YousefED/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](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/blob/main/CHANGELOG.md) - [Commits](GoogleCloudPlatform/cloud-sql-nodejs-connector@v1.3.3...v1.4.0) Updates `@google-cloud/pubsub` from 4.5.0 to 4.9.0 - [Release notes](https://github.com/googleapis/nodejs-pubsub/releases) - [Changelog](https://github.com/googleapis/nodejs-pubsub/blob/main/CHANGELOG.md) - [Commits](googleapis/nodejs-pubsub@v4.5.0...v4.9.0) Updates `cjson` from 0.3.3 to 0.5.0 - [Commits](https://github.com/kof/node-cjson/commits) Updates `csv-parse` from 5.0.4 to 5.5.6 - [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md) - [Commits](https://github.com/adaltas/node-csv/commits/[email protected]/packages/csv-parse) Updates `express` from 4.19.2 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](expressjs/express@4.19.2...4.21.1) Updates `google-auth-library` from 9.11.0 to 9.15.0 - [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases) - [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md) - [Commits](googleapis/google-auth-library-nodejs@v9.11.0...v9.15.0) Updates `marked-terminal` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/mikaelbr/marked-terminal/releases) - [Commits](mikaelbr/marked-terminal@v7.1.0...v7.2.1) Updates `node-fetch` from 2.6.7 to 2.7.0 - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.7...v2.7.0) Updates `@types/node-fetch` from 2.5.12 to 2.6.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch) Updates `pg` from 8.12.0 to 8.13.1 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg) Updates `@types/pg` from 8.11.6 to 8.11.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg) Updates `sql-formatter` from 15.3.0 to 15.4.6 - [Release notes](https://github.com/sql-formatter-org/sql-formatter/releases) - [Changelog](https://github.com/sql-formatter-org/sql-formatter/blob/master/.release-it.json) - [Commits](sql-formatter-org/sql-formatter@v15.3.0...v15.4.6) Updates `stream-json` from 1.7.3 to 1.9.1 - [Commits](uhop/stream-json@1.7.3...1.9.1) Updates `@types/stream-json` from 1.7.2 to 1.7.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/stream-json) Updates `triple-beam` from 1.3.0 to 1.4.1 - [Release notes](https://github.com/winstonjs/triple-beam/releases) - [Changelog](https://github.com/winstonjs/triple-beam/blob/master/CHANGELOG.md) - [Commits](winstonjs/triple-beam@1.3.0...v1.4.1) Updates `@types/triple-beam` from 1.3.0 to 1.3.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/triple-beam) Updates `winston` from 3.2.1 to 3.17.0 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](winstonjs/winston@3.2.1...v3.17.0) Updates `winston-transport` from 4.4.0 to 4.9.0 - [Release notes](https://github.com/winstonjs/winston-transport/releases) - [Changelog](https://github.com/winstonjs/winston-transport/blob/master/CHANGELOG.md) - [Commits](winstonjs/winston-transport@v4.4.0...v4.9.0) Updates `yaml` from 2.4.1 to 2.6.1 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.4.1...v2.6.1) Updates `@angular-devkit/architect` from 0.1402.2 to 0.1900.0 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/commits) Updates `@google/events` from 5.1.1 to 5.4.0 - [Release notes](https://github.com/googleapis/google-cloudevents-nodejs/releases) - [Changelog](https://github.com/googleapis/google-cloudevents-nodejs/blob/main/CHANGELOG.md) - [Commits](googleapis/google-cloudevents-nodejs@v5.1.1...v5.4.0) Updates `@types/body-parser` from 1.17.0 to 1.19.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/body-parser) Updates `@types/lodash` from 4.14.149 to 4.17.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node-fetch` from 2.5.12 to 2.6.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch) Updates `@types/pg` from 8.11.6 to 8.11.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg) Updates `@types/react` from 18.2.58 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.19 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@types/stream-json` from 1.7.2 to 1.7.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/stream-json) Updates `@types/triple-beam` from 1.3.0 to 1.3.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/triple-beam) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1) Updates `mock-fs` from 5.2.0 to 5.4.1 - [Release notes](https://github.com/tschaub/mock-fs/releases) - [Changelog](https://github.com/tschaub/mock-fs/blob/main/changelog.md) - [Commits](tschaub/mock-fs@v5.2.0...v5.4.1) Updates `nock` from 13.0.5 to 13.5.6 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.0.5...v13.5.6) Updates `node-mocks-http` from 1.11.0 to 1.16.1 - [Release notes](https://github.com/eugef/node-mocks-http/releases) - [Changelog](https://github.com/eugef/node-mocks-http/blob/master/HISTORY.md) - [Commits](eugef/node-mocks-http@v1.11.0...v1.16.1) Updates `prettier` from 3.2.5 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.3) Updates `typescript-json-schema` from 0.50.1 to 0.65.1 - [Commits](YousefED/typescript-json-schema@v0.50.1...v0.65.1) --- updated-dependencies: - dependency-name: "@google-cloud/cloud-sql-connector" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@google-cloud/pubsub" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: cjson dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: csv-parse dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: express dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: google-auth-library dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: marked-terminal dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/node-fetch" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/pg" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: sql-formatter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: stream-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/stream-json" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: triple-beam dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/triple-beam" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: winston-transport dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@angular-devkit/architect" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@google/events" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/body-parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/node-fetch" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/pg" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/stream-json" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: "@types/triple-beam" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mock-fs dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: node-mocks-http dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: typescript-json-schema dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 20, 2024
Superseded by #7988. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the minor group with 30 updates in the / directory:
1.3.3
1.4.0
4.5.0
4.9.0
0.3.3
0.5.0
5.0.4
5.5.6
4.19.2
4.21.1
9.11.0
9.15.0
7.1.0
7.2.1
2.6.7
2.7.0
2.5.12
2.6.12
8.12.0
8.13.1
8.11.6
8.11.10
15.3.0
15.4.6
1.7.3
1.9.1
1.7.2
1.7.8
1.3.0
1.4.1
1.3.0
1.3.5
3.2.1
3.17.0
2.4.1
2.6.1
0.1402.2
0.1900.0
5.1.1
5.4.0
1.17.0
1.19.5
4.14.149
4.17.13
18.2.58
18.3.12
18.2.19
18.3.1
5.1.3
5.2.1
5.2.0
5.4.1
13.0.5
13.5.6
1.11.0
1.16.1
3.2.5
3.3.3
0.50.1
0.65.1
Updates
@google-cloud/cloud-sql-connector
from 1.3.3 to 1.4.0Release notes
Sourced from
@google-cloud/cloud-sql-connector
's releases.Changelog
Sourced from
@google-cloud/cloud-sql-connector
's changelog.Commits
7fdf6a6
chore(main): release 1.4.0 (#389)13c19c1
deps: Update dependencies for github (#376)5d2c02f
feat: support Cloud SQL CAS-based instances (#390)4e3f31b
chore: bump dependencies for security fixes (#391)28905c9
fix: only add PSC ipType if PSC is enabled (#388)680c2e9
deps: Update dependency@googleapis/sqladmin
to v24 (#386)f2f57d7
chore: Update CODEOWNERS (#387)0dfbb52
chore(main): release 1.3.4 (#377)141b728
ci: skip int and sample tests from forks (#381)eefa48b
ci: remove pull_request_target trigger (#378)Updates
@google-cloud/pubsub
from 4.5.0 to 4.9.0Release notes
Sourced from
@google-cloud/pubsub
's releases.... (truncated)
Changelog
Sourced from
@google-cloud/pubsub
's changelog.... (truncated)
Commits
ed621a2
chore(main): release 4.9.0 (#1997)798270d
fix: KiB, not MiB for ack size limits (#1999)7075430
feat: Add IngestionFailureEvent to the external proto (#1984)48b5b7c
chore(deps): update dependency@types/node
to v22 (#1993)154714d
chore(deps): update dependency@types/uuid
to v10 (#1991)aaf537c
build: revert gts version for system test fixtures, update TS version to matc...586f5c1
chore(deps): update dependency gts to v6 (#1986)5ee05cc
chore: delete unused templates (#1989)858b565
samples: various sample and doc improvements we had queued up (#1987)6e2c28a
chore(main): release 4.8.0 (#1977)Updates
cjson
from 0.3.3 to 0.5.0Commits
Updates
csv-parse
from 5.0.4 to 5.5.6Changelog
Sourced from csv-parse's changelog.
... (truncated)
Commits
6aadcac
chore(release): publish53d62d4
test(csv-parse): on_skip validation1326351
fix(csv-parse): skip event not raised with bom (fix #411)7ca18b2
refactor(csv-parse): semi colon lint7d4961d
test: skip test ability70fc026
docs(csv-parse): new cast sample410e7b1
chore(release): publish8e0f8b8
fix(csv-parse): comment infix when comment first field char (fix #415)6575fc6
chore(release): publish4d61f49
docs(csv-parse): replace console.log by infoUpdates
express
from 4.19.2 to 4.21.1Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
Commits
8e229f9
4.21.1a024c8a
fix(deps): [email protected]7e562c6
4.21.01bcde96
fix(deps): [email protected] (#5946)7d36477
fix(deps): [email protected] (#5951)40d2d8f
fix(deps): [email protected]77ada90
Deprecate"back"
magic string in redirects (#5935)21df421
4.20.04c9ddc1
feat: upgrade to [email protected]9ebe5d5
feat: upgrade to [email protected] (#5928)Updates
google-auth-library
from 9.11.0 to 9.15.0Release notes
Sourced from google-auth-library's releases.
... (truncated)
Changelog
Sourced from google-auth-library's changelog.
... (truncated)
Commits
0897882
chore(main): release 9.15.0 (#1891)902bf8b
feat: Impersonated Universe Domain Support (#1875)a65d8a1
chore: update links in github issue templates and switch to using compodoc (#...2453a46
chore(main): release 9.14.2 (#1883)8336aa2
chore(deps): update actions/checkout digest to eef6144 (#1884)8adb44c
fix: Disable Universe Domain Check (#1878)66f60bc
chore: update issue templates and codeowners (#1863)5959790
docs: updates readme with working sample for AWS supplier. (#1854)62b44e7
chore(main): release 9.14.1 (#1857)85d9d6f
perf(GoogleAuth): Improve Client Creation From Files/Streams Perf (#1856)Updates
marked-terminal
from 7.1.0 to 7.2.1Release notes
Sourced from marked-terminal's releases.
Commits
d625036
v7.2.158d3d83
fix: remove tbody output3bb8c6f
v7.2.0839c812
chore: upgrades devdeps05f0c34
chore: updates markedec6cb9f
chore(deps-dev): bump@rollup/plugin-node-resolve
from 15.2.3 to 15.3.0 (#318)96f7c2c
chore(deps-dev): bump marked from 14.1.0 to 14.1.2 (#312)4068497
chore(deps): bump ansi-regex from 6.0.1 to 6.1.0 (#313)092e242
chore(deps-dev): bump@rollup/plugin-commonjs
from 26.0.1 to 28.0.0 (#320)ed943cd
chore(deps-dev): bump rollup from 4.21.0 to 4.24.0 (#322)Updates
node-fetch
from 2.6.7 to 2.7.0Release notes
Sourced from node-fetch's releases.
... (truncated)
Commits
9b9d458
feat:AbortError
(#1744)65ae25a
fix: Remove the default connection close header (#1765)8bc3a7c
fix: socket variable testing for undefined (#1726)afb36f6
Revert "fix: handle bom in text and json (#1739)" (#1741)29909d7
fix: handle bom in text and json (#1739)70f592d
fix: "global is not defined" (#1704)0f1ebb0
Prevent error when response is null (#1699)6e9464d
ci(release): install dependenciesdd2a0ba
ci(release): install dependencies49bef02
ci(release): use latest Node LTSMaintainer 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.12Commits
Updates
pg
from 8.12.0 to 8.13.1Changelog
Sourced from pg's changelog.
Commits
95d7e62
Publish1af6321
fix: use existing Result types for new Result (#3310)92cb640
Publishf73b22f
Handle bad message ordering - make it catchable. Fixes 3174 (#3289)fb12280
Bump bluebird from 3.4.1 to 3.7.2 (#3303)50c06f9
Remove test globals (#3264)f7e484e
refactor: tighten up cloudflare detection (#3170)3e4d545
Fix lint (#3262)9baa56e
feat: allow specifying a timeout on a per query base (#3074)4f457e1
Remove unused file: list-db-types (#3249)Updates
@types/pg
from 8.11.6 to 8.11.10Commits
Updates
sql-formatter
from 15.3.0 to 15.4.6Release notes
Sourced from sql-formatter's releases.
Commits
8fae43e
Release v15.4.64c11ba1
Add Tony Coconate to AUTHORS0875b8c
Fixes yarn.lock for yarn check verification (#799)c1f6b65
Fixes yarn.lock for yarn check verification31c1c5e
Add JagmitSwami to AUTHORS3cab2b0
Move the no-leading-digits test inside supportsNumbers()dc11997
Replace tabs with spaces472e17b
Add support for decimal values without leading digits (#794)a8435b5
added support for decimal values without leading digits2ad4028
Fix docs for language option (#792)Updates
stream-json
from 1.7.3 to 1.9.1Commits
ebdc700
New version: 1.9.1.8895e64
Fixed #172: race condition in the stream implementation.2f8d140
Added Node 23.829b1f9
New version: 1.9.0.fa40d1e
Fixed #167: control characters in strings.6165e1e
Reworked to support huge objects.61b306f
Updated actions' versions.1ce44ca
Minor modernization.19745f5
Upd...Description has been truncated