chore(deps): bump the dependencies group across 1 directory with 6 updates#207
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump the dependencies group across 1 directory with 6 updates#207dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
…dates Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pino](https://github.com/pinojs/pino) | `9.7.0` | `10.3.1` | | [pino-loki](https://github.com/Julien-R44/pino-loki) | `2.6.0` | `3.0.0` | | [pino-pretty](https://github.com/pinojs/pino-pretty) | `13.0.0` | `13.1.3` | | [ua-parser-js](https://github.com/faisalman/ua-parser-js) | `2.0.4` | `2.0.9` | | [undici](https://github.com/nodejs/undici) | `7.24.1` | `8.2.0` | | [zod](https://github.com/colinhacks/zod) | `3.25.75` | `4.4.3` | Updates `pino` from 9.7.0 to 10.3.1 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](pinojs/pino@v9.7.0...v10.3.1) Updates `pino-loki` from 2.6.0 to 3.0.0 - [Release notes](https://github.com/Julien-R44/pino-loki/releases) - [Commits](Julien-R44/pino-loki@v2.6.0...v3.0.0) Updates `pino-pretty` from 13.0.0 to 13.1.3 - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](pinojs/pino-pretty@v13.0.0...v13.1.3) Updates `ua-parser-js` from 2.0.4 to 2.0.9 - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/CHANGELOG.md) - [Commits](faisalman/ua-parser-js@2.0.4...2.0.9) Updates `undici` from 7.24.1 to 8.2.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.24.1...v8.2.0) Updates `zod` from 3.25.75 to 4.4.3 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.25.75...v4.4.3) --- updated-dependencies: - dependency-name: pino dependency-version: 10.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pino-loki dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pino-pretty dependency-version: 13.1.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ua-parser-js dependency-version: 2.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: undici dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: zod dependency-version: 4.3.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
0420584 to
613ed60
Compare
This file contains hidden or 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
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 dependencies group with 6 updates in the / directory:
9.7.010.3.12.6.03.0.013.0.013.1.32.0.42.0.97.24.18.2.03.25.754.4.3Updates
pinofrom 9.7.0 to 10.3.1Release notes
Sourced from pino's releases.
... (truncated)
Commits
6b34498Bumped v10.3.1f1203e6fix(transport): sanitize invalid NODE_OPTIONS preloads for workers (#2391)6a8e598docs: clarify transport level filtering behavior (#2390)49a4807Merge branch 'main' of github.com:pinojs/pino960bbbbbuild(deps-dev): bump eslint-plugin-n from 17.23.1 to 17.23.2 (#2386)e2a5b4abuild(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#2385)04859e2chore: update gitignore for ai assistant filesd6adf03Bumped v10.3.006d55b1feat: set worker thread name for transport identification (#2380)a728702fix: fixmultistream().clone()return type (#2377)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for pino since your current version.
Updates
pino-lokifrom 2.6.0 to 3.0.0Release notes
Sourced from pino-loki's releases.
Commits
c042352chore: release v3.0.0528c6a4style: lint filesba7b17echore!: remove deprecated CLI options5de977efix!: change timeout default value43ebb6cfeat!: usemetaas default structured meta keydb75124fix: avoid duplicate buffer flush on transport shutdownfeb0408chore!: update dependencies ( drop node 18 )d6d1accfix: remove hostname from log object before formattinge00e6cafeat!: add maxBufferSize option + update batching API66ccf05chore: remove basicAuth options from debugUpdates
pino-prettyfrom 13.0.0 to 13.1.3Release notes
Sourced from pino-pretty's releases.
... (truncated)
Commits
08425cdv13.1.36afb524fix: messageFormat print 0 value (#635)70c73eabuild(deps): bump fast-copy from 3.0.2 to 4.0.0 (#637)2cd9794build(deps): bump actions/checkout from 5 to 6 (#636)c06e276Update format-time.js documentation to match functionality (#632)47ffb45build(deps): bump pino-abstract-transport from 2.0.0 to 3.0.0 (#629)932af85build(deps-dev): bump pino from 9.14.0 to 10.1.0 (#628)6d48318build(deps-dev): bump borp from 0.20.2 to 0.21.0 (#627)3b89a0cbuild(deps): bump actions/setup-node from 4 to 6 (#626)ab0ccabAdd in the README file a snippet to use pino-pretty only for dev (#623)Updates
ua-parser-jsfrom 2.0.4 to 2.0.9Release notes
Sourced from ua-parser-js's releases.
... (truncated)
Changelog
Sourced from ua-parser-js's changelog.
... (truncated)
Commits
425b616Bump version2.0.96dfbdadAdd new OS: Amazon's Vega OS - https://developer.amazon.com/apps-and-games/vega8f5b38dAdd new browser: Avira Secure Browser - https://www.avira.com/en/avira-secure...c830240Add new browser: Lighthouse - https://developer.chrome.com/docs/lighthouse/ov...699f9c6Add new browser: Norton Private Browser - https://us.norton.com/products/nort...74814c6Improve OS detection: watchOS028766eAdd new browser: Luakit - https://luakit.github.io/b29945fAdd new browser: Aloha Browser - https://alohabrowser.com/83a48a8[extensions] Add new crawler: atlassian-bot, Google-NotebookLM, SemrushBot-SWAd05082d[extensions] Add new crawler: Cloudflare-AutoRAG https://developers.cloudflar...Updates
undicifrom 7.24.1 to 8.2.0Release notes
Sourced from undici's releases.
... (truncated)
Commits
bf684f7Bumped v8.2.0 (#5152)0ca054afix: replace stale pool clients under connection limit (#5145)7af90e9perf: avoid redundant scans in BalancedPool dispatcher selection (#5146)abb9d06fix: validate H2CClient maxConcurrentStreams option (#5143)72a7591perf(http2): avoid cloning headers when removing status (#5127)96fd5e9fix(cache): allow streamed entries at maxEntrySize limit (#5129)f41e53fperf: use byteLength property for binary body chunks (#5126)bec4961chore(deps): add lockfile (#5139)86f1242perf(http2): reduce writeH2 per-request callback allocations (#5138)cad3f70perf(client): parse h1 content-length statelessly (#5124)Updates
zodfrom 3.25.75 to 4.4.3Release notes
Sourced from zod's releases.
... (truncated)
Commits
1fb56a5docs: document release procedure in AGENTS.mdf3c9ec04.4.3c2be4f8fix(v4): generalize optin/fallback to transform; restore preprocess on absent...1cab693fix(v4): restore catch handling for absent object keys (#5937) (#5939)b8dffe9docs: remove Numeric and Speakeasy (2+ missed monthly cycles)9195250docs: remove Mintlify from bronze sponsors (churned)2c70332docs: normalize bronze sponsor logos to github avatar pattern7391be8docs: prune lapsed silver/bronze sponsors and add active ones2aeec83docs: prune lapsed gold sponsors and rebalance logo sizing4c2fa95docs: use Zernio primary wordmark for gold sponsor logoMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for zod since your current version.