Update NodeJS dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @babel/core (source) | devDependencies | minor | ^7.22.20 -> ^7.23.0 |
| @evilmartians/lefthook | devDependencies | minor | ^1.4.11 -> ^1.5.0 |
| @gitlab/eslint-plugin | devDependencies | minor | ^19.0.1 -> ^19.1.0 |
| @gitlab/svgs | dependencies | minor | ^3.62.0 -> ^3.63.0 |
| @gitlab/ui | dependencies | minor | ^66.9.0 -> ^66.13.0 |
| eslint (source) | devDependencies | minor | ^8.49.0 -> ^8.50.0 |
| glob | dependencies | patch | ^10.3.4 -> ^10.3.7 |
| markdownlint-cli | devDependencies | minor | ^0.36.0 -> ^0.37.0 |
| postcss (source) | devDependencies | patch | ^8.4.29 -> ^8.4.30 |
| rollup (source) | devDependencies | patch | ^3.29.2 -> ^3.29.3 |
| rollup-plugin-import-css | devDependencies | patch | ^3.3.3 -> ^3.3.4 |
| sass | devDependencies | minor | ^1.67.0 -> ^1.68.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
babel/babel
v7.23.0
🚀 New Feature
-
babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-import-source,babel-plugin-transform-dynamic-import-
#15870 Support transforming
import sourcefor wasm (@nicolo-ribaudo)
-
#15870 Support transforming
-
babel-helper-module-transforms,babel-helpers,babel-plugin-proposal-import-defer,babel-plugin-syntax-import-defer,babel-plugin-transform-modules-commonjs,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone-
#15878 Implement
import deferproposal transform support (@nicolo-ribaudo)
-
#15878 Implement
-
babel-generator,babel-parser,babel-types-
#15845 Implement
import deferparsing support (@nicolo-ribaudo) - #15829 Add parsing support for the "source phase imports" proposal (@nicolo-ribaudo)
-
#15845 Implement
-
babel-generator,babel-helper-module-transforms,babel-parser,babel-plugin-transform-dynamic-import,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-traverse,babel-types -
babel-standalone -
babel-helper-function-name,babel-helper-member-expression-to-functions,babel-helpers,babel-parser,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-optional-chaining-assign,babel-plugin-syntax-optional-chaining-assign,babel-plugin-transform-destructuring,babel-plugin-transform-optional-chaining,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone,babel-types- #15751 Add support for optional chain in assignments (@nicolo-ribaudo)
-
babel-helpers,babel-plugin-proposal-decorators- #15895 Implement the "decorator metadata" proposal (@nicolo-ribaudo)
-
babel-traverse,babel-types-
#15893 Add
t.buildUndefinedNode(@liuxingbaoyu)
-
#15893 Add
-
babel-preset-typescript-
#15913 Add
rewriteImportExtensionsoption to TS preset (@nicolo-ribaudo)
-
#15913 Add
-
babel-parser- #15896 Allow TS tuples to have both labeled and unlabeled elements (@yukukotani)
🐛 Bug Fix
-
babel-plugin-transform-block-scoping-
#15962 fix:
transform-block-scopingcaptures the variables of the method in the loop (@liuxingbaoyu)
-
#15962 fix:
💅 Polish
-
babel-traverse-
#15797 Expand evaluation of global built-ins in
@babel/traverse(@lorenzoferre)
-
#15797 Expand evaluation of global built-ins in
-
babel-plugin-proposal-explicit-resource-management-
#15985 Improve source maps for blocks with
usingdeclarations (@nicolo-ribaudo)
-
#15985 Improve source maps for blocks with
🔬 Output optimization
-
babel-core,babel-helper-module-transforms,babel-plugin-transform-async-to-generator,babel-plugin-transform-classes,babel-plugin-transform-dynamic-import,babel-plugin-transform-function-name,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd,babel-plugin-transform-parameters,babel-plugin-transform-react-constant-elements,babel-plugin-transform-react-inline-elements,babel-plugin-transform-runtime,babel-plugin-transform-typescript,babel-preset-env-
#15984 Inline
exports.XXX =update in simple variable declarations (@nicolo-ribaudo)
-
#15984 Inline
evilmartians/lefthook
v1.5.0
gitlab-org/gitlab-ui
v66.13.0
Features
- GlFormInut, GlFormSelect, GlDatepicker: Add prop width, deprecate prop size (6de322c)
v66.12.0
Features
- GlTable: Add option for sticky table headers (68f814d)
v66.11.0
Features
- Avatar: Use font size scale (9b64e96)
66.10.1 (2023-09-19)
Bug Fixes
- adjust dark mode preview text color (2196116)
- use CSS variables instead of JS literals for axis color (6bc13ca)
- GlChart: make chart legend text visible in dark mode (0ec9e7c)
v66.10.1
Bug Fixes
- adjust dark mode preview text color (2196116)
- use CSS variables instead of JS literals for axis color (6bc13ca)
- GlChart: make chart legend text visible in dark mode (0ec9e7c)
v66.10.0
Features
- Typography: Add font-size variable map and heading mixins (c412fe8)
eslint/eslint
v8.50.0
Features
-
27d5a9efeat: add suggestions to array-callback-return (#17590) (Tanuj Kanti) -
f9082fffeat: flat-rule-tester make sure default config always matches (#17585) (fnx) -
83914adfeat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas) -
22a5582feat: add ruleno-object-constructor, deprecateno-new-object(#17576) (Francesco Trotta) -
85a3d9efeat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)
Bug Fixes
-
cc4d26bfix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas) -
1ea4cfbfix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas) -
aa1b657fix: wrong suggestion and message inno-misleading-character-class(#17571) (Yosuke Ota)
Documentation
-
1800537docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta) -
48a44a7docs: Add correct/incorrect tags toprefer-arrow-callback(#17589) (Francesco Trotta) -
20893d4docs: fix incorrect tag's place (#17575) (Tanuj Kanti) -
bd7a71fdocs: Update README (GitHub Actions Bot)
Chores
-
f8a8a2dchore: upgrade @eslint/js@8.50.0 (#17599) (Milos Djermanovic) -
38ada6dchore: package.json update for @eslint/js release (ESLint Jenkins)
igorshubovych/markdownlint-cli
v0.37.0: 0.37.0
- Update
markdownlintdependency to0.31.1- Improve MD032/MD034/MD037/MD043/MD044/MD051/MD052
- Improve performance
- Update all dependencies via
Dependabot
rollup/rollup
v3.29.3
2023-09-24
Bug Fixes
- Fix a bug where code was wrongly tree-shaken after mutating function parameters (#5153)
Merge Requests
- #5145: docs: improve the docs repl appearance in the light mode (@TrickyPi)
- #5148: chore(deps): update dependency @vue/eslint-config-typescript to v12 (@renovate[bot])
- #5149: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
- #5153: Fully deoptimize first level path when deoptimizing nested parameter paths (@lukastaegert)
sass/dart-sass
v1.68.0
- Fix the source spans associated with the
abs-percentdeprecation.
JS API
-
Non-filesystem importers can now set the
nonCanonicalSchemefield, which declares that one or more URL schemes (without:) will never be used for URLs returned by thecanonicalize()method. -
Add a
containingUrlfield to thecanonicalize()andfindFileUrl()methods of importers, which is set to the canonical URL of the stylesheet that contains the current load. For filesystem importers, this is always set; for other importers, it's set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer.
Dart API
-
Add
AsyncImporter.isNonCanonicalScheme, which importers (async or sync) can use to indicate that a certain URL scheme will never be used for URLs returned by thecanonicalize()method. -
Add
AsyncImporter.containingUrl, which is set during calls to thecanonicalize()method to the canonical URL of the stylesheet that contains the current load. This is set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer.
Embedded Sass
-
The
CalculationValue.interpolationfield is deprecated and will be removed in a future version. It will no longer be set by the compiler, and if the host sets it it will be treated as equivalent toCalculationValue.stringexcept that"("and")"will be added to the beginning and end of the string values. -
Properly include TypeScript types in the
sass-embeddedpackage.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.