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 #31

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.18.13 -> 7.19.3 age adoption passing confidence
@babel/preset-env (source) 7.18.10 -> 7.19.3 age adoption passing confidence
autoprefixer 10.4.8 -> 10.4.12 age adoption passing confidence
dotenv 16.0.1 -> 16.0.3 age adoption passing confidence
luxon 3.0.1 -> 3.0.4 age adoption passing confidence
postcss-import 14.1.0 -> 15.0.0 age adoption passing confidence
svg-sprite 1.5.4 -> 2.0.0 age adoption passing confidence
terser-webpack-plugin 5.3.5 -> 5.3.6 age adoption passing confidence

Release Notes

babel/babel ### [`v7.19.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7193-2022-09-27) [Compare Source](https://togithub.com/babel/babel/compare/v7.19.1...v7.19.3) ##### :bug: Bug Fix - `babel-plugin-proposal-decorators` - [#​8566](https://togithub.com/babel/babel/pull/8566) Correctly update bindings of decorated class declarations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​14974](https://togithub.com/babel/babel/pull/14974) fix: Normal parsing of `JSXText` following `JSXSpreadChild` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​14941](https://togithub.com/babel/babel/pull/14941) fix: Support local exports in TS `declare module`s ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​14940](https://togithub.com/babel/babel/pull/14940) fix: allow ts redeclaration with `import =` and `var` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​14962](https://togithub.com/babel/babel/pull/14962) Fix printing of Flow internal slot functions ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-cli` - [#​14950](https://togithub.com/babel/babel/pull/14950) Emit `@babel/cli` source maps based on configuration files ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-typescript` - [#​14946](https://togithub.com/babel/babel/pull/14946) fix: ts exported vars are shadowed by `declare` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-core` - [#​14954](https://togithub.com/babel/babel/pull/14954) Optional filename when preset uses fn test/include/exclude ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-compilation-targets`, `babel-helper-transform-fixture-test-runner`, `babel-parser`, `babel-preset-env`, `babel-traverse` - [#​14961](https://togithub.com/babel/babel/pull/14961) chore: use `c8` for coverage testing ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :microscope: Output optimization - `babel-plugin-transform-typescript` - [#​14952](https://togithub.com/babel/babel/pull/14952) \[ts] remove nested `declare namespace` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.19.1`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7191-2022-09-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.19.0...v7.19.1) ##### :bug: Bug Fix - `babel-core` - [#​14930](https://togithub.com/babel/babel/pull/14930) Avoid fancy stack traces size computation ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​14932](https://togithub.com/babel/babel/pull/14932) fix: isForAwaitStatement is broken ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​14872](https://togithub.com/babel/babel/pull/14872) Use the built-in class fields and private methods rules in ESLint 8 ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​14920](https://togithub.com/babel/babel/pull/14920) \[estree] attach comments after directives at the end of file ([@​hegemonic](https://togithub.com/hegemonic)) - [#​14900](https://togithub.com/babel/babel/pull/14900) \[ts] allow redeclaring a var/type with the same name as import ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-typescript` - [#​14913](https://togithub.com/babel/babel/pull/14913) fix: do not remove type import used in TS import= ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.19.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7190-2022-09-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.13...v7.19.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​14666](https://togithub.com/babel/babel/pull/14666) Support private name in decorator member expression ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​14877](https://togithub.com/babel/babel/pull/14877) Remove one promise tick in yield\* ([tc39/ecma262#​2819](https://togithub.com/tc39/ecma262/issues/2819)) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-generator`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​14836](https://togithub.com/babel/babel/pull/14836) Add 2022-03 decorators version (stage 3) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​14695](https://togithub.com/babel/babel/pull/14695) \[parser] Make `decoratorsBeforeExport` default to `false` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser` - [#​14744](https://togithub.com/babel/babel/pull/14744) Default to hash syntax for Record\&Tuple ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#​14867](https://togithub.com/babel/babel/pull/14867) feat: add proposal-record-and-tuple to standalone ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-regexp-features-plugin`, `babel-helpers`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-standalone` - [#​14805](https://togithub.com/babel/babel/pull/14805) Add support for the duplicate named capturing groups proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-helper-function-name`, `babel-helper-wrap-function`, `babel-plugin-transform-classes` - [#​14897](https://togithub.com/babel/babel/pull/14897) Fix: class transform should not drop method definition when key contains non-BMP characters ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​14890](https://togithub.com/babel/babel/pull/14890) fix: TS plugin shouldn't remove `#privateField!` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​14819](https://togithub.com/babel/babel/pull/14819) fix: parse a>>c as a<(b>>>c) ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-builder-react-jsx` - [#​14886](https://togithub.com/babel/babel/pull/14886) Fix helper-builder-react-jsx compat with Babel 7.9 ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#​11612](https://togithub.com/babel/babel/pull/11612) Make error message prefixes more descriptive ([@​eps1lon](https://togithub.com/eps1lon)) - [#​11554](https://togithub.com/babel/babel/pull/11554) Hide internal `@babel/core` functions in config errors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :memo: Documentation - [#​14895](https://togithub.com/babel/babel/pull/14895) docs: remove david-dm from README ([@​SukkaW](https://togithub.com/SukkaW)) ##### :house: Internal - `babel-standalone` - [#​14863](https://togithub.com/babel/babel/pull/14863) ship [@​babel/standalone](https://togithub.com/babel/standalone) source maps ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-parser`, `babel-traverse` - [#​14880](https://togithub.com/babel/babel/pull/14880) Update typescript to 4.8 ([@​JLHwung](https://togithub.com/JLHwung))
postcss/autoprefixer ### [`v10.4.12`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​10412) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.11...10.4.12) - Fixed support of unit-less zero angle in backgrounds (by 一丝). ### [`v10.4.11`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​10411) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.10...10.4.11) - Fixed `text-decoration` prefixes by moving to MDN data (by Romain Menke). ### [`v10.4.10`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​10410) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.9...10.4.10) - Fixed `unicode-bidi` prefixes by moving to MDN data. ### [`v10.4.9`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1049) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.8...10.4.9) - Fixed `css-unicode-bidi` issue from latest Can I Use.
motdotla/dotenv ### [`v16.0.3`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1603-httpsgithubcommotdotladotenvcomparev1602v1603-2022-09-29) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.0.2...v16.0.3) ##### Changed - Added library version to debug logs ([#​682](https://togithub.com/motdotla/dotenv/pull/682)) ### [`v16.0.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#​1602-httpsgithubcommotdotladotenvcomparev1601v1602-2022-08-30) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.0.1...v16.0.2) ##### Added - Export `env-options.js` and `cli-options.js` in package.json for use with downstream [dotenv-expand](https://togithub.com/motdotla/dotenv-expand) module
moment/luxon ### [`v3.0.4`](https://togithub.com/moment/luxon/blob/HEAD/CHANGELOG.md#​304-2022-09-24) [Compare Source](https://togithub.com/moment/luxon/compare/3.0.3...3.0.4) - Fix quarters in diffs ([#​1279](https://togithub.com/moment/luxon/issues/1279)) - Export package.json in package ([#​1239](https://togithub.com/moment/luxon/issues/1239)) ### [`v3.0.3`](https://togithub.com/moment/luxon/compare/3.0.2...3.0.3) [Compare Source](https://togithub.com/moment/luxon/compare/3.0.2...3.0.3) ### [`v3.0.2`](https://togithub.com/moment/luxon/blob/HEAD/CHANGELOG.md#​302-2022-08-28) [Compare Source](https://togithub.com/moment/luxon/compare/3.0.1...3.0.2) - Lots of doc changes - Added DateTime.expandFormat - Added support for custom conversion matrices in Durations
postcss/postcss-import ### [`v15.0.0`](https://togithub.com/postcss/postcss-import/blob/HEAD/CHANGELOG.md#​1500--2022-08-30) [Compare Source](https://togithub.com/postcss/postcss-import/compare/14.1.0...15.0.0) - **BREAKING:** Require Node.js v14+ ([#​497](https://togithub.com/postcss/postcss-import/pull/497)) - **BREAKING:** Require `nameLayer` option for handling anonymous layers ([#​496](https://togithub.com/postcss/postcss-import/pull/496)) - Fix handling of `@media` queries inside layered imports ([#​495](https://togithub.com/postcss/postcss-import/issues/495), [#​496](https://togithub.com/postcss/postcss-import/pull/496))
svg-sprite/svg-sprite ### [`v2.0.0`](https://togithub.com/svg-sprite/svg-sprite/releases/tag/v2.0.0) [Compare Source](https://togithub.com/svg-sprite/svg-sprite/compare/v1.5.4...v2.0.0) #### Breaking changes - Drop Node.js < 12 support - Update svgo to v2.x #### Changes - Add `namespaceIDPrefix` [option](https://togithub.com/svg-sprite/svg-sprite/blob/main/docs/configuration.md#sprite-svg-options) - Add `rel="noopener noreferrer"` to all links in generated HTML pages. - Add `compileAsync` [method](https://togithub.com/svg-sprite/svg-sprite/blob/main/docs/api.md#svgspritercompileasync-config-) - Add support for disabling root viewBox attribute in [stack mode](https://togithub.com/svg-sprite/svg-sprite/blob/main/docs/configuration.md#stack-mode) - Add ID references substitution in `href` attributes (earlier worked with `xlink:href` only) - Drop Node.js < 12 support - Remove the deprecated `transform` [option](https://togithub.com/svg-sprite/svg-sprite/commit/8c562111046caf5e0e4a9b112262783d1e9e9b32) - Add milliseconds in logger's output - Change SVG dimensions calculation from PhantomJS to resvg-js, drop PhantomJ direct dependency (replaced with resvg-js) - Fix a rare issue with valid SVG files marked as invalid - Fix a rare bug with checking if passed `config.log` option is an instance of `winston.Logger` - Fix missing shape names when adding input files with a relative path - Replace cssmin with csso - Reduce lodash and other direct dependencies; switch to native JS alternatives #### Dev updates - Update all devDepedencies - Switch to xo for linting - Replace mocha, should and c8 with jest - Replace PhantomJS and image-diff with playwright and pixelmatch for regression tests - A lot of docs tweaks - A lot of code refactoring - Switch to ES6+ syntax and methods - Switch to async methods whenever possible - Switch to ES6 classes whenever possible - Fix JSDoc documentation - Massively improve tests - Add regression tests for SVGs without dimensions - Add regression tests for all modes - Add tests and coverage reports to CI (Linux, Windows support) Full Changelog: https://github.com/svg-sprite/svg-sprite/compare/v1.5.4...v2.0.0?w=1
webpack-contrib/terser-webpack-plugin ### [`v5.3.6`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/HEAD/CHANGELOG.md#​536-httpsgithubcomwebpack-contribterser-webpack-plugincomparev535v536-2022-08-29) [Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.5...v5.3.6)

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.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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: 0cf0d77
Status: ✅  Deploy successful!
Preview URL: https://c4dacffe.keith-taylor.pages.dev
Branch Preview URL: https://renovate-all.keith-taylor.pages.dev

View logs