Bump ejs, yeoman-generator and yeoman-test in /packages/cli
Bumps ejs to 3.1.10 and updates ancestor dependencies ejs, yeoman-generator and yeoman-test. These dependencies need to be updated together.
Updates ejs from 2.6.2 to 3.1.10
Release notes
Sourced from ejs's releases.
v3.1.10
Version 3.1.10
v3.1.9
Version 3.1.9
v3.1.8
Version 3.1.8
v3.1.7
Version 3.1.7
v3.1.6
Version 3.1.6
v3.1.5
Version 3.1.5
v3.0.2
No release notes provided.
v2.7.4
Bug fixes
- Fixed Node 4 support, which broke in v2.7.3 (https://github.com/mde/ejs/commit/5e42d6cef15ae6f2c7d29ef55a455e8e49b5e76e,
@mde)v2.7.3
Bug fixes
- Made the post-install message more discreet by following the example of opencollective-postinstall (https://github.com/mde/ejs/commit/228d8e45b7ced2afd3e596c13d44aed464e57e43,
@mde)v2.7.2
Features
- Added support for destructuring locals (#452,
@ExE-Boss)- Added support for disabling legacy
includedirectives (#458, #459,@ExE-Boss)- Compiled functions are now shown in the debugger (#456,
@S2-)function.nameis now set to the file base name in environments that support this (#466,@ExE-Boss)Bug Fixes
- The error message when
async != truenow correctly mention the existence of theasyncoption (#460,@ExE-Boss)- Improved performance of HTML output generation (#470,
@nwoltman)v2.7.1
Deprecated:
- Added deprecation notice for use of
require.extensions(@mde)
Commits
d3f807dVersion 3.1.109ee26ddMocha TDDe469741Basic pollution protection715e950Merge pull request #756 from Jeffrey-mu/maincabe314Include advanced usage examples29b076cAdded header11503c7Merge branch 'main' of github.com:mde/ejs into main7690404Added security banner to READMEf47d7aeUpdate SECURITY.md828cea1Update SECURITY.md- Additional commits viewable in compare view
Updates yeoman-generator from 3.2.0 to 7.1.1
Release notes
Sourced from yeoman-generator's releases.
v7.1.1
- resolvePackage is not provided by Environment v4 eaa30f2
- bump dependencies 3c45eb3 cd1adf6
- Test cleanup: spawn command (#1488) 4d39258
- Test cleanup: deprecate.test.ts (#1489) 0add881
https://github.com/yeoman/generator/compare/v7.1.0...v7.1.1
v7.1.0
- add
pipeline()method and improve types a459b00https://github.com/yeoman/generator/compare/v7.0.0...v7.1.0
v7.0.0
- bump required node versions ea4fd51
- bump yeoman-environment to v4.0.0 e5eb6f6
- fs.test.ts: Improve readbility, add types to fix TS problems (#1482) 3dd4c2d
https://github.com/yeoman/generator/compare/v7.0.0-rc.0...v7.0.0
v7.0.0-rc.0
Breaking:
queueTransformStreamhas been rewritten and follows newmem-fs@4pipeline operation behavior. So doesmem-fs-editor@11instance commit operation.
- bump required environment to 4.0.0-rc.0 and node 18.12.0 (#1478) 9bc9b16
https://github.com/yeoman/generator/compare/v6.0.1...v7.0.0-rc.0
v6.0.1
- set sourceRoot before help 16b16fb
https://github.com/yeoman/generator/compare/v6.0.0...v6.0.1
v6.0.0
The
yeoman-generatorpackage now export a native ESM module. (Learn more about ESM)Notable changes:
- Convert to typescript
- Drop node 12/14 support.
- Requires yeoman-environment
^3.18.4.- Provides built-in types.
- Uses new
@yeoman/typesfor environment/generator interoperability. May conflict with@types/yeoman-*types.- Move skipParseOptions and customPriorities to features c12806a
- Drop deprecated install (and not included by default) action 1a856b1 Install action was not scalable. A separated task package can be considered at yeoman-api.
run-asyncis not provided anymore: Convert to Promises or userun-asyncv3:import runAsync from 'run-async'; class Gen { asyncTaskWithCallback: runAsync(function() { </tr></table>
... (truncated)
Commits
b2ee91b7.1.13c45eb3swith to read-package-up packageeaa30f2resolvePackage is not provided by Environment v4cd1adf6Bump read-pkg-up from 10.1.0 to 11.0.0 (#1491)025aabcBump actions/setup-node from 3 to 4 (#1486)d44b95fBump@types/sinonfrom 10.0.19 to 17.0.1 (#1492)4d39258Test cleanup: spawn command (#1488)0add881Test cleanup: deprecate.test.ts (#1489)7b28f4eBump sinon from 16.1.0 to 17.0.1 (#1487)0879a3c7.1.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by mshima, a new releaser for yeoman-generator since your current version.
Updates yeoman-test from 1.9.1 to 8.2.0
Release notes
Sourced from yeoman-test's releases.
v8.2.0
- add options to withSpawnMock d6f2666
https://github.com/yeoman/yeoman-test/compare/v8.1.1...v8.2.0
v8.1.1
- fix: return mock result b7c3429
https://github.com/yeoman/yeoman-test/compare/v8.1.0...v8.1.1
v8.1.0
- bump mem-fs-editor to 10.0.3 96f2dd0
https://github.com/yeoman/yeoman-test/compare/v8.1.0-beta.0...v8.1.0
v8.1.0-beta.0
- accept mem-fs beta f9101f2
- adjusts for mem-fs@4 f67b91c
- switch to LookupOptions from
@yeoman/types416c083- bump @yeoman/* dependencies. 4bc0ff9
https://github.com/yeoman/yeoman-test/compare/v8.0.0...v8.1.0-beta.0
v8.0.0
Notable changes
- Switch to
@yeoman/types.- Switch adapter to
@yeoman/adapter.- Drop node 14 support.
- stub inquirer's registerPrompt to allow custom prompt modules https://github.com/yeoman/yeoman-test/commit/623019a62689bcbf2630e6e298d9f03b5c21a6a8
Full Changelog: https://github.com/yeoman/yeoman-test/compare/v7.4.0...v8.0.0
v8.0.0-rc.2
- implement withSpawnMock (#199) 6a8684a
https://github.com/yeoman/yeoman-test/compare/v8.0.0-rc.1...v8.0.0-rc.2
v8.0.0-rc.1
- use TestAdapter from
@yeoman/adapter41b2dde- switch from lodash to lodash-es. 5d4b70a
https://github.com/yeoman/yeoman-test/compare/v8.0.0-rc.0...v8.0.0-rc.1
v8.0.0-rc.0
- switch TestAdapter to implement AdapterWithProgress be623b3
- implement createTestAdapter at helpers. 1a1231d
https://github.com/yeoman/yeoman-test/compare/v8.0.0-beta.7...v8.0.0-rc.0
v8.0.0-beta.7
... (truncated)
Commits
580e70b8.2.0d6f2666add options to withSpawnMockad379b08.1.1b7c3429fix: return mock resulte32de0e8.1.096f2dd0bump mem-fs-editor to 10.0.37c2e4698.1.0-beta.0f9101f2accept mem-fs betaf67b91cadjusts for mem-fs@4416c083switch to LookupOptions from@yeoman/types- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by mshima, a new releaser for yeoman-test since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.