Skip to content

Update NodeJS dependencies

🤖 GitLab Bot 🤖 requested to merge renovate/nodejs-dependencies into master

This MR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch ^7.12.7 -> ^7.12.9
algoliasearch dependencies patch 4.8.0 -> 4.8.2
prettier (source) devDependencies patch 2.2.0 -> 2.2.1
rollup (source) devDependencies minor ^2.33.3 -> ^2.34.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

babel/babel

v7.12.9

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-typescript, babel-traverse

v7.12.8

Compare Source

🐛 Bug Fix
🏠 Internal
algolia/algoliasearch-client-javascript

v4.8.2

Compare Source

v4.8.1

Compare Source

prettier/prettier

v2.2.1

Compare Source

diff

Fix formatting for AssignmentExpression with ClassExpression (#​9741 by @​sosukesuzuki)
// Input
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};

// Prettier 2.2.0
module.exports = class A extends (
  B
) {
  method() {
    console.log("foo");
  }
};

// Prettier 2.2.1
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};
rollup/rollup

v2.34.0

Compare Source

2020-11-29

Features
  • Support RequireJS comaptible AMD ids in code-splitting builds via amd.autoId (#​3867)
  • Allow adding an AMD id base path (#​3867)
Bug Fixes
  • Warn when using an constant AMD id in a code-splitting build (#​3867)
Merge Requests

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports