Skip to content

Bump tmp, yeoman-generator and yeoman-test#18

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-ae4c33c8e7
Open

Bump tmp, yeoman-generator and yeoman-test#18
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-ae4c33c8e7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Copy link
Copy Markdown
Contributor

Removes tmp. It's no longer used after updating ancestor dependencies tmp, yeoman-generator and yeoman-test. These dependencies need to be updated together.

Removes tmp

Updates yeoman-generator from 2.0.5 to 8.2.2

Release notes

Sourced from yeoman-generator's releases.

v8.2.2

8.2.2 (2026-04-29)

Bug Fixes

  • try to avoid could be instantiated with a different subtype of constraint issue (#1798) (2a83721)

v8.2.1

8.2.1 (2026-04-28)

Bug Fixes

  • add return type to avoid complex type generation (#1795) (ddb534c)

v8.2.0

8.2.0 (2026-04-28)

Features

Bug Fixes

v8.1.2

  • fix: update proxy behavior to handle raw values and add related tests (#1762) 0f4dc08
  • feat: add StorageTransform type and update StorageOptions (#1761) 1684d01

yeoman/generator@v8.1.1...v8.1.2

v8.1.1

  • fix: types adjusts (#1760) d02af1d

yeoman/generator@v8.1.0...v8.1.1

v8.1.0

  • feat: add configTransform feature (#1759) a810814

... (truncated)

Changelog

Sourced from yeoman-generator's changelog.

8.2.2 (2026-04-29)

Bug Fixes

  • try to avoid could be instantiated with a different subtype of constraint issue (#1798) (2a83721)

8.2.1 (2026-04-28)

Bug Fixes

  • add return type to avoid complex type generation (#1795) (ddb534c)

8.2.0 (2026-04-28)

Features

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for yeoman-generator since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates yeoman-test from 1.9.1 to 11.5.2

Release notes

Sourced from yeoman-test's releases.

v11.5.2

11.5.2 (2026-05-07)

Bug Fixes

v11.5.1

11.5.1 (2026-05-06)

Bug Fixes

v11.5.0

11.5.0 (2026-05-06)

Features

v11.4.2

11.4.2 (2026-04-30)

Bug Fixes

  • always convert file:// url to file path (#304) (c405978)

v11.4.1

11.4.1 (2026-04-30)

Bug Fixes

  • convert url to filepath if needed (#300) (c14efcb)
  • enable some tsconfig options (#302) (5393d08)
  • try to use yeoman-environment and yeoman-generator types (#301) (27015c2)

v11.4.0

11.4.0 (2026-04-30)

Features

  • add defaultGenerator and runDefault helpers (#297) (36bd48d)
  • add support to resolve relative generators by setting importMeta (#299) (f86f0e5)

... (truncated)

Changelog

Sourced from yeoman-test's changelog.

11.5.2 (2026-05-07)

Bug Fixes

11.5.1 (2026-05-06)

Bug Fixes

11.5.0 (2026-05-06)

Features

11.4.2 (2026-04-30)

Bug Fixes

  • always convert file:// url to file path (#304) (c405978)

11.4.1 (2026-04-30)

Bug Fixes

  • convert url to filepath if needed (#300) (c14efcb)
  • enable some tsconfig options (#302) (5393d08)
  • try to use yeoman-environment and yeoman-generator types (#301) (27015c2)

11.4.0 (2026-04-30)

Features

  • add defaultGenerator and runDefault helpers (#297) (36bd48d)
  • add support to resolve relative generators by setting importMeta (#299) (f86f0e5)
  • add type to createHelpers options (#296) (65769dd)
  • add typedResult (#294) (7b9746c)
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for yeoman-test since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependencies [tmp](https://github.com/raszi/node-tmp), [yeoman-generator](https://github.com/yeoman/generator) and [yeoman-test](https://github.com/yeoman/yeoman-test). These dependencies need to be updated together.


Removes `tmp`

Updates `yeoman-generator` from 2.0.5 to 8.2.2
- [Release notes](https://github.com/yeoman/generator/releases)
- [Changelog](https://github.com/yeoman/generator/blob/main/CHANGELOG.md)
- [Commits](yeoman/generator@v2.0.5...v8.2.2)

Updates `yeoman-test` from 1.9.1 to 11.5.2
- [Release notes](https://github.com/yeoman/yeoman-test/releases)
- [Changelog](https://github.com/yeoman/yeoman-test/blob/main/CHANGELOG.md)
- [Commits](yeoman/yeoman-test@v1.9.1...v11.5.2)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version:
  dependency-type: indirect
- dependency-name: yeoman-generator
  dependency-version: 8.2.2
  dependency-type: direct:production
- dependency-name: yeoman-test
  dependency-version: 11.5.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants