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
@gitlab/svgs (source) dependencies minor ^1.171.0 -> ^1.173.0
@gitlab/ui (source) dependencies minor ^21.32.2 -> ^21.36.0
babel-jest devDependencies minor ^26.5.2 -> ^26.6.1
eslint (source) devDependencies minor ^7.11.0 -> ^7.12.0
jest (source) devDependencies minor ^26.5.3 -> ^26.6.1
pikaday (source) dependencies patch ^1.8.0 -> ^1.8.2
rollup (source) devDependencies patch ^2.32.0 -> ^2.32.1

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


Release Notes

gitlab-org/gitlab-svgs

v1.173.0

Compare Source

[1.173.0]

  • Updated icon 'canceled-circle'

v1.172.0

Compare Source

[1.172.0]

  • Updated icon 'lock-open'
gitlab-org/gitlab-ui

v21.36.0

Compare Source

Features
  • css: Add gl-flex-basis-50 (afcbf1b)

21.35.2 (2020-10-23)

Bug Fixes
  • GlPagination: Remove size options - default to md (ba0e23e)

21.35.1 (2020-10-22)

Bug Fixes
  • GlDropdown: Make dropdown more accessible (e8a953b)

v21.35.2

Compare Source

Bug Fixes
  • GlPagination: Remove size options - default to md (ba0e23e)

v21.35.1

Compare Source

Bug Fixes
  • GlDropdown: Make dropdown more accessible (e8a953b)

v21.35.0

Compare Source

Features
  • css: Add orange-300 && blue-400 utility mixins (90d728a)

21.34.2 (2020-10-20)

Bug Fixes
  • GlPagination: Fix extra space between span and icon (038fc7b)

21.34.1 (2020-10-20)

Bug Fixes
  • GlDropdown: Add "link" variant as valid option for dropdowns (f1c74e2)

v21.34.2

Compare Source

Bug Fixes
  • GlPagination: Fix extra space between span and icon (038fc7b)

v21.34.1

Compare Source

Bug Fixes
  • GlDropdown: Add "link" variant as valid option for dropdowns (f1c74e2)

v21.34.0

Compare Source

Features
  • GlDropdown: expose b-dropdown show method (fd12ab0)

v21.33.0

Compare Source

Features
  • GlBadge: Add icons to gl-badge (df19f8b)

21.32.2 (2020-10-16)

Bug Fixes
  • GlModal: Update modal position to centered (7eaac5c)

21.32.1 (2020-10-15)

Bug Fixes
  • Make GlDrawer height aware of positioning (f51a09b)
facebook/jest

v26.6.1

Compare Source

Features
  • [jest-runtime] Support named exports from CommonJS as named ES Module imports (#​10673)
  • [jest-validate] Add support for recursiveDenylist option as an alternative to recursiveBlacklist (#​10236)
Fixes
  • [expect] Fix objectContaining to work recursively into sub-objects (#​10508)
  • [jest-cli, jest-core, jest-config, jest-types] Fix --onlyFailures flag to work in non-watch mode (#​10678)
  • [jest-config] Fix for the jest.config.ts compiler to not interfere with tsconfig.json files (#​10675)
  • [jest-message-util] Update to work properly with Node 15 (#​10660)
  • [jest-mock] Allow to mock methods in getters (TypeScript 3.9 export) (#​10156)

v26.6.0

Compare Source

Features
  • [jest-cli, jest-config] Add support for the jest.config.ts configuration file (#​10564)
Fixes
  • [jest-config] Simplify transform RegExp (#​10207)
  • [jest-fake-timers] Lazily instantiate mock timers (#​10551)
  • [jest-runtime] require.main is no longer undefined when using jest.resetModules (#​10626)
  • [@jest/types] Add missing values for timers (#​10632)
Chore & Maintenance
  • [docs] Add step for fetching backers.json file in website setup docs (#​10631)
  • [docs] Add page detailing environment variables set by Jest (#​10630)
  • [jest-circus] Refactor callAsyncCircusFn parameters (#​10629)
eslint/eslint

v7.12.0

Compare Source

  • cbf3585 Update: skip keyword check for fns in space-before-blocks (fixes #​13553) (#​13712) (Milos Djermanovic)
  • 256f656 Fix: autofix shouldn't produce template literals with \8 or \9 (#​13737) (Milos Djermanovic)
  • b165aa5 Fix: yoda rule autofix produces syntax errors with adjacent tokens (#​13760) (Milos Djermanovic)
  • 3175316 Fix: prefer-destructuring invalid autofix with comma operator (#​13761) (Milos Djermanovic)
  • 1a9f171 Chore: Remove more ESLintRC-related files (refs #​13481) (#​13762) (Nicholas C. Zakas)
  • bfddced Update: remove suggestion if it didn't provide a fix (fixes #​13723) (#​13772) (Milos Djermanovic)
  • 5183b14 Update: check template literal in no-script-url (#​13775) (YeonJuan)
  • bfe97d2 Sponsors: Sync README with website (ESLint Jenkins)
  • 6c51ade Sponsors: Sync README with website (ESLint Jenkins)
  • 603de04 Update: treat all literals like boolean literal in no-constant-condition (#​13245) (Zen)
  • 289aa6f Sponsors: Sync README with website (ESLint Jenkins)
  • 9a1f669 Sponsors: Sync README with website (ESLint Jenkins)
  • 637f818 Docs: add more examples for no-func-assign (fixes #​13705) (#​13777) (Nitin Kumar)
  • 17cc0dd Chore: add test case for no-func-assign (refs #​13705) (#​13783) (Nitin Kumar)
  • dee0f77 Docs: add TOC to user-guide/configuring.md (#​13727) (metasean)
  • 0510621 Update: Fix && vs || short-circuiting false negatives (fixes #​13634) (#​13769) (Brandon Mills)
  • 8b6ed69 Sponsors: Sync README with website (ESLint Jenkins)
  • 1457509 Docs: fix broken links in Node.js API docs (#​13771) (Laura Barluzzi)
  • 7c813d4 Docs: Fix typo in v7 migration page (#​13778) (Yusuke Sasaki)
  • b025795 Docs: Fix the format option name in the document (#​13770) (Hideki Igarashi)
  • 84fd591 Chore: Increase Mocha timeout for copying fixtures (#​13768) (Brandon Mills)
  • 1faeb84 Docs: clarify that space-unary-ops doesn't apply when space is required (#​13767) (Taylor Morgan)
  • 67c0605 Update: check computed keys in no-prototype-builtins (fixes #​13088) (#​13755) (Milos Djermanovic)
  • b5e011c Sponsors: Sync README with website (ESLint Jenkins)
Pikaday/Pikaday

v1.8.2

Compare Source

v1.8.1

Compare Source

rollup/rollup

v2.32.1

Compare Source

2020-10-21

Bug Fixes
  • Print warning location for plugin warnings if only loc is supplied (#​3824)
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