The source project of this merge request has been removed.
Update NodeJS dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @evilmartians/lefthook | devDependencies | patch | ^1.3.9 -> ^1.3.10 |
| @gitlab/eslint-plugin | devDependencies | patch | ^18.3.0 -> ^18.3.2 |
| @rollup/plugin-commonjs (source) | devDependencies | minor | ^24.0.1 -> ^24.1.0 |
| glob | dependencies | minor | ^10.0.0 -> ^10.2.1 |
| instantsearch.js (source) | dependencies | patch | ^4.54.0 -> ^4.54.1 |
| postcss (source) | devDependencies | patch | ^8.4.21 -> ^8.4.22 |
| rollup (source) | devDependencies | patch | ^3.20.2 -> ^3.20.4 |
| stylelint (source) | devDependencies | minor | ^15.4.0 -> ^15.5.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
isaacs/node-glob
v10.2.1
v10.2.0
- Add glob cli
v10.1.0
- Return
'.'instead of the empty string''when the current working directory is returned as a match. - Add
posix: trueoption to return/delimited paths, even on Windows.
rollup/rollup
v3.20.4
2023-04-17
Bug Fixes
- Do not remove breaks statements after switch statements with conditional breaks (#4937)
Merge Requests
- #4937: fix: handle conditional breaks in nested switch statement cases (@TrickyPi and @lukastaegert)
v3.20.3
2023-04-16
Bug Fixes
- Reduce memory consumption for function call parameter analysis (#4938)
- Fix types for
shouldTransformCachedModule(#4932)
Merge Requests
- #4925: chore: repl style add scoped (@btea)
- #4926: docs: Update the x_google_ignorelist url (@jecfish)
- #4932: Allow shouldTransformCachedModule to return null (@bluwy)
- #4935: Bump peter-evans/create-or-update-comment from 2 to 3 (@dependabot[bot])
- #4936: Disable puppeteer sandbox to fix Vercel deployment (@lukastaegert)
- #4938: Improve memory usage for parameter deoptimizations (@lukastaegert)
stylelint/stylelint
v15.5.0
- Added:
ignore: ["consecutive-duplicates-with-different-syntaxes"]todeclaration-block-no-duplicate-properties(#6772) (@kimulaco). - Added:
ignoreProperties: []todeclaration-block-no-duplicate-custom-properties(#6773) (@mattxwang). - Added: raw regex support to
ignorePropertiesfordeclaration-block-no-duplicate-properties(#6764) (@ybiquitous). - Fixed:
block-no-emptyfalse positives with non-whitespace characters (#6782) (@ybiquitous). - Fixed:
color-function-notationfalse positives for namespaced imports (#6774) (@mattxwang). - Fixed:
custom-property-empty-line-beforefalse positives for CSS-in-JS (#6767) (@ybiquitous). - Fixed:
media-feature-range-notationparse error (#6760) (@fpetrakov). - Fixed: CLI help improvements (#6783) (@ybiquitous).
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by GitLab Dependency Bot