squidfunk
|
aa74dc4d41
|
Removed unnecessary expose loader
|
2020-02-14 17:38:10 +01:00 |
|
squidfunk
|
306530f668
|
Separated observables from components
|
2020-02-12 19:13:03 +01:00 |
|
squidfunk
|
286ace2eaf
|
Inlined Material Icons CSS
|
2020-02-11 11:02:46 +01:00 |
|
squidfunk
|
b486d0beec
|
Switched build process back to Webpack
|
2020-02-10 18:32:28 +01:00 |
|
squidfunk
|
4cc07912df
|
Added clipboard integration
|
2020-02-02 17:18:18 +01:00 |
|
squidfunk
|
1fdb65b88f
|
Added loading logic for lunr-languages
|
2020-01-26 15:42:22 +01:00 |
|
Benjamin Staneck
|
9c6a4ca64f
|
Merge branch 'master' into refactor/rxjs-typescript (#1406)
* Improved Lighthouse score (#1391)
* a few accessibility fixes from lighthouse report
* add rel="noopener" to external links
* add title attribute to social links
* add mimetype to manifest link and allow it to work behind auth
* add font-display: swap to all the places where external fonts are used
* remove font-display: swap from icon fonts
* removed font-display from style blocks in base
* add target="_blank" to social links
* switch base fonts grabbed from Google back to display:fallback
As per recommendation from https://developers.google.com/web/updates/2016/02/font-display#fallback
* add target="_blank" to the footer links as well
* Set `tabindex` to `0` for skip to content link (#1393)
see https://web.dev/control-focus-with-tabindex/
* Added diff to CI build
* Added built files
* Bump @babel/cli from 7.7.5 to 7.7.7
Bumps [@babel/cli](https://github.com/babel/babel) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump css-loader from 3.3.2 to 3.4.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.3.2...v3.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump eslint from 6.7.2 to 6.8.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 6.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump mini-css-extract-plugin from 0.8.0 to 0.9.0
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.8.0...v0.9.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump @babel/plugin-transform-react-jsx from 7.7.4 to 7.7.7
Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel) from 7.7.4 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump style-loader from 1.0.1 to 1.1.1
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.0.1 to 1.1.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.0.1...v1.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump webpack from 4.41.2 to 4.41.4
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.2 to 4.41.4.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.2...v4.41.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump @babel/core from 7.7.5 to 7.7.7
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump @babel/preset-env from 7.7.6 to 7.7.7
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.6 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix makefile
* Update packages
* build
* "Fix" lint
* Revert icon and makefile change
Co-authored-by: Martin Donath <squidfunk@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2019-12-25 15:09:36 +01:00 |
|
squidfunk
|
abc851b64c
|
Added support for repository information on mobile
|
2019-12-24 18:06:09 +01:00 |
|
squidfunk
|
704a7c507d
|
Updated FontAwesome to v5 and switched to inline SVGs
|
2019-12-22 18:21:19 +01:00 |
|
squidfunk
|
60330fd18d
|
Merge
|
2019-12-18 20:58:31 +01:00 |
|
squidfunk
|
c32c7a8a20
|
Added path mappings
|
2019-12-18 16:38:36 +01:00 |
|
squidfunk
|
cff9983af9
|
Upgraded TypeScript and CSSO
|
2019-12-18 15:03:47 +01:00 |
|
squidfunk
|
82fddbad77
|
Refactored JSX factory and added typings
|
2019-12-18 14:57:37 +01:00 |
|
squidfunk
|
d439142f0f
|
Merge branch 'master' into refactor/rxjs-typescript
|
2019-12-17 09:59:59 +01:00 |
|
dependabot-preview[bot]
|
9327d49918
|
Bump event-hooks-webpack-plugin from 2.1.4 to 2.1.5
Bumps [event-hooks-webpack-plugin](https://github.com/cascornelissen/event-hooks-webpack-plugin) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/cascornelissen/event-hooks-webpack-plugin/releases)
- [Commits](https://github.com/cascornelissen/event-hooks-webpack-plugin/compare/v2.1.4...v2.1.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-16 05:44:41 +00:00 |
|
dependabot-preview[bot]
|
ba6336a633
|
Bump css-loader from 3.2.1 to 3.3.2
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.2.1 to 3.3.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.2.1...v3.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-16 05:44:33 +00:00 |
|
dependabot-preview[bot]
|
dc3772975c
|
Bump @babel/core from 7.7.4 to 7.7.5
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.4 to 7.7.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.7.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-09 05:27:39 +00:00 |
|
dependabot-preview[bot]
|
ca9ae6ef2a
|
Bump @babel/preset-env from 7.7.4 to 7.7.6
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.4 to 7.7.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.7.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-09 05:25:53 +00:00 |
|
dependabot-preview[bot]
|
0636127bff
|
Bump css-loader from 3.2.0 to 3.2.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.2.0...v3.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-09 05:25:13 +00:00 |
|
dependabot-preview[bot]
|
5d546ee2a8
|
Bump @babel/cli from 7.7.4 to 7.7.5
Bumps [@babel/cli](https://github.com/babel/babel) from 7.7.4 to 7.7.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.7.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-09 05:24:16 +00:00 |
|
Martin Donath
|
c18ca2e5a6
|
Migrate CI to GitHub Actions (#1367)
|
2019-12-06 15:52:21 +01:00 |
|
dependabot-preview[bot]
|
90f7a1057c
|
Bump stylelint from 11.1.1 to 12.0.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 11.1.1 to 12.0.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/11.1.1...12.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-02 05:47:26 +00:00 |
|
dependabot-preview[bot]
|
c540ed705d
|
Bump eslint from 6.7.1 to 6.7.2
Bumps [eslint](https://github.com/eslint/eslint) from 6.7.1 to 6.7.2.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.7.1...v6.7.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-02 05:44:03 +00:00 |
|
dependabot-preview[bot]
|
508c22eec4
|
Bump style-loader from 1.0.0 to 1.0.1
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.0.0...v1.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-02 05:31:03 +00:00 |
|
dependabot-preview[bot]
|
5b62678e0f
|
Bump file-loader from 4.3.0 to 5.0.2
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 4.3.0 to 5.0.2.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.3.0...v5.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-02 05:30:02 +00:00 |
|
dependabot-preview[bot]
|
d917363376
|
Bump autoprefixer from 9.7.2 to 9.7.3
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.2 to 9.7.3.
- [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/9.7.2...9.7.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-02 05:28:28 +00:00 |
|
dependabot-preview[bot]
|
c706667fb0
|
Bump @babel/cli from 7.7.0 to 7.7.4
Bumps [@babel/cli](https://github.com/babel/babel) from 7.7.0 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.0...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-25 06:46:29 +00:00 |
|
dependabot-preview[bot]
|
13977f3b59
|
Bump autoprefixer from 9.7.1 to 9.7.2
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.1 to 9.7.2.
- [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/9.7.1...9.7.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-25 06:44:59 +00:00 |
|
dependabot-preview[bot]
|
18d2813bc8
|
Bump eslint from 6.6.0 to 6.7.1
Bumps [eslint](https://github.com/eslint/eslint) from 6.6.0 to 6.7.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.6.0...v6.7.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-25 06:42:25 +00:00 |
|
dependabot-preview[bot]
|
1c05667dba
|
Bump @babel/core from 7.7.2 to 7.7.4
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.2 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.2...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-25 06:38:59 +00:00 |
|
dependabot-preview[bot]
|
ef2d894b99
|
Bump @babel/plugin-transform-react-jsx from 7.7.0 to 7.7.4
Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel) from 7.7.0 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.0...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-25 06:26:07 +00:00 |
|
dependabot-preview[bot]
|
88cb5251a1
|
Bump @babel/preset-env from 7.7.1 to 7.7.4
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.1 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.1...v7.7.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-25 06:01:12 +00:00 |
|
dependabot-preview[bot]
|
74a160248d
|
Bump stylelint-scss from 3.12.1 to 3.13.0
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.12.1 to 3.13.0.
- [Release notes](https://github.com/kristerkari/stylelint-scss/releases)
- [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.12.1...3.13.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-25 05:55:15 +00:00 |
|
dependabot-preview[bot]
|
7d84e200b2
|
Bump file-loader from 4.2.0 to 4.3.0
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.2.0...v4.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-25 05:50:35 +00:00 |
|
squidfunk
|
89214b1897
|
Moved header to observable
|
2019-11-20 15:13:42 +01:00 |
|
dependabot-preview[bot]
|
308887f4cb
|
Bump chalk from 2.4.2 to 3.0.0
Bumps [chalk](https://github.com/chalk/chalk) from 2.4.2 to 3.0.0.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v2.4.2...v3.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-11 06:44:45 +00:00 |
|
dependabot-preview[bot]
|
055fdee288
|
Bump @babel/core from 7.7.0 to 7.7.2
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.0 to 7.7.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.0...v7.7.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-06 23:50:14 +00:00 |
|
dependabot-preview[bot]
|
b9a332c4cd
|
Bump copy-webpack-plugin from 5.0.4 to 5.0.5
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.4...v5.0.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-06 17:55:19 +00:00 |
|
dependabot-preview[bot]
|
b837cb6616
|
Bump @babel/cli from 7.6.4 to 7.7.0
Bumps [@babel/cli](https://github.com/babel/babel) from 7.6.4 to 7.7.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.4...v7.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-05 18:53:01 +00:00 |
|
dependabot-preview[bot]
|
9700ee2d42
|
Bump @babel/plugin-transform-react-jsx from 7.3.0 to 7.7.0
Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel) from 7.3.0 to 7.7.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.3.0...v7.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-05 18:52:49 +00:00 |
|
dependabot-preview[bot]
|
67d1ca5507
|
Bump @babel/preset-env from 7.6.3 to 7.7.1
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.3 to 7.7.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.3...v7.7.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-05 18:32:15 +00:00 |
|
dependabot-preview[bot]
|
a725debada
|
Bump @babel/core from 7.6.4 to 7.7.0
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.4 to 7.7.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.6.4...v7.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-05 17:23:30 +00:00 |
|
dependabot-preview[bot]
|
18e03110a0
|
Bump stylelint-scss from 3.12.0 to 3.12.1
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/kristerkari/stylelint-scss/releases)
- [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.12.0...3.12.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-03 16:14:28 +00:00 |
|
dependabot-preview[bot]
|
c2309405d3
|
Bump autoprefixer from 9.7.0 to 9.7.1
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.0 to 9.7.1.
- [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/9.7.0...9.7.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-01 01:11:31 +00:00 |
|
dependabot-preview[bot]
|
f73906895e
|
Bump webpack-cli from 3.3.9 to 3.3.10
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.9 to 3.3.10.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.10/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.9...v3.3.10)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-31 12:11:23 +00:00 |
|
squidfunk
|
85a18c64fa
|
Restructued UI observables
|
2019-10-27 10:26:54 +01:00 |
|
dependabot-preview[bot]
|
2e38e5c2cc
|
Bump eslint from 6.5.1 to 6.6.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.5.1...v6.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-25 19:00:54 +00:00 |
|
dependabot-preview[bot]
|
60a26b7fe8
|
Bump customizr from 1.3.0 to 1.4.0
Bumps [customizr](https://github.com/Modernizr/customizr) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/Modernizr/customizr/releases)
- [Commits](https://github.com/Modernizr/customizr/compare/1.3.0...1.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-25 11:04:21 +00:00 |
|
dependabot-preview[bot]
|
fff971a50f
|
Bump autoprefixer from 9.6.5 to 9.7.0
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.6.5 to 9.7.0.
- [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/9.6.5...9.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-24 13:02:18 +00:00 |
|
dependabot-preview[bot]
|
7d2f2f673b
|
Bump node-sass from 4.12.0 to 4.13.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.12.0...v4.13.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-24 08:35:07 +00:00 |
|