]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Rohit Sharma [Mon, 14 Dec 2020 18:51:14 +0000 (00:21 +0530)]
Tooltip/popover - change the default value for `fallbackPlacements` (#32437)
The default Popper `fallbackPlacements` value is `[oppositePlacement]`.
- The default value was previously (in v4) `'flip'` that can be achieved by passing the single value in the array, like — `[oppositePlacement]`. Keeping `null` also sets the `fallbackPlacements` to `[oppositePlacement]` (Default value in Popper)
- It's better to have **clockwise** (`['top', 'right', 'bottom', 'left']`) fallback options so that tooltip/popover can be placed to another side even if the opposite placement doesn't fit.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Florian Lacreuse [Mon, 14 Dec 2020 18:26:16 +0000 (19:26 +0100)]
Clean up lorem ipsum text in popover examples (#32479)
dependabot[bot] [Mon, 14 Dec 2020 15:26:22 +0000 (17:26 +0200)]
Bump @rollup/plugin-node-resolve from 11.0.0 to 11.0.1 (#32476)
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v11.0.0...commonjs-v11.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 14 Dec 2020 14:41:34 +0000 (16:41 +0200)]
Bump postcss-cli from 8.3.0 to 8.3.1 (#32471)
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/8.3.0...8.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mark Otto [Mon, 14 Dec 2020 13:34:01 +0000 (05:34 -0800)]
Add two new variables for pagination border-radius values (#32423)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Jesse Mandel [Mon, 14 Dec 2020 12:34:31 +0000 (04:34 -0800)]
Few updates for v5.0.0-beta1 NuGet support (#32453)
PopperJS 2.0 isn't on Nuget so dropped as a dependency
Florian Lacreuse [Mon, 14 Dec 2020 12:33:20 +0000 (13:33 +0100)]
Add missing `has-validation` in checkout examples (#32464)
Rohit Sharma [Mon, 14 Dec 2020 11:02:34 +0000 (16:32 +0530)]
Tooltip - Add missing callback in async spec (#32465)
Gaël Poupard [Fri, 11 Dec 2020 14:10:58 +0000 (15:10 +0100)]
fix(carousel): switch prev/next directions in RTL
Gaël Poupard [Fri, 11 Dec 2020 13:34:20 +0000 (14:34 +0100)]
docs(cheatsheet): fix RTL sidenav arrows
Alan Orth [Mon, 14 Dec 2020 08:51:21 +0000 (10:51 +0200)]
examples: Update font utility classes to new v5 versions (#32449)
* site: Fix .font-italic to .fst-italic in blog example
The font utility class was renamed from .font-italic to .fst-italic
but a few references didn't get updated.
* site: Fix .font-weight-* to .fw-* in RTL examples
These font utility classes were renamed from .font-weight-* to .fw-*
but a few references didn't get updated.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Mon, 14 Dec 2020 08:44:22 +0000 (10:44 +0200)]
Bump rtlcss from 2.6.2 to 3.0.0 (#32431)
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 2.6.2 to 3.0.0.
- [Release notes](https://github.com/MohammadYounes/rtlcss/releases)
- [Changelog](https://github.com/MohammadYounes/rtlcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MohammadYounes/rtlcss/compare/2.6.2...3.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Patrick H. Lauke [Mon, 14 Dec 2020 07:38:59 +0000 (07:38 +0000)]
Straggler lorem ipsum text (#32463)
Patrick H. Lauke [Fri, 11 Dec 2020 20:05:33 +0000 (20:05 +0000)]
Replace Lorem Ipsum placeholder text with more representative (or at least english language) text (#32246)
Replaces shorter examples with more sensible/representative/inforrmative text. For longer passages, resorted to using SFW extracts from http://katyperryipsum.com/
XhmikosR [Fri, 11 Dec 2020 14:12:13 +0000 (16:12 +0200)]
carousel: switch to string constants (#32393)
Martijn Cuppens [Fri, 11 Dec 2020 13:49:22 +0000 (14:49 +0100)]
Use box shadows instead of linear gradients to colorize tables (#32348)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Fri, 11 Dec 2020 13:48:21 +0000 (15:48 +0200)]
terser: use 2 passes instead of the default 1. (#32185)
Saves us a few bytes.
XhmikosR [Fri, 11 Dec 2020 13:47:34 +0000 (15:47 +0200)]
Use the ternary operator in a few more places (#32303)
dependabot[bot] [Fri, 11 Dec 2020 08:12:55 +0000 (10:12 +0200)]
Bump @babel/preset-env from 7.12.7 to 7.12.10 (#32430)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.7 to 7.12.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-preset-env)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Fri, 11 Dec 2020 08:08:10 +0000 (10:08 +0200)]
Bump @babel/core from 7.12.9 to 7.12.10 (#32429)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.9 to 7.12.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-core)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Fri, 11 Dec 2020 08:02:17 +0000 (10:02 +0200)]
Bump @babel/cli from 7.12.8 to 7.12.10 (#32428)
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.12.8 to 7.12.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-cli)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rohit Sharma [Thu, 10 Dec 2020 19:06:41 +0000 (00:36 +0530)]
Tooltip - check if tip and its parent node exist in dispose method (#32420)
XhmikosR [Thu, 10 Dec 2020 14:54:50 +0000 (16:54 +0200)]
Remove `TRANSITION_END` from utils (#32394)
Gaël Poupard [Thu, 10 Dec 2020 14:38:42 +0000 (15:38 +0100)]
Reset Popper position in RTL (#32415)
The RTL cheatsheet's dropdowns aren't positioned correctly because of RTLCSS transforming `right: auto` to `left:auto` (which conflicts with Popper positioning).
XhmikosR [Thu, 10 Dec 2020 09:52:22 +0000 (11:52 +0200)]
CI: add a 30-min timeout for BrowserStack (#32238)
XhmikosR [Thu, 10 Dec 2020 09:48:14 +0000 (11:48 +0200)]
docs: SVG consistency changes (#32259)
* Move inlined SVG to a partial.
Also, add `fill="currentColor"` in the SVGs.
* docs: reorder attributes
AlexKoala [Thu, 10 Dec 2020 09:24:02 +0000 (18:24 +0900)]
docs: Add Korean translation (#32284)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Thomas Güttler [Thu, 10 Dec 2020 09:22:40 +0000 (10:22 +0100)]
Typo: show on xxl, if only xl should be hidden. (#32287)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Thu, 10 Dec 2020 08:55:11 +0000 (10:55 +0200)]
CONTRIBUTING: mention dist files (#32314)
* CONTRIBUTING: mention dist files
* Update CONTRIBUTING.md
Co-authored-by: Mark Otto <markd.otto@gmail.com>
XhmikosR [Wed, 9 Dec 2020 22:38:49 +0000 (00:38 +0200)]
Update devDependencies and regenerate package-lock.json (#32410)
XhmikosR [Wed, 9 Dec 2020 22:38:24 +0000 (00:38 +0200)]
carousel: switch to `if/else` (#32395)
There are only two conditions, so `if/else` is shorter and has the same effect.
Martijn Cuppens [Wed, 9 Dec 2020 21:49:21 +0000 (22:49 +0100)]
Utility API, RFS option: Only generate responsive classes when needed (#32397)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Christian Oliff [Wed, 9 Dec 2020 21:45:27 +0000 (06:45 +0900)]
Remove duplicated 'follow Bootstrap on Twitter' link in Community section (#32399)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Martijn Cuppens [Wed, 9 Dec 2020 18:21:30 +0000 (19:21 +0100)]
Add fallback behaviour
Gaël Poupard [Wed, 9 Dec 2020 15:54:47 +0000 (16:54 +0100)]
cheatsheet: Drop redundant `(current)` text (#32401)
Useless since we're using `aria-current` (see #31891).
XhmikosR [Wed, 9 Dec 2020 13:09:41 +0000 (15:09 +0200)]
alert: rename variables for consistency (#32392)
XhmikosR [Wed, 9 Dec 2020 13:05:52 +0000 (15:05 +0200)]
SelectorEngine: drop variable used once (#32391)
kyletsang [Tue, 8 Dec 2020 23:10:57 +0000 (15:10 -0800)]
Remove offset in Popover docs
Fix fallbackPlacements in Popover and Tooltip docs
kyletsang [Tue, 8 Dec 2020 22:54:23 +0000 (14:54 -0800)]
docs: Update Popper 2 doc links
Gaël Poupard [Wed, 9 Dec 2020 12:53:43 +0000 (13:53 +0100)]
Fix missed occurrencies of "Popper.js" (#32398)
XhmikosR [Tue, 8 Dec 2020 10:41:41 +0000 (12:41 +0200)]
Regenerate package-lock.json (#32378)
dependabot[bot] [Tue, 8 Dec 2020 10:26:40 +0000 (12:26 +0200)]
Bump postcss from 8.1.14 to 8.2.0 (#32375)
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.14 to 8.2.0.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.1.14...8.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 8 Dec 2020 10:21:42 +0000 (12:21 +0200)]
Bump autoprefixer from 10.0.4 to 10.1.0 (#32374)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.4 to 10.1.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.0.4...10.1.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Tue, 8 Dec 2020 08:57:36 +0000 (10:57 +0200)]
Update devDependencies (#32355)
* eslint ^7.14.0 → ^7.15.0
* linkinator ^2.5.1 → ^2.8.0
* postcss ^8.1.10 → ^8.1.14
* rollup ^2.34.0 → ^2.34.2
* sass ^1.29.0 → ^1.30.0
alpadev [Tue, 8 Dec 2020 06:16:50 +0000 (07:16 +0100)]
Refactor components to use a utility function to define jQuery plugins (#32285)
* refactor: use an utility function to define jQuery plugins
* test: add spec for defineJQueryPlugin utility function
* Update .bundlewatch.config.json
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Radu Chiriac [Tue, 8 Dec 2020 06:06:08 +0000 (07:06 +0100)]
carousel.md: fix `$carousel-transition-duration` reference (#32316)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Mon, 7 Dec 2020 17:10:20 +0000 (19:10 +0200)]
Remove `SelectorEngine.matches()`. (#32339)
It's basically unused.
Mark Otto [Mon, 7 Dec 2020 17:08:31 +0000 (09:08 -0800)]
Remove vertical-align from .form-select (#32318)
Aligns the component with the .form-control. Closes #32271.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Mon, 7 Dec 2020 17:06:17 +0000 (19:06 +0200)]
build-plugins: switch to "bundled" for babel helpers (#32312)
Patrick H. Lauke [Mon, 7 Dec 2020 16:57:33 +0000 (16:57 +0000)]
Add a callout for the sanitizer in popovers and tooltips (#32272)
* Add a callout for the sanitizer in popovers and tooltips
* Add second reference to sanitizer in the options
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Mon, 7 Dec 2020 15:50:24 +0000 (17:50 +0200)]
Dist
XhmikosR [Tue, 24 Nov 2020 19:05:11 +0000 (21:05 +0200)]
Revert v5.getbootstrap.com changes
XhmikosR [Tue, 24 Nov 2020 14:37:20 +0000 (16:37 +0200)]
Prepare v5.0.0-beta1.
Gaël Poupard [Fri, 4 Dec 2020 16:17:11 +0000 (17:17 +0100)]
fix(dropdown): ensure [style] will override inline styles
Gaël Poupard [Fri, 4 Dec 2020 15:55:50 +0000 (17:55 +0200)]
fix(RTL)
XhmikosR [Fri, 4 Dec 2020 14:23:28 +0000 (16:23 +0200)]
Be explicit with `element.closest()`'s return value
Martijn Cuppens [Wed, 25 Nov 2020 20:12:32 +0000 (22:12 +0200)]
Fix conflict with Bootstrap CSS
XhmikosR [Wed, 25 Nov 2020 13:43:27 +0000 (15:43 +0200)]
Tighten bundlewatch limits
Martijn Cuppens [Mon, 9 Nov 2020 20:04:31 +0000 (21:04 +0100)]
Change button copy to make the example clearer
Martijn Cuppens [Mon, 9 Nov 2020 20:03:57 +0000 (21:03 +0100)]
Override margins set by popper
XhmikosR [Thu, 1 Oct 2020 06:24:49 +0000 (09:24 +0300)]
Move and update migration notes
XhmikosR [Thu, 1 Oct 2020 06:21:34 +0000 (09:21 +0300)]
Update popper.js to v2.5.4.
Johann-S [Fri, 19 Jun 2020 08:17:01 +0000 (11:17 +0300)]
Update to popper.js v2.x
Martijn Cuppens [Mon, 30 Nov 2020 17:59:50 +0000 (18:59 +0100)]
Add toasts & positioning utilities migration docs
Martijn Cuppens [Sun, 29 Nov 2020 14:58:44 +0000 (15:58 +0100)]
Add interactive positioning widget
Martijn Cuppens [Sun, 29 Nov 2020 14:58:20 +0000 (15:58 +0100)]
Add `.translate-middle-x` and `.translate-middle-y` utilities
Martijn Cuppens [Sun, 29 Nov 2020 14:22:15 +0000 (15:22 +0100)]
Add toast positioning
XhmikosR [Fri, 4 Dec 2020 14:00:21 +0000 (16:00 +0200)]
cheatsheet.js: use `event` instead of `e` (#32335)
XhmikosR [Fri, 4 Dec 2020 06:40:16 +0000 (08:40 +0200)]
Fix `css-prefix-examples-rtl` script (#32326)
`cross-env-shell` should be used since we are using variables in the command
Gaël Poupard [Thu, 3 Dec 2020 13:08:31 +0000 (15:08 +0200)]
chore(dist): generate dist files
Mark Otto [Thu, 3 Dec 2020 16:19:25 +0000 (08:19 -0800)]
fix gradient
Gaël Poupard [Thu, 3 Dec 2020 10:38:20 +0000 (12:38 +0200)]
docs(cheatsheet): various fixes
Mark Otto [Tue, 1 Dec 2020 22:32:51 +0000 (00:32 +0200)]
Revamp header, headings, aside spacing
Gradients caused artifacts in Safari, layout was feeling a little loose
Gaël Poupard [Mon, 23 Nov 2020 16:50:45 +0000 (18:50 +0200)]
docs(examples): use RTLCSS for RTL examples
XhmikosR [Thu, 19 Nov 2020 13:55:32 +0000 (15:55 +0200)]
Move rtlcss to postcss.config.js
XhmikosR [Thu, 19 Nov 2020 11:12:49 +0000 (13:12 +0200)]
Adapt to the recent main branch changes
Gaël Poupard [Tue, 9 Jun 2020 13:44:20 +0000 (16:44 +0300)]
docs(examples): new cheatsheet and RTL examples
Gaël Poupard [Fri, 26 Jun 2020 14:06:20 +0000 (17:06 +0300)]
feat(RTL): implement RTL
Using RTLCSS directives, renaming things to use logical names and following best practices.
Gaël Poupard [Mon, 8 Jun 2020 15:19:14 +0000 (18:19 +0300)]
chore(RTL): add RTLCSS
XhmikosR [Thu, 3 Dec 2020 14:18:59 +0000 (16:18 +0200)]
Dist (#32323)
XhmikosR [Wed, 2 Dec 2020 06:30:35 +0000 (08:30 +0200)]
Remove Polyfill leftovers (#32310)
Leftovers from #32057
XhmikosR [Wed, 2 Dec 2020 04:53:12 +0000 (06:53 +0200)]
Update our browserslist config (#30986)
Use browserslist defaults which is `> 0.5%, last 2 versions, Firefox ESR, not dead`
dependabot[bot] [Wed, 2 Dec 2020 04:46:31 +0000 (06:46 +0200)]
Bump cross-env from 7.0.2 to 7.0.3 (#32308)
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.2...v7.0.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Wed, 2 Dec 2020 04:45:15 +0000 (06:45 +0200)]
Unbreak lines. (#32304)
dependabot[bot] [Wed, 2 Dec 2020 04:38:23 +0000 (06:38 +0200)]
Bump linkinator from 2.4.0 to 2.5.1 (#32307)
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.4.0 to 2.5.1.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.4.0...v2.5.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Martijn Cuppens [Tue, 1 Dec 2020 17:02:26 +0000 (18:02 +0100)]
Use $variable-prefix
XhmikosR [Mon, 30 Nov 2020 05:45:57 +0000 (07:45 +0200)]
Fix empty CSS variable
Mark Otto [Sun, 29 Nov 2020 19:58:56 +0000 (21:58 +0200)]
Add to migration docs
Mark Otto [Sun, 29 Nov 2020 19:56:08 +0000 (11:56 -0800)]
Update breadcrumb docs and dividers
- Add CSS custom property with fallback to Sass variable
- Update docs to mention the new CSS custom property
- Rewrite some of the docs to use divider instead of separator, and add some context here and there
Patrick H. Lauke [Tue, 24 Nov 2020 15:19:51 +0000 (17:19 +0200)]
Remove background, padding, border from breadcrumb container
XhmikosR [Tue, 1 Dec 2020 10:57:58 +0000 (12:57 +0200)]
README: fix path to search.js (#32257)
XhmikosR [Tue, 1 Dec 2020 10:53:14 +0000 (12:53 +0200)]
Regenerate package-lock.json (#32300)
dependabot[bot] [Tue, 1 Dec 2020 10:45:13 +0000 (12:45 +0200)]
Bump hugo-bin from 0.66.2 to 0.67.0 (#32299)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.66.2 to 0.67.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.66.2...v0.67.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 1 Dec 2020 10:37:12 +0000 (12:37 +0200)]
Bump rollup from 2.33.3 to 2.34.0 (#32298)
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.3 to 2.34.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.33.3...v2.34.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 1 Dec 2020 10:33:02 +0000 (12:33 +0200)]
Bump @babel/core from 7.12.8 to 7.12.9 (#32297)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.8 to 7.12.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.9/packages/babel-core)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 1 Dec 2020 10:30:12 +0000 (12:30 +0200)]
Bump @rollup/plugin-babel from 5.2.1 to 5.2.2 (#32296)
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/babel-v5.2.1...babel-v5.2.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 1 Dec 2020 10:26:00 +0000 (12:26 +0200)]
Bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0 (#32295)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 16.0.0 to 17.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v16.0.0...commonjs-v17.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 1 Dec 2020 10:20:55 +0000 (12:20 +0200)]
Bump linkinator from 2.2.2 to 2.4.0 (#32294)
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.2.2 to 2.4.0.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.2.2...v2.4.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 1 Dec 2020 10:15:22 +0000 (12:15 +0200)]
Bump @rollup/plugin-node-resolve from 10.0.0 to 11.0.0 (#32292)
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v10.0.0...commonjs-v11.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 1 Dec 2020 10:05:26 +0000 (12:05 +0200)]
Bump autoprefixer from 10.0.2 to 10.0.4 (#32291)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.2 to 10.0.4.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.0.2...10.0.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>