kct2020 / keith-taylor-11ta

Keith Taylor's authoring site: https://Shrewdies.net
https://Shrewdies.net
ISC License
0 stars 0 forks source link

Update all dependencies #22

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@11ty/eleventy-navigation (source) 0.3.2 -> 0.3.3 age adoption passing confidence
@11ty/eleventy-plugin-rss (source) 1.1.2 -> 1.2.0 age adoption passing confidence
@babel/core (source) 7.17.9 -> 7.18.5 age adoption passing confidence
@babel/preset-env (source) 7.16.11 -> 7.18.2 age adoption passing confidence
autoprefixer 10.4.5 -> 10.4.7 age adoption passing confidence
axios (source) 0.27.0 -> 0.27.2 age adoption passing confidence
cssnano 5.1.7 -> 5.1.12 age adoption passing confidence
dotenv 16.0.0 -> 16.0.1 age adoption passing confidence
luxon 2.3.2 -> 2.4.0 age adoption passing confidence
markdown-it 13.0.0 -> 13.0.1 age adoption passing confidence
tailwindcss (source) 3.0.24 -> 3.1.4 age adoption passing confidence
terser-webpack-plugin 5.3.1 -> 5.3.3 age adoption passing confidence
webpack 5.72.0 -> 5.73.0 age adoption passing confidence
webpack-cli 4.9.2 -> 4.10.0 age adoption passing confidence

Release Notes

11ty/eleventy-navigation ### [`v0.3.3`](https://togithub.com/11ty/eleventy-navigation/releases/tag/v0.3.3) [Compare Source](https://togithub.com/11ty/eleventy-navigation/compare/v0.3.2...v0.3.3) - Adds `allowMissing: true` option [#​39](https://togithub.com/11ty/eleventy-navigation/issues/39) [#​23](https://togithub.com/11ty/eleventy-navigation/issues/23) Thank you [@​noelleleigh](https://togithub.com/noelleleigh)! - Docs at https://www.11ty.dev/docs/plugins/navigation/#example-breadcrumbs “Allow missing pages (nodes) in breadcrumbs” **Milestone**: https://github.com/11ty/eleventy-navigation/milestone/5?closed=1 **Full Changelog**: https://github.com/11ty/eleventy-navigation/compare/v0.3.2...v0.3.3 #### New Contributors - [@​noelleleigh](https://togithub.com/noelleleigh) made their first contribution in [https://github.com/11ty/eleventy-navigation/pull/39](https://togithub.com/11ty/eleventy-navigation/pull/39)
11ty/eleventy-plugin-rss ### [`v1.2.0`](https://togithub.com/11ty/eleventy-plugin-rss/compare/v1.1.2...v1.2.0) [Compare Source](https://togithub.com/11ty/eleventy-plugin-rss/compare/v1.1.2...v1.2.0)
babel/babel ### [`v7.18.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7185-2022-06-13) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.2...v7.18.5) ##### :bug: Bug Fix - `babel-plugin-transform-new-target` - [#​14611](https://togithub.com/babel/babel/pull/14611) fix: `new.target` with shadowed class name ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-modules-systemjs` - [#​14655](https://togithub.com/babel/babel/pull/14655) Fix named destructuring exports ([@​underfin](https://togithub.com/underfin)) ##### :memo: Documentation - [#​14332](https://togithub.com/babel/babel/pull/14332) docs: eslint-parser requireConfigFile behaviour ([@​JLHwung](https://togithub.com/JLHwung)) - [#​14619](https://togithub.com/babel/babel/pull/14619) Move v7 prereleases changelog to a separate file ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-traverse` - [#​14649](https://togithub.com/babel/babel/pull/14649) Rely on the call stack to clean up cache in `_guessExecutionStatusRelativeTo` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​14641](https://togithub.com/babel/babel/pull/14641) Change limit of source map 3MB ([@​vasicvuk](https://togithub.com/vasicvuk)) - Other - [#​14627](https://togithub.com/babel/babel/pull/14627) Speedup e2e test on github ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​14248](https://togithub.com/babel/babel/pull/14248) chore: automate compat-data update ([@​tony-go](https://togithub.com/tony-go)) - `babel-parser` - [#​14592](https://togithub.com/babel/babel/pull/14592) feat: Automatically generate test results that do not exist ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :running_woman: Performance - `babel-traverse` - [#​14617](https://togithub.com/babel/babel/pull/14617) Fix `_guessExecutionStatusRelativeToDifferentFunctions` perf ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.18.2`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7182-2022-05-25) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.0...v7.18.2) ##### :bug: Bug Fix - `babel-plugin-transform-template-literals` - [#​14582](https://togithub.com/babel/babel/pull/14582) fix: skip template literal transform for TSLiteralType ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers` - [#​14537](https://togithub.com/babel/babel/pull/14537) Support frozen built-ins in `@babel/runtime` ([@​Jack-Works](https://togithub.com/Jack-Works)) - `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​14581](https://togithub.com/babel/babel/pull/14581) Define the global `regeneratorRuntime` in `@babel/runtime/regenerator` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-environment-visitor`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-traverse`, `babel-types` - [#​14371](https://togithub.com/babel/babel/pull/14371) environmentVisitor should skip decorator expressions ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - `babel-types` - [#​14571](https://togithub.com/babel/babel/pull/14571) add Accessor alias description ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - [#​14541](https://togithub.com/babel/babel/pull/14541) Fix synchronization between main thread and worker ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.18.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7180-2022-05-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.12...v7.18.0) ##### :rocket: New Feature - `babel-preset-env` - [#​14556](https://togithub.com/babel/babel/pull/14556) feat: add import-assertions to shippedProposals ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helper-define-map`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-syntax-destructuring-private`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-typescript`, `babel-standalone`, `babel-traverse`, `babel-types` - [#​14304](https://togithub.com/babel/babel/pull/14304) Transform destructuring private ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-types` - [#​14359](https://togithub.com/babel/babel/pull/14359) \[ts 4.7] Support optional variance annotations ([@​magic-akari](https://togithub.com/magic-akari)) - `babel-generator`, `babel-parser` - [#​14476](https://togithub.com/babel/babel/pull/14476) \[ts 4.7] Support `extends` constraints for `infer` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-traverse`, `babel-types` - [#​14457](https://togithub.com/babel/babel/pull/14457) \[ts] Add support for instantiation expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd` - [#​14456](https://togithub.com/babel/babel/pull/14456) Pass filename to `importInterop` method ([@​NickHeiner](https://togithub.com/NickHeiner)) ##### :bug: Bug Fix - `babel-types` - [#​14551](https://togithub.com/babel/babel/pull/14551) Do not create multiple copies of comments when cloning nodes ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​14557](https://togithub.com/babel/babel/pull/14557) Fix parsing of `<` after object literals with the `jsx` plugin ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-react-pure-annotations` - [#​14528](https://togithub.com/babel/babel/pull/14528) fix: do not mark computed `React[...]` methods as pure ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#​14538](https://togithub.com/babel/babel/pull/14538) Inline `regeneratorRuntime` as a normal helper ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-modules-systemjs` - [#​14530](https://togithub.com/babel/babel/pull/14530) improve helper-create-class-features typings ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.17.12`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v71712-2022-05-16) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.10...v7.17.12) ##### :bug: Bug Fix - `babel-plugin-transform-react-constant-elements` - [#​14536](https://togithub.com/babel/babel/pull/14536) Never hoist JSX elts referencing vars from the current scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#​14524](https://togithub.com/babel/babel/pull/14524) fix: perserve parentheses of lhs id with rhs unamed fn ([@​JLHwung](https://togithub.com/JLHwung)) - [#​14532](https://togithub.com/babel/babel/pull/14532) Print necessary parentheses for functions in postfix expressions ([@​xiawenqi](https://togithub.com/xiawenqi)) - `babel-plugin-transform-destructuring` - [#​14494](https://togithub.com/babel/babel/pull/14494) Update scope info after destructuring transform ([@​peey](https://togithub.com/peey)) - `babel-parser` - [#​14522](https://togithub.com/babel/babel/pull/14522) fix: allow liberal named type-as imports ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-destructuring`, `babel-types` - [#​14500](https://togithub.com/babel/babel/pull/14500) Fix parsing ts type casts and nested patterns in destructuring ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-plugin-proposal-decorators`, `babel-types` - [#​14519](https://togithub.com/babel/babel/pull/14519) [@​babel/types](https://togithub.com/babel/types) builder improvements ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​14490](https://togithub.com/babel/babel/pull/14490) Update to Jest 28 ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-generator`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-module-transforms`, `babel-helper-plugin-utils`, `babel-parser`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-decorators`, `babel-plugin-syntax-destructuring-private`, `babel-plugin-syntax-flow`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-syntax-record-and-tuple`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-new-target`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-spread`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-traverse`, `babel-types` - [#​14499](https://togithub.com/babel/babel/pull/14499) Provide plugin/preset typings from plugin-utils ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.17.10`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v71710-2022-04-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.9...v7.17.10) ##### :bug: Bug Fix - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` - [#​14479](https://togithub.com/babel/babel/pull/14479) \[cli] Avoid `SourceMapGenerator` for simple map concatenation ([@​jridgewell](https://togithub.com/jridgewell)) ##### :nail_care: Polish - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner` - [#​14506](https://togithub.com/babel/babel/pull/14506) Do not add sourcemap markings for indentation ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-plugin-proposal-pipeline-operator`, `babel-traverse` - [#​14424](https://togithub.com/babel/babel/pull/14424) Update detection of pure nodes (`Scope#isPure`) ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core` - [#​14493](https://togithub.com/babel/babel/pull/14493) Remove git.io shortlinks from repo ([@​Andoryuuta](https://togithub.com/Andoryuuta)) - Other - [#​14462](https://togithub.com/babel/babel/pull/14462) fix: build standalone on windows ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :running_woman: Performance - `babel-cli`, `babel-core`, `babel-generator` - [#​14497](https://togithub.com/babel/babel/pull/14497) Switch to `@jridgewell/gen-mapping` for sourcemap generation ([@​jridgewell](https://togithub.com/jridgewell))
postcss/autoprefixer ### [`v10.4.7`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1047) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.6...10.4.7) - Fixed `print-color-adjust` support in Firefox. ### [`v10.4.6`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1046) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.5...10.4.6) - Fixed `print-color-adjust` support.
axios/axios ### [`v0.27.2`](https://togithub.com/axios/axios/releases/tag/v0.27.2) [Compare Source](https://togithub.com/axios/axios/compare/v0.27.1...v0.27.2) ##### 0.27.2 (April 27, 2022) Fixes and Functionality: - Fixed FormData posting in browser environment by reverting [#​3785](https://togithub.com/axios/axios/issues/3785) ([#​4640](https://togithub.com/axios/axios/pull/4640)) - Enhanced protocol parsing implementation ([#​4639](https://togithub.com/axios/axios/pull/4639)) - Fixed bundle size ### [`v0.27.1`](https://togithub.com/axios/axios/releases/tag/v0.27.1) [Compare Source](https://togithub.com/axios/axios/compare/v0.27.0...v0.27.1) ##### 0.27.1 (April 26, 2022) Fixes and Functionality: - Removed import of url module in browser build due to huge size overhead and builds being broken ([#​4594](https://togithub.com/axios/axios/pull/4594)) - Bumped follow-redirects to ^1.14.9 ([#​4615](https://togithub.com/axios/axios/pull/4615))
cssnano/cssnano ### [`v5.1.12`](https://togithub.com/cssnano/cssnano/releases/tag/cssnano%405.1.12) [Compare Source](https://togithub.com/cssnano/cssnano/compare/cssnano@5.1.11...cssnano@5.1.12) #### Bug Fixes - fix: preserve hyphenated property case (https://github.com/cssnano/cssnano/commit/120a88899376a29c8756234fdc648c519921f515) - fix: ensure sorting properties does not break the output (https://github.com/cssnano/cssnano/commit/0a3a1331e29f3d1009d2a938181ffa4b34ab5b32) - fix: recognize 'constant' as a function (https://github.com/cssnano/cssnano/commit/858a8b77c951f3698b14e834f38128b176438edc) ### [`v5.1.11`](https://togithub.com/cssnano/cssnano/releases/tag/cssnano%405.1.11) [Compare Source](https://togithub.com/cssnano/cssnano/compare/cssnano@5.1.10...cssnano@5.1.11) #### Bug Fixes - postcss-ordered-values: preserve constant values ([32ab4d9b7d20d](https://togithub.com/cssnano/cssnano/commit/32ab4d9b7d20d9dbebed3b7f348b20bf732c52a4)) ### [`v5.1.10`](https://togithub.com/cssnano/cssnano/releases/tag/cssnano%405.1.10) [Compare Source](https://togithub.com/cssnano/cssnano/compare/cssnano@5.1.9...cssnano@5.1.10) #### Bug Fixes - postcss-minify-selectors: preserve similar nested selectors ([f6c29fb3e75ac26a2635d](https://togithub.com/cssnano/cssnano/commit/f6c29fb3e75ac26a2635d52b24bc5edfa2447f8e)) ### [`v5.1.9`](https://togithub.com/cssnano/cssnano/releases/tag/cssnano%405.1.9) [Compare Source](https://togithub.com/cssnano/cssnano/compare/cssnano@5.1.8...cssnano@5.1.9) #### Bug Fixes - postcss-merge-longhand: preserve more color function fallbacks ([712993cb4a4e0](https://togithub.com/cssnano/cssnano/commit/712993cb4a4e0af6bcf83dd4529b6e825193c367)) ### [`v5.1.8`](https://togithub.com/cssnano/cssnano/releases/tag/cssnano%405.1.8) [Compare Source](https://togithub.com/cssnano/cssnano/compare/cssnano@5.1.7...cssnano@5.1.8) #### Bug Fixes - postcss-convert-values: preserve percentage sign on IE 11 ([57f060ad21734](https://togithub.com/cssnano/cssnano/commit/57f060ad21734460549bc5986309528f34d3d36e))
motdotla/dotenv ### [`v16.0.1`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1601-httpsgithubcommotdotladotenvcomparev1600v1601-2022-05-10) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.0.0...v16.0.1) ##### Changed - Minor README clarifications - Development ONLY: updated devDependencies as recommended for development only security risks ([#​658](https://togithub.com/motdotla/dotenv/pull/658))
moment/luxon ### [`v2.4.0`](https://togithub.com/moment/luxon/blob/HEAD/CHANGELOG.md#​240-2022-05-08) [Compare Source](https://togithub.com/moment/luxon/compare/2.3.2...2.4.0) - Add support for parsing the ISO zone extension, like `2022-05-08T20:42:00.000+04:00[America/New_York"]` - Add an `extendedZone` option to `toISO()` and `toISOTime` - Improvements to `DateTime.isInDST()` - Fix for parsing in Vietnames (and probably other languages)
markdown-it/markdown-it ### [`v13.0.1`](https://togithub.com/markdown-it/markdown-it/blob/HEAD/CHANGELOG.md#​1301---2022-05-03) [Compare Source](https://togithub.com/markdown-it/markdown-it/compare/13.0.0...13.0.1) ##### Fixed - Bumped `linkify-it` to 4.0.1. That should fix some hangs, caused by wrong data, returned from `linkify-it`.
tailwindlabs/tailwindcss ### [`v3.1.4`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​314---2022-06-21) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.1.3...v3.1.4) ##### Fixed - Provide default to `` when using `theme()` ([#​8652](https://togithub.com/tailwindlabs/tailwindcss/pull/8652)) - Detect arbitrary variants with quotes ([#​8687](https://togithub.com/tailwindlabs/tailwindcss/pull/8687)) - Don’t add spaces around raw `/` that are preceded by numbers ([#​8688](https://togithub.com/tailwindlabs/tailwindcss/pull/8688)) ### [`v3.1.3`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​313---2022-06-14) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.1.2...v3.1.3) ##### Fixed - Fix extraction of multi-word utilities with arbitrary values and quotes ([#​8604](https://togithub.com/tailwindlabs/tailwindcss/pull/8604)) - Fix casing of import of `corePluginList` type definition ([#​8587](https://togithub.com/tailwindlabs/tailwindcss/pull/8587)) - Ignore PostCSS nodes returned by `addVariant` ([#​8608](https://togithub.com/tailwindlabs/tailwindcss/pull/8608)) - Fix missing spaces around arithmetic operators ([#​8615](https://togithub.com/tailwindlabs/tailwindcss/pull/8615)) - Detect alpha value in CSS `theme()` function when using quotes ([#​8625](https://togithub.com/tailwindlabs/tailwindcss/pull/8625)) - Fix "Maximum call stack size exceeded" bug ([#​8636](https://togithub.com/tailwindlabs/tailwindcss/pull/8636)) - Allow functions returning parallel variants to mutate the container ([#​8622](https://togithub.com/tailwindlabs/tailwindcss/pull/8622)) - Remove text opacity CSS variables from `::marker` ([#​8622](https://togithub.com/tailwindlabs/tailwindcss/pull/8622)) ### [`v3.1.2`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​312---2022-06-10) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.1.1...v3.1.2) ##### Fixed - Ensure `\` is a valid arbitrary variant token ([#​8576](https://togithub.com/tailwindlabs/tailwindcss/pull/8576)) - Enable `postcss-import` in the CLI by default in watch mode ([#​8574](https://togithub.com/tailwindlabs/tailwindcss/pull/8574), [#​8580](https://togithub.com/tailwindlabs/tailwindcss/pull/8580)) ### [`v3.1.1`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​311---2022-06-09) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.1.0...v3.1.1) ##### Fixed - Fix candidate extractor regression ([#​8558](https://togithub.com/tailwindlabs/tailwindcss/pull/8558)) - Split `::backdrop` into separate defaults group ([#​8567](https://togithub.com/tailwindlabs/tailwindcss/pull/8567)) - Fix postcss plugin type ([#​8564](https://togithub.com/tailwindlabs/tailwindcss/pull/8564)) - Fix class detection in markdown code fences and slim templates ([#​8569](https://togithub.com/tailwindlabs/tailwindcss/pull/8569)) ### [`v3.1.0`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​310---2022-06-08) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.24...v3.1.0) ##### Fixed - Types: allow for arbitrary theme values (for 3rd party plugins) ([#​7926](https://togithub.com/tailwindlabs/tailwindcss/pull/7926)) - Don’t split vars with numbers in them inside arbitrary values ([#​8091](https://togithub.com/tailwindlabs/tailwindcss/pull/8091)) - Require matching prefix when detecting negatives ([#​8121](https://togithub.com/tailwindlabs/tailwindcss/pull/8121)) - Handle duplicate At Rules without children ([#​8122](https://togithub.com/tailwindlabs/tailwindcss/pull/8122)) - Allow arbitrary values with commas in `@apply` ([#​8125](https://togithub.com/tailwindlabs/tailwindcss/pull/8125)) - Fix intellisense for plugins with multiple `@apply` rules ([#​8213](https://togithub.com/tailwindlabs/tailwindcss/pull/8213)) - Improve type detection for arbitrary color values ([#​8201](https://togithub.com/tailwindlabs/tailwindcss/pull/8201)) - Support PostCSS config options in config file in CLI ([#​8226](https://togithub.com/tailwindlabs/tailwindcss/pull/8226)) - Remove default `[hidden]` style in preflight ([#​8248](https://togithub.com/tailwindlabs/tailwindcss/pull/8248)) - Only check selectors containing base apply candidates for circular dependencies ([#​8222](https://togithub.com/tailwindlabs/tailwindcss/pull/8222)) - Rewrite default class extractor ([#​8204](https://togithub.com/tailwindlabs/tailwindcss/pull/8204)) - Move `important` selector to the front when `@apply`-ing selector-modifying variants in custom utilities ([#​8313](https://togithub.com/tailwindlabs/tailwindcss/pull/8313)) - Error when registering an invalid custom variant ([#​8345](https://togithub.com/tailwindlabs/tailwindcss/pull/8345)) - Create tailwind.config.cjs file in ESM package when running init ([#​8363](https://togithub.com/tailwindlabs/tailwindcss/pull/8363)) - Fix `matchVariants` that use at-rules and placeholders ([#​8392](https://togithub.com/tailwindlabs/tailwindcss/pull/8392)) - Improve types of the `tailwindcss/plugin` ([#​8400](https://togithub.com/tailwindlabs/tailwindcss/pull/8400)) - Allow returning parallel variants from `addVariant` or `matchVariant` callback functions ([#​8455](https://togithub.com/tailwindlabs/tailwindcss/pull/8455)) - Try using local `postcss` installation first in the CLI ([#​8270](https://togithub.com/tailwindlabs/tailwindcss/pull/8270)) - Allow default ring color to be a function ([#​7587](https://togithub.com/tailwindlabs/tailwindcss/pull/7587)) - Don't inherit `to` value from parent gradients ([#​8489](https://togithub.com/tailwindlabs/tailwindcss/pull/8489)) - Remove process dependency from log functions ([#​8530](https://togithub.com/tailwindlabs/tailwindcss/pull/8530)) - Ensure we can use `@import 'tailwindcss/...'` without node_modules ([#​8537](https://togithub.com/tailwindlabs/tailwindcss/pull/8537)) ##### Changed - Only apply hover styles when supported (future) ([#​8394](https://togithub.com/tailwindlabs/tailwindcss/pull/8394)) - Respect default ring color opacity (future) ([#​8448](https://togithub.com/tailwindlabs/tailwindcss/pull/8448), [3f4005e](https://togithub.com/tailwindlabs/tailwindcss/commit/3f4005e833445f7549219eb5ae89728cbb3a2630)) ##### Added - Support PostCSS `Document` nodes ([#​7291](https://togithub.com/tailwindlabs/tailwindcss/pull/7291)) - Add `text-start` and `text-end` utilities ([#​6656](https://togithub.com/tailwindlabs/tailwindcss/pull/6656)) - Support customizing class name when using `darkMode: 'class'` ([#​5800](https://togithub.com/tailwindlabs/tailwindcss/pull/5800)) - Add `--poll` option to the CLI ([#​7725](https://togithub.com/tailwindlabs/tailwindcss/pull/7725)) - Add new `border-spacing` utilities ([#​7102](https://togithub.com/tailwindlabs/tailwindcss/pull/7102)) - Add `enabled` variant ([#​7905](https://togithub.com/tailwindlabs/tailwindcss/pull/7905)) - Add TypeScript types for the `tailwind.config.js` file ([#​7891](https://togithub.com/tailwindlabs/tailwindcss/pull/7891)) - Add `backdrop` variant ([#​7924](https://togithub.com/tailwindlabs/tailwindcss/pull/7924), [#​8526](https://togithub.com/tailwindlabs/tailwindcss/pull/8526)) - Add `grid-flow-dense` utility ([#​8193](https://togithub.com/tailwindlabs/tailwindcss/pull/8193)) - Add `mix-blend-plus-lighter` utility ([#​8288](https://togithub.com/tailwindlabs/tailwindcss/pull/8288)) - Add arbitrary variants ([#​8299](https://togithub.com/tailwindlabs/tailwindcss/pull/8299)) - Add experimental `matchVariant` API ([#​8310](https://togithub.com/tailwindlabs/tailwindcss/pull/8310), [34fd0fb8](https://togithub.com/tailwindlabs/tailwindcss/commit/34fd0fb82aa574cddc5c7aa3ad7d1af5e3735e5d)) - Add `prefers-contrast` media query variants ([#​8410](https://togithub.com/tailwindlabs/tailwindcss/pull/8410)) - Add opacity support when referencing colors with `theme` function ([#​8416](https://togithub.com/tailwindlabs/tailwindcss/pull/8416)) - Add `postcss-import` support to the CLI ([#​8437](https://togithub.com/tailwindlabs/tailwindcss/pull/8437)) - Add `optional` variant ([#​8486](https://togithub.com/tailwindlabs/tailwindcss/pull/8486)) - Add `` placeholder support for custom colors ([#​8501](https://togithub.com/tailwindlabs/tailwindcss/pull/8501))
webpack-contrib/terser-webpack-plugin ### [`v5.3.3`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/HEAD/CHANGELOG.md#​533-httpsgithubcomwebpack-contribterser-webpack-plugincomparev532v533-2022-06-02) [Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3) ### [`v5.3.2`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/HEAD/CHANGELOG.md#​532-httpsgithubcomwebpack-contribterser-webpack-plugincomparev531v532-2022-06-02) [Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2)
webpack/webpack ### [`v5.73.0`](https://togithub.com/webpack/webpack/releases/tag/v5.73.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.72.1...v5.73.0) ### Features - add options for default `dynamicImportMode` and prefetch and preload - add support for `import { createRequire } from "module"` in source code ### Bugfixes - fix code generation of e. g. `return"field"in Module` - fix performance of large JSON modules - fix performance of async modules evaluation ### Developer Experience - export `PathData` in typings - improve error messages with more details ### [`v5.72.1`](https://togithub.com/webpack/webpack/releases/tag/v5.72.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.72.0...v5.72.1) ### Bugfixes - fix `__webpack_nonce__` with HMR - fix `in` operator in some cases - fix json parsing error messages - fix module concatenation with using `this.importModule` - upgrade enhanced-resolve
webpack/webpack-cli ### [`v4.10.0`](https://togithub.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#​4100-httpsgithubcomwebpackwebpack-clicomparewebpack-cli492webpack-cli4100-2022-06-13) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0) ##### Bug Fixes - changeTime is already in milliseconds ([#​3198](https://togithub.com/webpack/webpack-cli/issues/3198)) ([d390d32](https://togithub.com/webpack/webpack-cli/commit/d390d32fe0f2491c5cc3a8dfae3ccc3962a5911b)) - improve parsing of `--env` flag ([#​3286](https://togithub.com/webpack/webpack-cli/issues/3286)) ([402c0fe](https://togithub.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff)) ##### Features - added types ([8ec1375](https://togithub.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302)) #### [4.9.2](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2) (2022-01-24) ##### Bug Fixes - respect `negatedDescription` for flags from schema ([#​3102](https://togithub.com/webpack/webpack-cli/issues/3102)) ([463b731](https://togithub.com/webpack/webpack-cli/commit/463b73115bf9a4871d775ec6501be50b08eef317)) #### [4.9.1](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@4.9.0...webpack-cli@4.9.1) (2021-10-18) ##### Bug Fixes - compatibility with dynamic `import` ([#​3006](https://togithub.com/webpack/webpack-cli/issues/3006)) ([6a9aac9](https://togithub.com/webpack/webpack-cli/commit/6a9aac99665f0d2f2f0c58c757c6befbc7734c8f))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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



This PR has been generated by Mend Renovate. View repository job log here.

cloudflare-pages[bot] commented 2 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7e92489
Status: ✅  Deploy successful!
Preview URL: https://8338627a.keith-taylor.pages.dev
Branch Preview URL: https://renovate-all.keith-taylor.pages.dev

View logs