Title: chore(deps): bump the dependencies group across 1 directory with 4 updates by dependabot[bot] · Pull Request #663 · NodeSecure/cli · GitHub
Open Graph Title: chore(deps): bump the dependencies group across 1 directory with 4 updates by dependabot[bot] · Pull Request #663 · NodeSecure/cli
X Title: chore(deps): bump the dependencies group across 1 directory with 4 updates by dependabot[bot] · Pull Request #663 · NodeSecure/cli
Description: Bumps the dependencies group with 4 updates in the / directory: find-my-way, glob, pino and ws.
Updates find-my-way from 9.3.0 to 9.4.0
Release notes
Sourced from find-my-way's releases.
v9.4.0
What's Changed
chore: bump actions/setup-node from 4.3.0 to 4.4.0 by @dependabot[bot] in delvedor/find-my-way#398
chore: bump the dev-dependencies group with 2 updates by @dependabot[bot] in delvedor/find-my-way#399
ci(nodejs): add node 24 to test matrix by @Fdawgs in delvedor/find-my-way#400
ci: use tags for immutable github actions by @Fdawgs in delvedor/find-my-way#401
chore: bump @types/node from 22.15.34 to 24.0.8 in the dev-dependencies group by @dependabot[bot] in delvedor/find-my-way#403
chore: bump actions/setup-node from 4 to 6 by @dependabot[bot] in delvedor/find-my-way#409
chore: bump the dev-dependencies group across 1 directory with 2 updates by @dependabot[bot] in delvedor/find-my-way#410
chore: bump actions/checkout from 4 to 6 by @dependabot[bot] in delvedor/find-my-way#412
chore: bump the dev-dependencies group with 2 updates by @dependabot[bot] in delvedor/find-my-way#413
feat: expose sanitizeUrlPath by @Eomm in delvedor/find-my-way#415
Full Changelog: delvedor/find-my-way@v9.3.0...v9.4.0
Commits
b214134 Bumped v9.4.0
342a757 feat: expose sanitizeUrlPath (#415)
6c01026 chore: bump the dev-dependencies group with 2 updates (#413)
3bc19fd chore: bump actions/checkout from 4 to 6 (#412)
a81ad37 chore: bump the dev-dependencies group across 1 directory with 2 updates (#410)
0763218 chore: bump actions/setup-node from 4 to 6 (#409)
8688f52 chore: bump @types/node in the dev-dependencies group (#403)
a8484a8 ci: use tags for immutable github actions (#401)
476da35 ci(nodejs): add node 24 to test matrix (#400)
7b28afe chore: bump the dev-dependencies group with 2 updates (#399)
Additional commits viewable in compare view
Updates glob from 13.0.0 to 13.0.1
Commits
c759f03 13.0.1
8354a18 update deps
ff6e0f5 ci: update action versions
1469286 update workflows and formatting/docs
See full diff in compare view
Updates pino from 10.1.0 to 10.3.0
Release notes
Sourced from pino's releases.
v10.3.0
What's Changed
feat: improve the return type of multistream().clone() by @mrazauskas in pinojs/pino#2377
feat: set worker thread name for transport identification by @mcollina in pinojs/pino#2380
Full Changelog: pinojs/pino@v10.2.1...v10.3.0
v10.2.1
What's Changed
fix: prevent ERR_WORKER_INVALID_EXEC_ARGV with monitoring tools by @mcollina in pinojs/pino#2379
Full Changelog: pinojs/pino@v10.2.0...v10.2.1
v10.2.0
What's Changed
chore: lint TypeScript files by @mrazauskas in pinojs/pino#2363
fix: prevent memory leak when using transport with --import preload by @mcollina in pinojs/pino#2374
New Contributors
@mrazauskas made their first contribution in pinojs/pino#2363
Full Changelog: pinojs/pino@v10.1.1...v10.2.0
v10.1.1
What's Changed
fix(types): Correct conditional type handling for generic log function arguments by @samchungy in pinojs/pino#2329
perf: use JSON.stringify in fast path for node v25+ by @ronag in pinojs/pino#2330
build(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in pinojs/pino#2336
build(deps-dev): bump borp from 0.20.2 to 0.21.0 by @dependabot[bot] in pinojs/pino#2337
build(deps): bump pino-abstract-transport from 2.0.0 to 3.0.0 by @dependabot[bot] in pinojs/pino#2338
docs: update CONTRIBUTING.md to reference 'main' instead of 'master' by @NoobFullStack in pinojs/pino#2334
feat(browser): add reportCaller to surface user callsite by @dev-KingMaster in pinojs/pino#2340
docs: update transports.md by @marklai1998 in pinojs/pino#2224
docs: add Node.js 22+ native TypeScript type stripping support by @mcollina in pinojs/pino#2347
feat(types): use ThreadStream type from thread-stream by @CHC383 in pinojs/pino#2320
build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in pinojs/pino#2354
build(deps): update thread-stream to v4 by @mcollina in pinojs/pino#2356
fix: harden transport loading against prototype pollution by @omdxp in pinojs/pino#2358
docs: add threat model to SECURITY.md by @mcollina in pinojs/pino#2360
build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in pinojs/pino#2365
build(deps-dev): bump @types/node from 24.10.4 to 25.0.3 by @dependabot[bot] in pinojs/pino#2367
fix: allow passing string, number, null for %o placeholder by @rChaoz in pinojs/pino#2372
New Contributors
@NoobFullStack made their first contribution in pinojs/pino#2334
@dev-KingMaster made their first contribution in pinojs/pino#2340
@marklai1998 made their first contribution in pinojs/pino#2224
@CHC383 made their first contribution in pinojs/pino#2320
... (truncated)
Commits
d6adf03 Bumped v10.3.0
06d55b1 feat: set worker thread name for transport identification (#2380)
a728702 fix: fix multistream().clone() return type (#2377)
31966a3 Bumped v10.2.1
417ef57 fix: prevent ERR_WORKER_INVALID_EXEC_ARGV with monitoring tools (#2379)
1833a6d Bumped v10.2.0
47619e6 Add claude files to .gitignore
658effe fix: prevent memory leak when using transport with --import preload (#2374)
79a6087 chore: lint the .ts files (#2363)
3390470 Bumped v10.1.1
Additional commits viewable in compare view
Updates ws from 8.18.3 to 8.19.0
Release notes
Sourced from ws's releases.
8.19.0
Features
Added the closeTimeout option (#2308).
Bug fixes
Handled a forthcoming breaking change in Node.js core (19984854).
Commits
61349ec [dist] 8.19.0
3f9ffc6 [feature] Introduce the closeTimeout option (#2308)
1998485 [fix] Ensure all remaining data is read as a single chunk
726c373 [doc] Sort options alphabetically
b151f1e [ci] Update actions/checkout action to v6
dabdd5b [ci] Update actions/setup-node action to v6
86eac5b [ci] Test on node 25
1891e14 [ci] Update actions/setup-node action to v5
aa28c77 [ci] Update actions/checkout action to v5
See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show
Open Graph Description: Bumps the dependencies group with 4 updates in the / directory: find-my-way, glob, pino and ws. Updates find-my-way from 9.3.0 to 9.4.0 Release notes Sourced from find-my-way's releases. v9.4...
X Description: Bumps the dependencies group with 4 updates in the / directory: find-my-way, glob, pino and ws. Updates find-my-way from 9.3.0 to 9.4.0 Release notes Sourced from find-my-way's releases. ...
Opengraph URL: https://github.com/NodeSecure/cli/pull/663
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:e4570c2f-cfba-3dac-13ad-2dd4d29d8261 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | B652:4BEC0:D71B6:11F882:698E4AD0 |
| html-safe-nonce | 30f4401813652572fd860deb0cfde5025a7939d53afd4b75504ac5fef93361ca |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNjUyOjRCRUMwOkQ3MUI2OjExRjg4Mjo2OThFNEFEMCIsInZpc2l0b3JfaWQiOiI1MDg4MDAxNjA0MTc2NDY0NTkyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | b4252afa77ba3c96cd887629703321bd4f5bd4e8f2ce02cf8e08d15ee39d4f9c |
| hovercard-subject-tag | pull_request:3261346618 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/NodeSecure/cli/pull/663/checks |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the dependencies group with 4 updates in the / directory: find-my-way, glob, pino and ws. Updates find-my-way from 9.3.0 to 9.4.0 Release notes Sourced from find-my-way's releases. v9.4... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 0e08b85f0035d49bc4c22868f70a4d30fb8c2a777936895c37e78df095242ddc |
| turbo-cache-control | no-preview |
| go-import | github.com/NodeSecure/cli git https://github.com/NodeSecure/cli.git |
| octolytics-dimension-user_id | 85318671 |
| octolytics-dimension-user_login | NodeSecure |
| octolytics-dimension-repository_id | 194930898 |
| octolytics-dimension-repository_nwo | NodeSecure/cli |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 194930898 |
| octolytics-dimension-repository_network_root_nwo | NodeSecure/cli |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | ab1cf30f0feb8db377fc0d52bc41f0105f9b4181 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width