Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/rariPublic

chore(deps): bump the npm-prod group in /rari-npm with 3 updates#389

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/npm_and_yarn/rari-npm/npm-prod-b90cbaa1c0

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 20, 2025
edited
Loading

Bumps the npm-prod group in /rari-npm with 3 updates:https-proxy-agent,tar andjson-schema-to-typescript.

Updateshttps-proxy-agent from 7.0.5 to 7.0.6

Release notes

Sourced fromhttps-proxy-agent's releases.

https-proxy-agent@7.0.6

Patch Changes

  • 913a49a: Only overwrite servername in tls connect when host is not an IP address
  • Updated dependencies [1699a09]
    • agent-base@7.1.2
Changelog

Sourced fromhttps-proxy-agent's changelog.

7.0.6

Patch Changes

  • 913a49a: Only overwrite servername in tls connect when host is not an IP address
  • Updated dependencies [1699a09]
    • agent-base@7.1.2
Commits

Updatestar from 7.4.3 to 7.5.2

Changelog

Sourced fromtar's changelog.

Changelog

7.5

  • Addedzstd compression support.

7.4

  • Deprecateonentry in favor ofonReadEntry for clarity.

7.3

  • AddonWriteEntry option

7.2

  • DRY the command definitions into a singlemakeCommand method,and update the type signatures to more appropriately infer thereturn type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions ofwrite() andend() methods onUnpack andParser classes to be compatible with theNodeJS.WritableStream type in the latest versions of@types/node.

7.0

  • Drop support for node <18
  • Rewrite in TypeScript, provide ESM and CommonJS hybridinterface
  • Add tree-shake friendly exports, likeimport('tar/create')andimport('tar/read-entry') to get individual functions orclasses.
  • Addchmod option that defaults to false, and deprecatenoChmod. That is, reverse the default option regardingexplicitly setting file system modes to match tar entrysettings.
  • AddprocessUmask option to avoid having to callprocess.umask() whenchmod: true (ornoChmod: false) isset.

6.2

  • Add support for brotli compression
  • AddmaxDepth option to prevent extraction into excessivelydeep folders.

... (truncated)

Commits

Updatesjson-schema-to-typescript from 15.0.3 to 15.0.4

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsNov 20, 2025
@dependabotdependabotbot requested a review froma team as acode ownerNovember 20, 2025 13:27
@dependabotdependabotbot requested a review fromLeoMcANovember 20, 2025 13:27
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsNov 20, 2025
Bumps the npm-prod group in /rari-npm with 3 updates: [https-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/https-proxy-agent), [tar](https://github.com/isaacs/node-tar) and [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript).Updates `https-proxy-agent` from 7.0.5 to 7.0.6- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/https-proxy-agent/CHANGELOG.md)- [Commits](https://github.com/TooTallNate/proxy-agents/commits/https-proxy-agent@7.0.6/packages/https-proxy-agent)Updates `tar` from 7.4.3 to 7.5.2- [Release notes](https://github.com/isaacs/node-tar/releases)- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)- [Commits](isaacs/node-tar@v7.4.3...v7.5.2)Updates `json-schema-to-typescript` from 15.0.3 to 15.0.4- [Changelog](https://github.com/bcherny/json-schema-to-typescript/blob/master/CHANGELOG.md)- [Commits](https://github.com/bcherny/json-schema-to-typescript/commits)---updated-dependencies:- dependency-name: https-proxy-agent  dependency-version: 7.0.6  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: npm-prod- dependency-name: tar  dependency-version: 7.5.2  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: npm-prod- dependency-name: json-schema-to-typescript  dependency-version: 15.0.4  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: npm-prod...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/rari-npm/npm-prod-b90cbaa1c0 branch frome2867e7 to371853bCompareNovember 24, 2025 11:30
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@LeoMcALeoMcAAwaiting requested review from LeoMcALeoMcA is a code owner automatically assigned from mdn/engineering

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2025 Movatter.jp