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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@11ty/eleventy (source) 1.0.0 -> 1.0.1 age adoption passing confidence
@babel/core (source) 7.17.8 -> 7.17.9 age adoption passing confidence
alpinejs 3.9.5 -> 3.10.2 age adoption passing confidence
autoprefixer 10.4.4 -> 10.4.5 age adoption passing confidence
axios (source) 0.26.1 -> 0.27.0 age adoption passing confidence
babel-loader 8.2.4 -> 8.2.5 age adoption passing confidence
luxon 2.3.1 -> 2.3.2 age adoption passing confidence
markdown-it 12.3.2 -> 13.0.0 age adoption passing confidence
markdown-it-emoji 2.0.0 -> 2.0.2 age adoption passing confidence
tailwindcss (source) 3.0.23 -> 3.0.24 age adoption passing confidence
webpack 5.71.0 -> 5.72.0 age adoption passing confidence

Release Notes

11ty/eleventy ### [`v1.0.1`](https://togithub.com/11ty/eleventy/releases/v1.0.1) [Compare Source](https://togithub.com/11ty/eleventy/compare/v1.0.0...v1.0.1) #### Eleventy v1.0.1 🎈🐀⚡️🕚 - [Full docs for v1.0.1 on our web site](https://v1-0-1.11ty.dev/docs/) This project would not be possible without our lovely community. Thank you to everyone that built something with Eleventy ([×524 authors on our web site!](https://v1-0-1.11ty.dev/authors/)), wrote a blog post about Eleventy, [contributed code to core](https://togithub.com/11ty/eleventy/graphs/contributors) or plugins, [documentation](https://togithub.com/11ty/11ty-website/graphs/contributors), asked questions, answered questions, braved [The Leaderboards](https://www.11ty.dev/speedlify/), participated on Discord, filed issues, attended (or organized!) a meetup, said a kind word on Twitter ❤️. - 🏆 A super special thanks to [Peter DeHaan](https://togithub.com/pdehaan) for their tireless contributions on the Eleventy Issue tracker. - All of our [supporters on Open Collective](https://opencollective.com/11ty) ❤️ - Gold Sponsors: [**Sanity.io**](https://www.sanity.io), [**Nordhealth**](https://nordhealth.com) and Silver Sponsors: [**Set Creative Studio**](https://set.studio), [**Unabridged Software**](https://www.unabridgedsoftware.com/), [**PQINA**](https://pqina.nl/), [**The Coders Guild**](https://thecodersguild.org.uk/), [**Bejamas**](https://bejamas.io), [**Nathan Smith**](https://sonspring.com), [**Flatirons Development**](https://flatironsdevelopment.com), [**Monarch Air Group**](https://monarchairgroup.com) - A full list of Backers can be found below! - [Contribute on Open Collective](https://opencollective.com/11ty) - [How else can you contribute to Eleventy?](https://v1-0-1.11ty.dev/docs/how-to-support/) ##### Install or Upgrade - Install to your local project: `npm install @​11ty/eleventy` - Already installed in your local project? Upgrade your version: `npm update @​11ty/eleventy` - *Read more about [local project versus global installation](https://v1-0-1.11ty.dev/docs/global-installation/)* ##### Features - Performance improvement to `lodash/isPlainObject` resulted in 28% build time improvement to web.dev (and likely made your project speedier too!) [#​2214](https://togithub.com/11ty/eleventy/issues/2214) [#​2219](https://togithub.com/11ty/eleventy/issues/2219) - [Read more on Twitter](https://twitter.com/eleven_ty/status/1494357363926749185) - Adds new `date: git Last Modified` feature to fix issues with Content Dates in production environments [#​142](https://togithub.com/11ty/eleventy/issues/142) - [Content Dates docs](https://v1-0-1.11ty.dev/docs/dates/) - New default global data: `eleventy.version` (holds the current version e.g. `1.0.1`) and `eleventy.generator` (for use in ``) [#​1217](https://togithub.com/11ty/eleventy/issues/1217) [#​2293](https://togithub.com/11ty/eleventy/issues/2293) - [Eleventy-Supplied Data docs](https://v1-0-1.11ty.dev/docs/data-eleventy-supplied/#eleventy-variable) - Extra argument to the pagination `before` callback with current template’s data. [#​1209](https://togithub.com/11ty/eleventy/issues/1209) - [Pagination docs: The `before` callback](https://v1-0-1.11ty.dev/docs/pagination/#the-before-callback) - Improved error messaging with Transforms and Plugins [#​646](https://togithub.com/11ty/eleventy/issues/646) - jsdoc Comments for ConsoleLogger class [#​1914](https://togithub.com/11ty/eleventy/issues/1914) ##### Milestone All bug fix issues can be perused at the GitHub milestone: https://github.com/11ty/eleventy/milestone/37?closed=1 Some highlights: - [#​2221](https://togithub.com/11ty/eleventy/issues/2221) Changes default serverless generated file content to fix bug with encoded path variables in Eleventy Serverless. - [#​2267](https://togithub.com/11ty/eleventy/issues/2267) Regression with `addExtension` API and `return;` in the `compile` function to skip/ignore a template. - [#​2217](https://togithub.com/11ty/eleventy/issues/2217) Fix for `this.defaultRenderer is not a function` error when using an `async function` with `addExtension`’s `compile` - [#​1313](https://togithub.com/11ty/eleventy/issues/1313) When your config file throws an error, Eleventy would sometimes still process data files when using `--version` and `--help`. - [#​2298](https://togithub.com/11ty/eleventy/issues/2298) Bug with front matter in layouts - [#​2278](https://togithub.com/11ty/eleventy/issues/2278) Obscure bug with passthrough copy and --incremental mistakenly creating a file instead an output folder - [#​2145](https://togithub.com/11ty/eleventy/issues/2145) Fix to allow setting a layout via `addGlobalData` configuration API - [#​2179](https://togithub.com/11ty/eleventy/issues/2179) Fix `addGlobalData` configuration API to execute once per build ##### Major Version Dependency Upgrades There are no major version dependency updates [between 1.0.1 and 1.0.0](https://togithub.com/11ty/eleventy/compare/v1.0.0...v1.0.1). #### THANK YOU NOTES **First-time GitHub contributions** from [@​vseventer](https://togithub.com/vseventer) **Gold Sponsors**: [**Sanity.io**](https://www.sanity.io), [**Nordhealth**](https://nordhealth.com) **Silver Sponsors**: [**Set Creative Studio**](https://set.studio), [**Unabridged Software**](https://www.unabridgedsoftware.com/), [**PQINA**](https://pqina.nl/), [**The Coders Guild**](https://thecodersguild.org.uk/), [**Bejamas**](https://bejamas.io), [**Nathan Smith**](https://sonspring.com), [**Flatirons Development**](https://flatironsdevelopment.com), [**Monarch Air Group**](https://monarchairgroup.com) **OpenCollective Monthly Backers**: [Viljami Salminen](https://viljamis.com), Tyler Gaw, [Peter deHaan](https://about.me/peterdehaan), Melanie Sumner, Alejandro Rodríguez, [Mat Marquis](https://hire.wil.to), [Philip Borenstein](https://pborenstein.com), [Jérôme Coupé](https://www.webstoemp.com), [Max Böck](https://mxb.dev), [Bryce Wray](https://www.brycewray.com), [Kristof Michiels](https://krs.tf), [Yuhei Yasuda](https://yuheiy.com/), [Nicolas Hoizey](https://nicolas-hoizey.com), [Mike Aparicio](https://mikeaparicio.com), [Ben Myers](https://benmyers.dev), Katie Sylor-Miller, Todd Libby, [Mark Buskbjerg](https://markbuskbjerg.dk), [mortendk](https://morten.dk), Aaron Hans, [Lauris Consulting](https://lauris-webdev.com), John Meyerhofer, [Luke Bonaccorsi](https://lukeb.co.uk), [Dimitrios Grammatikogiannis](https://dgrammatiko.online), [Keenan Payne](https://keenanpayne.com), Devin Clark, [Eric Bailey](https://ericwbailey.design/), [Dave Rupert](https://daverupert.com), Manuel Matuzovic, Phil Hawksworth, [Wellness Researched](https://wellnessresearched.com), Tianyu Ge, Kyosuke Nakamura, [Hans Gerwitz](https://hans.gerwitz.com/), [Makoto Kawasaki](https://makotokw.com), shawn j sandy, [Horacio Gonzalez](https://twitter.com/LostInBrittany), Matthew Tole, [Ivan Buncic](https://ivanbuncic.com), [Ned Zimmerman](https://bight.dev), [Jenn Schiffer](https://jennmoney.biz), Mark Boulton, [Søren Birkemeyer](https://annualbeta.com), Richard Hemmer, [Nick Nisi](https://nicknisi.com), Andrew Harvard, Takuya Fukuju, [John SJ Anderson](https://genehack.org), Ryan Swaney, [Alistair Shepherd](https://alistairshepherd.uk), [Ivo Herrmann](https://ivoherrmann.com/), [Flaki](https://flak.is), [Rob Sterlini](https://robsterlini.co.uk), Kyle Mitofsky, John Hall, [Scott McCracken](https://scottmccracken.net), [James Steinbach](https://jamessteinbach.com), [Miriam Suzanne](https://oddbird.net/), [Bentley Davis](https://BentleyDavis.com), [Evan Harrison](https://www.evan-harrison.com), [Higby](https://www.higby.io), [vince falconi](https://tattooed.dev), [Martin Schneider](https://martinschneider.me), [Stephanie Eckles](https://thinkdobecreate.com), [Frontend Weekly Tokyo](https://frontendweekly.tokyo/), [Angelique Weger](https://angeliqueweger.com), Ross Kinney, [Tim Giles](https://www.tgiles.dev/), [Matt DeCamp](https://decamp.dev), [Chris Burnell](https://chrisburnell.com), [Ximenav Vf.](https://ximenavf.com/), [Juan Miguel](https://www.apirocket.io), Kasper Storgaard, [Kevin Healy](https://kevhealy.com), Greg Gibson, [hiddedevries.nl](https://hiddedevries.nl/en/blog), [Jeremy Caldwell](https://www.jeremycaldwell.me), Michelle Barker, [Alesandro Ortiz](https://AlesandroOrtiz.com), [David A. Herron](https://www.david-herron.com/), [Paul Robert Lloyd](https://paulrobertlloyd.com), [Andrea Vaghi](https://www.andreavaghi.dev), Bryan Robinson, [Ashur Cabrera](https://ashur.cab/rera), [Raymond Camden](https://www.raymondcamden.com), John Meguerian, [Joe Lamyman](https://joelamyman.co.uk), [Jeffrey A Morgan](https://jam1401.dev), [Brett Nelson](https://wipdeveloper.com/), [Paul Welsh](https://www.nonbreakingspace.co.uk), [Ingo Steinke](https://www.ingo-steinke.com/), [Josh Crain](https://joshcrain.io), [Melanie Richards](http://melanie-richards.com), Rich Holman, Lewis Nyman, [Dorin Vancea](https://dorinvancea.com), Marco Zehe, Wes Ruvalcaba, [Luc Poupard](https://www.kloh.ch), [Ferpection](https://ferpection.com), [Entle Web Solutions](https://www.entle.co), [Ken Hawkins](https://AllAboutKen.com), [Sami Singh](https://httpster.io), [Fershad Irani](https://www.fershad.com), [Nikita Dubko](https://mefody.dev/), [Aaron Gustafson](https://www.aaron-gustafson.com), [Chris](https://www.chrisswithinbank.net/), [Benjamin Geese](https://benjamingeese.de), [Marcus Relacion](https://www.marcusrelacion.com), [Netin nopeustesti](https://netinnopeustesti.com/), Bobby Ray, [Cthos](https://alextheward.com), [Sia Karamalegos](https://sia.codes/), [Christian Miles](https://cjlm.ca), [Raphael Höser](https://hoeser.dev), [Saneef Ansari](https://saneef.com), [Flemming Meyer](https://fokus.design/), Colin Fahrion, [Dan Burzo](https://danburzo.ro), Gaston Rampersad, [Jon Kuperman](https://jonkuperman.com/), [Dan Ott](https://dtott.com), [Mobilemall.pk](https://mobilemall.pk/), [Cheap VPS](https://vpsdime.com/), [David Darnes](https://darn.es), Sam, [Jon Roobottom](https://roobottom.com), [Dana Byerly](https://danabyerly.com), [Oisín Quinn](https://oisin.io), [Renkaatsopivasti](https://renkaatsopivasti.fi), [Windesol Sähkön Kilpailutus](https://windesol.fi), [Luke Mitchell](https://www.interroban.gg), SignpostMarv, [THE PADDING](https://paddn.com/web-design-hong-kong/), [Bob Monsour](https://www.bobmonsour.com/), Marc FILLEUL, Patrick Byrne, [Ara Abcarians](https://itsmeara.com), [Daniel Ryan](https://twitter.com/dryan), zapscribbles, Frank Reding, quinnanya, [Central Va Insulation](https://www.centralvainsulation.com), [Cory Birdsong](https://birdsong.dev), Aram ZS, [Michel van der Kroef](https://neckam.nl), Vinicius Depizzol, Andy Stevenson, [HelppoHinta.fi](https://helppohinta.fi/), [jpoehnelt](https://justin.poehnelt.com), [Jina Anne](https://www.sushiandrobots.com), [Ingo Sobolewski](https://www.sobolewski.cz)
babel/babel ### [`v7.17.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7179-2022-04-06) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.8...v7.17.9) ##### :bug: Bug Fix - `babel-parser`, `babel-standalone` - [#​14427](https://togithub.com/babel/babel/pull/14427) Restore numeric seaprators support in `@babel/standalone` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​14403](https://togithub.com/babel/babel/pull/14403) Fix NodePath.referencesImport for JSXMemberExpression ([@​swandir](https://togithub.com/swandir)) - `babel-plugin-proposal-decorators` - [#​14396](https://togithub.com/babel/babel/pull/14396) \[2021-12] Support class decorators in export declarations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​14387](https://togithub.com/babel/babel/pull/14387) fix: forward accessor proxy getter results ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​14384](https://togithub.com/babel/babel/pull/14384) fix: parse type parameters within correct context ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser` - [#​14378](https://togithub.com/babel/babel/pull/14378) Parenthesize non-simple decorator expression ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-classes`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​14366](https://togithub.com/babel/babel/pull/14366) Align named imports behavior in `.mjs` and `.js` files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#​14351](https://togithub.com/babel/babel/pull/14351) \[setPublicClassFields] Use define for static `name`/`length` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-plugin-proposal-decorators` - [#​14398](https://togithub.com/babel/babel/pull/14398) Add missing semicolons in 2021-12 decorators output ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :memo: Documentation - [#​14397](https://togithub.com/babel/babel/pull/14397) Mention how to report vulns in Babel dependencies ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - Other - [#​14419](https://togithub.com/babel/babel/pull/14419) Use `jest-light-runner` from npm ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli` - [#​14385](https://togithub.com/babel/babel/pull/14385) Fix flaky [@​babel/cli](https://togithub.com/babel/cli) test ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-function-name`, `babel-helper-get-function-arity` - [#​14389](https://togithub.com/babel/babel/pull/14389) Inline `@babel/helper-get-function-arity` package ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers` - [#​14343](https://togithub.com/babel/babel/pull/14343) Remove unused `@babel/helpers` code ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-highlight`, `babel-parser` - [#​14377](https://togithub.com/babel/babel/pull/14377) refactor: replace deprecated String.prototype.substr() ([@​CommanderRoot](https://togithub.com/CommanderRoot))
postcss/autoprefixer ### [`v10.4.5`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​1045) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.4...10.4.5) - Fixed `NaN` in grid (by [@​SukkaW](https://togithub.com/SukkaW)).
axios/axios ### [`v0.27.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#​0270-April-25-2022) [Compare Source](https://togithub.com/axios/axios/compare/v0.26.1...v0.27.0) Breaking changes: - New toFormData helper function that allows the implementor to pass an object and allow axios to convert it to FormData ([#​3757](https://togithub.com/axios/axios/pull/3757)) - Removed functionality that removed the the `Content-Type` request header when passing FormData ([#​3785](https://togithub.com/axios/axios/pull/3785)) - **(\*)** Refactored error handling implementing AxiosError as a constructor, this is a large change to error handling on the whole ([#​3645](https://togithub.com/axios/axios/pull/3645)) - Separated responsibility for FormData instantiation between `transformRequest` and `toFormData` ([#​4470](https://togithub.com/axios/axios/pull/4470)) - **(\*)** Improved and fixed multiple issues with FormData support ([#​4448](https://togithub.com/axios/axios/pull/4448)) QOL and DevX improvements: - Added a multipart/form-data testing playground allowing contributors to debug changes easily ([#​4465](https://togithub.com/axios/axios/pull/4465)) Fixes and Functionality: - Refactored project file structure to avoid circular imports ([#​4515](https://togithub.com/axios/axios/pull/4516)) & ([#​4516](https://togithub.com/axios/axios/pull/4516)) - Bumped follow-redirects to ^1.14.9 ([#​4562](https://togithub.com/axios/axios/pull/4562)) Internal and Tests: - Updated dev dependencies to latest version Documentation: - Fixing incorrect link in changelog ([#​4551](https://togithub.com/axios/axios/pull/4551)) Notes: - **(\*)** Please read these pull requests before updating, these changes are very impactful and far reaching.
babel/babel-loader ### [`v8.2.5`](https://togithub.com/babel/babel-loader/releases/v8.2.5) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.4...v8.2.5) #### What's Changed - fix: respect `inputSourceMap` loader option by [@​alan-agius4](https://togithub.com/alan-agius4) in [https://github.com/babel/babel-loader/pull/896](https://togithub.com/babel/babel-loader/pull/896) #### New Contributors - [@​alan-agius4](https://togithub.com/alan-agius4) made their first contribution in [https://github.com/babel/babel-loader/pull/896](https://togithub.com/babel/babel-loader/pull/896) **Full Changelog**: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5
moment/luxon ### [`v2.3.2`](https://togithub.com/moment/luxon/blob/HEAD/CHANGELOG.md#​232-2022-04-17) [Compare Source](https://togithub.com/moment/luxon/compare/2.3.1...2.3.2) - Fix timezone calculations for negative years - add week formatting token "w" for durations - fix weekday computation for years 0-100
markdown-it/markdown-it ### [`v13.0.0`](https://togithub.com/markdown-it/markdown-it/blob/HEAD/CHANGELOG.md#​1300---2022-04-22) [Compare Source](https://togithub.com/markdown-it/markdown-it/compare/12.3.2...13.0.0) ##### Added - Added a new token type `text_special` to store escaped characters, same as `text` but unaffected by replacement plugins (smartquotes, typographer, linkifier, etc.). - Added a new rule `text_join` in `core` ruler. Text replacement plugins may choose to insert themselves before it. ##### Changed - `(p)` is no longer replaced with § by typographer (conflicts with ℗), [#​763](https://togithub.com/markdown-it/markdown-it/issues/763). - `text_collapse` rule is renamed to `fragments_join`. ##### Fixed - Smartquotes, typographic replacements and plain text links can now be escaped with backslash (e.g. `\(c)` or `google\.com` are no longer replaced). - Fixed collision of emphasis and linkifier (so `http://example.org/foo._bar_-_baz` is now a single link, not emphasized). Emails and fuzzy links are not affected by this.
markdown-it/markdown-it-emoji ### [`v2.0.2`](https://togithub.com/markdown-it/markdown-it-emoji/blob/HEAD/CHANGELOG.md#​202--2022-04-22) [Compare Source](https://togithub.com/markdown-it/markdown-it-emoji/compare/2.0.1...2.0.2) - Updated `dist` build, missed in previous release. ### [`v2.0.1`](https://togithub.com/markdown-it/markdown-it-emoji/blob/HEAD/CHANGELOG.md#​201--2022-04-22) [Compare Source](https://togithub.com/markdown-it/markdown-it-emoji/compare/2.0.0...2.0.1) - Emojis can now be escaped (e.g. `\:)`) with markdown-it@13 and above.
tailwindlabs/tailwindcss ### [`v3.0.24`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3024---2022-04-12) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.23...v3.0.24) ##### Fixed - Prevent nesting plugin from breaking other plugins ([#​7563](https://togithub.com/tailwindlabs/tailwindcss/pull/7563)) - Recursively collapse adjacent rules ([#​7565](https://togithub.com/tailwindlabs/tailwindcss/pull/7565)) - Preserve source maps for generated CSS ([#​7588](https://togithub.com/tailwindlabs/tailwindcss/pull/7588)) - Split box shadows on top-level commas only ([#​7479](https://togithub.com/tailwindlabs/tailwindcss/pull/7479)) - Use local user CSS cache for `@apply` ([#​7524](https://togithub.com/tailwindlabs/tailwindcss/pull/7524)) - Invalidate context when main CSS changes ([#​7626](https://togithub.com/tailwindlabs/tailwindcss/pull/7626)) - Only add `!` to selector class matching template candidate when using important modifier with mutli-class selectors ([#​7664](https://togithub.com/tailwindlabs/tailwindcss/pull/7664)) - Correctly parse and prefix animation names with dots ([#​7163](https://togithub.com/tailwindlabs/tailwindcss/pull/7163)) - Fix extraction from template literal/function with array ([#​7481](https://togithub.com/tailwindlabs/tailwindcss/pull/7481)) - Don't output unparsable arbitrary values ([#​7789](https://togithub.com/tailwindlabs/tailwindcss/pull/7789)) - Fix generation of `div:not(.foo)` if `.foo` is never defined ([#​7815](https://togithub.com/tailwindlabs/tailwindcss/pull/7815)) - Allow for custom properties in `rgb`, `rgba`, `hsl` and `hsla` colors ([#​7933](https://togithub.com/tailwindlabs/tailwindcss/pull/7933)) - Remove autoprefixer as explicit peer-dependency to avoid invalid warnings in situations where it isn't actually needed ([#​7949](https://togithub.com/tailwindlabs/tailwindcss/pull/7949)) - Ensure the `percentage` data type is validated correctly ([#​8015](https://togithub.com/tailwindlabs/tailwindcss/pull/8015)) - Make sure `font-weight` is inherited by form controls in all browsers ([#​8078](https://togithub.com/tailwindlabs/tailwindcss/pull/8078)) ##### Changed - Replace `chalk` with `picocolors` ([#​6039](https://togithub.com/tailwindlabs/tailwindcss/pull/6039)) - Replace `cosmiconfig` with `lilconfig` ([#​6039](https://togithub.com/tailwindlabs/tailwindcss/pull/6038)) - Update `cssnano` to avoid removing empty variables when minifying ([#​7818](https://togithub.com/tailwindlabs/tailwindcss/pull/7818))
webpack/webpack ### [`v5.72.0`](https://togithub.com/webpack/webpack/releases/v5.72.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.71.0...v5.72.0) ### Features - make cache warnings caused by build errors less verbose - Allow banner to be placed as a footer with the BannerPlugin - allow to concatenate asset modules ### Bugfixes - fix RemoteModules when using HMR (Module Federation + HMR) - throw error when using module concatenation and cacheUnaffected - fix `in` operator with nested exports

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

cloudflare-pages[bot] commented 2 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 98a86ba
Status: ✅  Deploy successful!
Preview URL: https://5a801c3f.keith-taylor.pages.dev

View logs