Update NodeJS dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@evilmartians/lefthook | devDependencies | patch | ^1.5.2 -> ^1.5.3 |
jest-fail-on-console | devDependencies | patch | ^3.1.1 -> ^3.1.2 |
markdownlint-cli2 | devDependencies | minor | ^0.10.0 -> ^0.11.0 |
rollup (source) | devDependencies | minor | ^4.5.0 -> ^4.6.0 |
vite (source) | devDependencies | patch | ^5.0.0 -> ^5.0.2 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
evilmartians/lefthook
v1.5.3
ValentinH/jest-fail-on-console
v3.1.2
What's Changed
- refactor:
➖ removechalk
as dependency by @kopach in https://github.com/ValentinH/jest-fail-on-console/pull/44
New Contributors
- @kopach made their first contribution in https://github.com/ValentinH/jest-fail-on-console/pull/44
Full Changelog: https://github.com/ValentinH/jest-fail-on-console/compare/v3.1.1...v3.1.2
DavidAnson/markdownlint-cli2
v0.11.0
- Add
modulePaths
configuration option - Update dependencies (including
markdownlint
) - Remove support for end-of-life Node 16
rollup/rollup
v4.6.0
2023-11-26
Features
- Allow
this.addWatchFile
in all plugin hooks (#5270)
Bug Fixes
- Show helpful error when native binaries are not installed due to an
npm
issue (#5267) - Do not access
this
context inthis.addWatchFile
so it does not need to be bound when passed around (#5270)
Merge Requests
- #5267: Add friendly error for npm bug (@sapphi-red)
- #5270: Allow this.addWatchFile in all hooks (@lukastaegert)
- #5272: Debug deployed graphs (@lukastaegert)
v4.5.2
2023-11-24
Bug Fixes
- Handle files with UTF-8 BOM when using the commonjs plugin (#5268)
Merge Requests
- #5268: fix: strip BOM before calling transform hook (@TrickyPi)
- #5269: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
v4.5.1
2023-11-21
Bug Fixes
- Do not error when a function expression uses the same name for a parameter and its id (#5262)
Merge Requests
- #5257: Fix graphs in docs, improve REPL colors (@lukastaegert)
- #5262: Allow function expression parameters to shadow the function id (@lukastaegert)
vitejs/vite
v5.0.2
v5.0.1
- test: avoid read check when running as root (#14884) (1d9516c), closes #14884
- perf(hmr): skip traversed modules when checking circular imports (#15034) (41e437f), closes #15034
- fix: run htmlFallbackMiddleware for no accept header requests (#15025) (b93dfe3), closes #15025
- fix: update type CSSModulesOptions interface (#14987) (d0b2153), closes #14987
- fix(legacy): error in build with --watch and manifest enabled (#14450) (b9ee620), closes #14450
- chore: add comment about crossorigin attribute for script module (#15040) (03c371e), closes #15040
- chore: cleanup v5 beta changelog (#14694) (531d3cb), closes #14694
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by GitLab Dependency Bot