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 | minor | ^1.0.5 -> ^1.1.0 |
| @gitlab/svgs (source) | dependencies | minor | ^3.0.0 -> ^3.1.0 |
| @gitlab/ui (source) | dependencies | minor | ^43.2.1 -> ^43.5.0 |
| @popperjs/core | dependencies | patch | ^2.11.5 -> ^2.11.6 |
| eslint (source) | devDependencies | minor | ^8.21.0 -> ^8.22.0 |
| mermaid | dependencies | patch | ^9.1.4 -> ^9.1.5 |
| rollup (source) | devDependencies | minor | ^2.77.2 -> ^2.78.0 |
| stylelint (source) | devDependencies | minor | ^14.9.1 -> ^14.10.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
evilmartians/lefthook
v1.1.0
- Add goreleaser action (MR #307 by @mrexox)
- Windows escaping issues (MR #314 by @mrexox)
- Check for lefthook.bat in hook template (MR #316 by @mrexox)
- Update node.md docs (MR #312 by @fantua)
- Move postinstall script to main lefthook NPM package (MR #311 by @mrexox)
- Allow suppressing execution output (MR #309 by @mrexox)
- Update dependencies (MR #308 by @mrexox)
- Add support for Git LFS (MR #306 by @mrexox)
- Bump Go version to 1.19 (MR #305 by @mrexox)
- Add tests on runner (MR #304 by @mrexox)
- Add fail text option (MR #301 by @mrexox)
- Store lefthook checksum in non-hook file (MR #280 by @mrexox)
gitlab-org/gitlab-ui
v43.5.0
Features
- GlModal: Allow no autofocus on show (1caa729)
v43.4.0
Features
- css: Add overflow-x and underline:hover utility classes (1d86e1f)
v43.3.0
Features
- css: use calc() inside of clamp() to bypass SassC warning (4d6d061)
43.2.2 (2022-08-09)
Bug Fixes
- GlBadge: Add transition styles (e34b371)
- GlBadge: Nest icon styles (13bdb73)
- GlBadge: Update badge colours (4d85a8d)
- GlBadge: Update badge colours Apply suggestions (2e438e1)
43.2.1 (2022-08-08)
Bug Fixes
- Change SASS url variable syntax to a valid one (b157b55)
v43.2.2
Bug Fixes
popperjs/popper-core
v2.11.6
Bug Fixes
-
fix: position in Safari when pinch-zooming using fixed strategy
-
fix: avoid Chrome DevTools warning about userAgent usage
eslint/eslint
v8.22.0
Features
-
2b97607feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) -
fd5d3d3feat: addmethodsIgnorePatternoption to object-shorthand rule (#16185) (Milos Djermanovic)
Documentation
-
9f5a752docs: optimize image assets (#16170) (Sam Chen) -
61b2948docs: add svgo command to pre commit hook (#16178) (Amaresh S M) -
784096ddocs: improve search result UI (#16187) (Sam Chen) -
d0f4cb4docs: use shorthand property name in example (#16180) (Kevin Elliott)
Chores
knsv/mermaid
v9.1.5
Release Notes
Bugfixes
- Fix for unintended update to structure of thrown error from init (#3314) @knsv
- fix(Diagram): fix persisted data due to db not being cleared before parsing (#3310) @hrgui
Documentation updates
- Update year to 2022 in license file (#3293) @simonplattner
- add Jetsbrain/Pycharm to the list (#3294) @namgivu
Dependency updates
- chore(deps): bump parse-url from 6.0.0 to 6.0.5 (#3300) @dependabot
- chore(deps-dev): bump eslint-plugin-jest from 26.7.0 to 26.8.0 (#3299) @dependabot
rollup/rollup
v2.78.0
2022-08-14
Features
- Support writing plugin hooks as objects with a "handler" property (#4600)
- Allow changing execution order per plugin hook (#4600)
- Add flag to execute plugins in async parallel hooks sequentially (#4600)
Merge Requests
- #4600: Allow using objects as hooks to change execution order (@lukastaegert)
v2.77.3
2022-08-11
Bug Fixes
- Correctly resolve preserveModulesRoot in Vite (#4591)
Merge Requests
- #4591: resolve currentPath (@cleverpp)
stylelint/stylelint
v14.10.0
- Added: rule metadata to public
LinterResultAPI (#6166). - Added: longhand sub-properties of shorthand properties reference data to public API (#6168).
- Added:
meta.fixableproperty to each rule (#6181). - Added: support for loading custom formatter from package (#6228).
- Added:
annotation-no-unknownrule (#6155). - Added:
keyframe-selector-notationrule (#6164). - Added:
percentage-unless-within-keyword-only-blockprimary option tokeyframe-selector-notation(#6194). - Added:
githubformatter (#6150). - Added: tally to
stringandverboseformatters (#6153). - Added: fixable status to
verboseandgithubformatters (#6183). - Added: invalid rule primary option message for
false(#6250). - Fixed: exit code when nothing is passed to stylelint command (#6175).
- Fixed: rule message function type to not require users to handle all kind of arguments (#6147).
- Fixed:
at-rule-*end positions (#6163). - Fixed:
declaration-block-no-redundant-longhand-propertiesend positions (#6219). - Fixed:
declaration-property-value-allowed-listfalse positives for multiple match (#6190). - Fixed:
declaration-property-value-disallowed-listfalse negatives for multiple match (#6188). - Fixed:
named-grid-areas-no-invalidend positions (#6205). - Fixed:
no-descending-specificityfalse positives for pseudo-classes (#6195). - Fixed:
no-unknown-animationsend positions (#6221). - Fixed:
no-unknown-animationsfalse positives for SCSS interpolation (#6185). - Fixed:
number-max-precisionend positions (#6184). - Fixed:
property-*end positions (#6174). - Fixed:
rule-selector-property-disallowed-listend positions (#6222). - Fixed:
selector-attribute-name-disallowed-listend positions (#6223). - Fixed:
selector-attribute-operator-allowed-listend positions (#6224). - Fixed:
selector-attribute-operator-disallowed-listend positions (#6225). - Fixed:
selector-attribute-quotesend positions (#6226). - Fixed:
selector-class-patternend positions (#6227). - Fixed:
selector-combinator-allowed-listandselector-combinator-disallowed-listend positions (#6229). - Fixed:
selector-disallowed-listend positions (#6230). - Fixed:
selector-id-patternend positions (#6231). - Fixed:
selector-not-notationend positions (#6201). - Fixed:
selector-pseudo-element-colon-notationend positions (#6235). - Fixed:
string-no-newlineend positions (#6218). - Fixed:
unit-*start and end positions (#6169). - Fixed:
value-no-vendor-prefixend positions (#6173).
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