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

chore(deps-dev): bump the npm-development group across 1 directory with 10 updates#1130

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

Merged

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 27, 2025
edited
Loading

Bumps the npm-development group with 9 updates in the / directory:

PackageFromTo
@github/local-action6.0.06.0.2
@rollup/plugin-commonjs28.0.628.0.9
@rollup/plugin-node-resolve16.0.116.0.3
@rollup/plugin-typescript12.1.412.3.0
@types/node24.6.224.9.1
@typescript-eslint/eslint-plugin8.45.08.46.2
eslint9.36.09.38.0
rollup4.52.44.52.5
ts-jest29.4.429.4.5

Updates@github/local-action from 6.0.0 to 6.0.2

Release notes

Sourced from@​github/local-action's releases.

v6.0.2

What's Changed

Full Changelog:github/local-action@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog:github/local-action@v6.0.0...v6.0.1

Commits

Updates@rollup/plugin-commonjs from 28.0.6 to 28.0.9

Changelog

Sourced from@​rollup/plugin-commonjs's changelog.

v28.0.9

2025-10-24

Bugfixes

  • fix: handlenode: builtins withstrictRequires: auto (#1930)

v28.0.8

2025-10-16

Bugfixes

  • fix: guard moduleSideEffects for wrapped externals (#1914)

v28.0.7

2025-10-14

Bugfixes

  • fix: avoid hoisting dynamically required node: builtins under strictRequires (#1909)
Commits
  • b079b59 chore(release): commonjs v28.0.9
  • 0881496 fix(commonjs): handlenode: builtins withstrictRequires: auto (#1930)
  • 232dcf8 chore(release): commonjs v28.0.8
  • 5a6175b fix(commonjs): guard moduleSideEffects for wrapped externals (#1914)
  • 1935e9e chore(release): commonjs v28.0.7
  • e80d4b2 fix(commonjs): avoid hoisting dynamically required node: builtins under stric...
  • 0862902 chore(repo): update commonjs comment to clarify top-levelthis rewrite (#1888)
  • See full diff incompare view

Updates@rollup/plugin-node-resolve from 16.0.1 to 16.0.3

Changelog

Sourced from@​rollup/plugin-node-resolve's changelog.

v16.0.3

2025-10-13

Bugfixes

  • fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#1908)

v16.0.2

2025-10-04

Bugfixes

  • fix: error thrown with empty entry (#1893)
Commits
  • 764910a chore(release): node-resolve v16.0.3
  • 3569720 fix(node-resolve): resolve bare targets of package "imports" using export map...
  • 516ed1d chore(release): node-resolve v16.0.2
  • 7ad5057 fix(node-resolve): error thrown with empty entry (#1893)
  • See full diff incompare view

Updates@rollup/plugin-typescript from 12.1.4 to 12.3.0

Changelog

Sourced from@​rollup/plugin-typescript's changelog.

v12.3.0

2025-10-23

Features

  • feat: expose latest Program to transformers in watch mode (#1923)

v12.2.0

2025-10-22

Features

  • feat: process .js when allowJs is enabled (#1920)
Commits
  • 973054d chore(release): typescript v12.3.0
  • b6f027b feat(typescript): expose latest Program to transformers in watch mode (#1923)
  • a9cdbb5 chore(release): typescript v12.2.0
  • 89fa680 feat(typescript): process .js when allowJs is enabled (#1920)
  • See full diff incompare view

Updates@types/node from 24.6.2 to 24.9.1

Commits

Updates@typescript-eslint/eslint-plugin from 8.45.0 to 8.46.2

Release notes

Sourced from@​typescript-eslint/eslint-plugin's releases.

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanupTSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case.finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

You can read about ourversioning strategy andreleases on our website.

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848,#10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording aroundthis: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecatedexport imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)

... (truncated)

Changelog

Sourced from@​typescript-eslint/eslint-plugin's changelog.

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)

❤️ Thank You

  • mdm317

You can read about ourversioning strategy andreleases on our website.

8.46.1 (2025-10-13)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] special-case.finally not to report when a promise returning function is provided as an argument (#11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)

❤️ Thank You

  • mdm317
  • Ronen Amiel

You can read about ourversioning strategy andreleases on our website.

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • rule-schema-to-typescript-types: clean up and make public (#11633)

🩹 Fixes

  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [no-deprecated] ignore deprecatedexport imports (#11603)
  • eslint-plugin: [unbound-method] improve wording aroundthis: void and binding (#11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)

❤️ Thank You

... (truncated)

Commits
  • 55ca033 chore(release): publish 8.46.2
  • 698e7a8 fix(eslint-plugin): [prefer-optional-chain] skip optional chaining when it co...
  • 3f5fbf6 chore(release): publish 8.46.1
  • a64b3cc fix(eslint-plugin): [no-misused-promises] special-case.finally not to repo...
  • 73003bf fix(eslint-plugin): [prefer-optional-chain] include mixed "nullish comparison...
  • aec785e chore(release): publish 8.46.0
  • a974191 fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...
  • 02e0278 fix(typescript-estree): forbid abstract method and accessor to have implement...
  • f083798 feat(eslint-plugin): [no-unsafe-member-access] add allowOptionalChaining opti...
  • a62f625 fix(eslint-plugin): removed error type previously deprecated (#11674)
  • Additional commits viewable incompare view

Updates@typescript-eslint/parser from 8.45.0 to 8.46.2

Release notes

Sourced from@​typescript-eslint/parser's releases.

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

You can read about ourversioning strategy andreleases on our website.

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanupTSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case.finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

You can read about ourversioning strategy andreleases on our website.

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848,#10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording aroundthis: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecatedexport imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)

... (truncated)

Changelog

Sourced from@​typescript-eslint/parser's changelog.

8.46.2 (2025-10-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about ourversioning strategy andreleases on our website.

8.46.1 (2025-10-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about ourversioning strategy andreleases on our website.

8.46.0 (2025-10-06)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about ourversioning strategy andreleases on our website.

Commits

Updateseslint from 9.36.0 to 9.38.0

Release notes

Sourced fromeslint's releases.

v9.38.0

Features

  • ce40f74 feat: updatecomplexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correctno-loss-of-precision false positives withe notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting inno-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: movecustom-formatters type descriptions tonodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade@​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for@​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from@​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 toci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use ofnodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)

v9.37.0

Features

  • 39f7fb4 feat:preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax inno-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correctno-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correctESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: showavailableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: updateREADME files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references frommaster tomain (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update@eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for@​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])

... (truncated)

Commits

Updatesrollup from 4.52.4 to 4.52.5

Release notes

Sourced fromrollup's releases.

v4.52.5

4.52.5

2025-10-18

Bug Fixes

  • Always produce valid UUIDs as debugIds in sourcemaps (#6144)

Pull Requests

Changelog

Sourced fromrollup's changelog.

4.52.5

2025-10-18

Bug Fixes

  • Always produce valid UUIDs as debugIds in sourcemaps (#6144)

Pull Requests

Commits
  • 55a8fd5 4.52.5
  • 58f5a7b fix: generation of debugIDs with invalid length (#6144)
  • 0b816b0 chore(deps): lock file maintenance minor/patch updates (#6146)
  • a973ed8 chore: eslint enable concurrency option (#6143)
  • bfa9e9f chore(deps): update actions/setup-node action to v6 (#6147)
  • 69a9336 fix(deps): lock file maintenance minor/patch updates (#6142)
  • 88b18b9 chore(deps): update peter-evans/create-or-update-comment action to v5 (#6140)
  • c9ab522 chore(deps): update peter-evans/find-comment action to v4 (#6141)
  • 01f02bd chore(deps): lock file maintenance minor/patch updates (#6135)
  • See full diff incompare view

Updatests-jest from 29.4.4 to 29.4.5

Release notes

Sourced fromts-jest's releases.

v29.4.5

Please refer toCHANGELOG.md for details.

Changelog

Sourced fromts-jest's changelog.

29.4.5 (2025-10-10)

Bug Fixes

  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes#5013
Commits
  • 9d5248a chore(release): 29.4.5
  • ca8b623 refactor: improve message about using Node16/18/Next
  • c290d4d fix: allow filtering modern module warning message with diagnostic code
  • 1ff2dda build: replaceconventional-changelog-cli dep
  • 1c08db3 ci: runnpm ci --ignore-scripts for workflows
  • 9f60d2c ci: enhance security for Renovate PRs
  • 1c1077f build(deps): Update dependency@​formatjs/ts-transformer to ^3.14.2
  • 9037f2f build(deps): Update dependency@​types/node to v20.19.20
  • 6ed0e1c build(deps): Update dependency semver to ^7.7.3
  • 4a06f8c build(deps): Update github/codeql-action digest to a8d1ac4
  • Additional commits viewable incompare 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 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

…th 10 updatesBumps the npm-development group with 9 updates in the / directory:| Package | From | To || --- | --- | --- || [@github/local-action](https://github.com/github/local-action) | `6.0.0` | `6.0.2` || [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.6` | `28.0.9` || [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `16.0.1` | `16.0.3` || [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `12.1.4` | `12.3.0` || [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.6.2` | `24.9.1` || [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.45.0` | `8.46.2` || [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.38.0` || [rollup](https://github.com/rollup/rollup) | `4.52.4` | `4.52.5` || [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.4` | `29.4.5` |Updates `@github/local-action` from 6.0.0 to 6.0.2- [Release notes](https://github.com/github/local-action/releases)- [Changelog](https://github.com/github/local-action/blob/main/CHANGELOG.md)- [Commits](github/local-action@v6...v6.0.2)Updates `@rollup/plugin-commonjs` from 28.0.6 to 28.0.9- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.9/packages/commonjs)Updates `@rollup/plugin-node-resolve` from 16.0.1 to 16.0.3- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.3/packages/node-resolve)Updates `@rollup/plugin-typescript` from 12.1.4 to 12.3.0- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.3.0/packages/typescript)Updates `@types/node` from 24.6.2 to 24.9.1- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)Updates `@typescript-eslint/eslint-plugin` from 8.45.0 to 8.46.2- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/eslint-plugin)Updates `@typescript-eslint/parser` from 8.45.0 to 8.46.2- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/parser)Updates `eslint` from 9.36.0 to 9.38.0- [Release notes](https://github.com/eslint/eslint/releases)- [Commits](eslint/eslint@v9.36.0...v9.38.0)Updates `rollup` from 4.52.4 to 4.52.5- [Release notes](https://github.com/rollup/rollup/releases)- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)- [Commits](rollup/rollup@v4.52.4...v4.52.5)Updates `ts-jest` from 29.4.4 to 29.4.5- [Release notes](https://github.com/kulshekhar/ts-jest/releases)- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)- [Commits](kulshekhar/ts-jest@v29.4.4...v29.4.5)---updated-dependencies:- dependency-name: "@github/local-action"  dependency-version: 6.0.2  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-development- dependency-name: "@rollup/plugin-commonjs"  dependency-version: 28.0.9  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-development- dependency-name: "@rollup/plugin-node-resolve"  dependency-version: 16.0.3  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-development- dependency-name: "@rollup/plugin-typescript"  dependency-version: 12.3.0  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: npm-development- dependency-name: "@types/node"  dependency-version: 24.9.1  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: npm-development- dependency-name: "@typescript-eslint/eslint-plugin"  dependency-version: 8.46.2  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: npm-development- dependency-name: "@typescript-eslint/parser"  dependency-version: 8.46.2  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: npm-development- dependency-name: eslint  dependency-version: 9.38.0  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: npm-development- dependency-name: rollup  dependency-version: 4.52.5  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-development- dependency-name: ts-jest  dependency-version: 29.4.5  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: npm-development...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsOct 27, 2025
@dependabotdependabotbot requested a review froma team as acode ownerOctober 27, 2025 03:02
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsOct 27, 2025
@ncalteenncalteen merged commit85253ac intomainOct 31, 2025
5 checks passed
@ncalteenncalteen deleted the dependabot/npm_and_yarn/npm-development-7abdc59258 branchOctober 31, 2025 14:25
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@ncalteenncalteenncalteen approved these changes

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.

1 participant

@ncalteen

[8]ページ先頭

©2009-2025 Movatter.jp