Update NodeJS dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @babel/core (source) | devDependencies | patch | ^7.22.9 -> ^7.22.10 |
| @babel/eslint-parser (source) | devDependencies | patch | ^7.22.9 -> ^7.22.10 |
| @babel/preset-env (source) | devDependencies | patch | ^7.22.9 -> ^7.22.10 |
| @gitlab/ui | dependencies | minor | ^65.0.1 -> ^65.1.2 |
| @rollup/plugin-commonjs (source) | devDependencies | patch | ^25.0.3 -> ^25.0.4 |
| compare-versions | dependencies | minor | ^6.0.0 -> ^6.1.0 |
| eslint (source) | devDependencies | minor | ^8.46.0 -> ^8.47.0 |
| rollup (source) | devDependencies | minor | ^3.27.2 -> ^3.28.0 |
| sass | devDependencies | minor | ^1.64.2 -> ^1.65.1 |
| vite (source) | devDependencies | patch | ^4.4.8 -> ^4.4.9 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
babel/babel
v7.22.10
🐛 Bug Fix
-
babel-plugin-transform-typescript- #15799 [ts] Strip type-only namespaces (@nicolo-ribaudo)
- #15798 [ts] Fix compiling extended exported nested namespace (@nicolo-ribaudo)
-
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-private-methods,babel-preset-env
💅 Polish
-
babel-cli -
babel-traverse,babel-types-
#15661 Improve the type definition of
path.isX(@liuxingbaoyu)
-
#15661 Improve the type definition of
-
babel-generator,babel-types
🏠 Internal
- Other
-
babel-cli,babel-core,babel-generator,babel-helper-builder-react-jsx,babel-preset-env,babel-standalone -
babel-helper-compilation-targets-
#15811 Remove
@babel/corepeerDep fromhelper-compilation-targets(@nicolo-ribaudo)
-
#15811 Remove
-
babel-parser -
babel-plugin-transform-runtime,babel-traverse,babel-types-
#15716 chore: Use
typescript-eslint@v6with reworked configs (@JoshuaKGoldberg)
-
#15716 chore: Use
🔬 Output optimization
-
babel-plugin-transform-block-scoping,babel-plugin-transform-parameters,babel-plugin-transform-regenerator-
#15746 Reduce
transform-block-scopingloops output size (@liuxingbaoyu)
-
#15746 Reduce
gitlab-org/gitlab-ui
v65.1.2
Bug Fixes
v65.1.1
Bug Fixes
- GlCollpasibleListbox: correctly handle Home and End (596127d)
v65.1.0
Features
- GlFormFields: Add validator for emojis (7f5b9aa)
65.0.1 (2023-08-05)
Bug Fixes
- button: correctly detect empty slot for icon only (bbbc03e)
omichelsen/compare-versions
v6.1.0
- Add new function
validateStrictto validate according to strict semver rules.
eslint/eslint
v8.47.0
Features
Bug Fixes
Documentation
-
a766a48docs: document lack of config file names (#17442) (James) -
a1635d6docs: Update README (GitHub Actions Bot) -
47a0859docs: updaterequire-unicode-regexp.mdas following up #17402 (#17441) (SUZUKI Sosuke) -
fcdc85ddocs: Update README (GitHub Actions Bot) -
2a92b6cdocs: update with "Specifying Parser Options" (#17435) (Cheol-Won) -
d743ed3docs: add metadata for parser/processor (#17438) (Huáng Jùnliàng) -
224376cdocs: Update README (GitHub Actions Bot) -
a41a8e4docs: update script names in README (#17432) (Nitin Kumar)
Chores
-
bf69aa6chore: Update dependencies (#17456) (Nicholas C. Zakas) -
0e45760chore: package.json update for @eslint/js release (ESLint Jenkins) -
757bfe1chore: Remove add-to-triage (#17450) (Nicholas C. Zakas) -
b066640chore: standardize npm script names (#17431) (Nitin Kumar) -
6b2410fchore: Update add-to-triage.yml (#17444) (Nicholas C. Zakas)
rollup/rollup
v3.28.0
2023-08-09
Features
- Add a new property
preliminaryFileNameto generated chunks containing the file name placeholder (#5086) - Improve performance of sourcemap generation by lazily decoding mappings (#5087)
Bug Fixes
- Make the
codeproperty of rendered modules in the output readonly (#5091)
Merge Requests
-
#5086: feat: add
preliminaryFileNametoOutputChunk(@lsdsjy) - #5087: perf(sourcemaps): add back lazy sourcemap decode and handling nullish mappings (@thebanjomatic)
- #5091: fix: the type of RenderedModule.code is readonly (@TrickyPi)
sass/dart-sass
v1.65.1
- Update abs-percent deprecatedIn version to
1.65.0.
v1.65.0
-
All functions defined in CSS Values and Units 4 are now parsed as calculation objects:
round(),mod(),rem(),sin(),cos(),tan(),asin(),acos(),atan(),atan2(),pow(),sqrt(),hypot(),log(),exp(),abs(), andsign(). -
Deprecate explicitly passing the
%unit to the globalabs()function. In future releases, this will emit a CSS abs() function to be resolved by the browser. This deprecation is namedabs-percent.
vitejs/vite
v4.4.9
- chore: fix eslint warnings (#14031) (4021a0e), closes #14031
- chore(deps): update all non-major dependencies (#13938) (a1b519e), closes #13938
- fix: dynamic import vars ignored warning (#14006) (4479431), closes #14006
- fix(build): silence warn dynamic import module when inlineDynamicImports true (#13970) (7a77aaf), closes #13970
- perf: improve build times and memory utilization (#14016) (9d7d45e), closes #14016
- perf: replace startsWith with === (#14005) (f5c1224), closes #14005
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.