typeorm-factory
typeorm-factory copied to clipboard
chore: update all non-major dependencies (minor)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@types/node (source) | 20.14.7 -> 20.16.1 |
||||
pnpm (source) | 9.4.0 -> 9.7.1 |
||||
ts-jest (source) | 29.1.5 -> 29.2.4 |
Release Notes
pnpm/pnpm (pnpm)
v9.7.1
v9.7.0
: pnpm 9.7
Minor Changes
-
Added pnpm version management. If the
manage-package-manager-versions
setting is set totrue
, pnpm will switch to the version specified in thepackageManager
field ofpackage.json
#8363. This is the same field used by Corepack. Example:{ "packageManager": "[email protected]" }
-
Added the ability to apply patch to all versions #8337.
If the key of
pnpm.patchedDependencies
is a package name without a version (e.g.pkg
), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version ofpkg
installed,pnpm patch pkg
and subsequentpnpm patch-commit $edit_dir
will create an entry namedpkg
inpnpm.patchedDependencies
. And pnpm will attempt to apply this patch to other versions ofpkg
in the future. -
Change the default edit dir location when running
pnpm patch
from a temporary directory tonode_modules/.pnpm_patches/pkg[@​version]
to allow the code editor to open the edit dir in the same file tree as the main project #8379. -
Substitute environment variables in config keys #6679.
Patch Changes
-
pnpm install
should runnode-gyp rebuild
if the project has abinding.gyp
file even if the project doesn't have an install script #8293. - Print warnings to stderr #8342.
- Peer dependencies of optional peer dependencies should be automatically installed #8323.
Platinum Sponsors
|
|
Gold Sponsors
|
|
|
|
|
|
Our Silver Sponsors
![]() |
|
|
|
|
|
|
|
v9.6.0
: pnpm 9.6
Minor Changes
- Support specifying node version (via
pnpm.executionEnv.nodeVersion
inpackage.json
) for running lifecycle scripts per each package in a workspace #6720. - Overrides now support the
catalogs:
protocol #8303.
Patch Changes
- The
pnpm deploy
command now supports thecatalog:
protocol #8298. - The
pnpm outdated
command now supports thecatalog:
protocol #8304. - Correct the error message when trying to run
pnpm patch
withoutnode_modules/.modules.yaml
#8257. - Silent reporting fixed with the
pnpm exec
command #7608. - Add registries information to the calculation of dlx cache hash #8299.
Platinum Sponsors
|
|
Gold Sponsors
|
|
|
|
|
|
Our Silver Sponsors
![]() |
|
|
|
|
|
|
|
v9.5.0
kulshekhar/ts-jest (ts-jest)
v29.2.4
v29.2.3
v29.2.2
v29.2.1
v29.2.0
Bug Fixes
Features
- feat(cli): allow migrating cjs
presets
totransform
config (22fb027) - feat(presets): add util functions to create ESM presets (06f78ed)
- feat(presets): add util functions to create CJS presets (f9cc3c0)
Code refactoring
- refactor: replace lodash deps with native js implementation (40f1708)
- refactor: use
TsJestTransformerOptions
type everywhere possibly (7d001be) - refactor(cli): use new preset util functions to initialize test config (c2b56ca)
- refactor(presets): use create preset util functions for cjs presets (922d6d0)
- test: switch
react-app
to use Vite (827c8ad)
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone UTC+1, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.