csstools / postcss-plugins

PostCSS Tools and Plugins
https://preset-env.cssdb.org/
MIT No Attribution
888 stars 71 forks source link

Bump the all-dependencies group across 2 directories with 5 updates #1438

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the all-dependencies group with 1 update in the /e2e directory: webpack. Bumps the all-dependencies group with 4 updates in the /sites directory: @11ty/eleventy-plugin-rss, @babel/core, @codemirror/view and rollup.

Updates webpack from 5.92.1 to 5.93.0

Release notes

Sourced from webpack's releases.

v5.93.0

Bug Fixes

  • Generate correct relative path to runtime chunks
  • Makes DefinePlugin quieter under default log level
  • Fixed mangle destructuring default in namespace import
  • Fixed consumption of eager shared modules for module federation
  • Strip slash for pretty regexp
  • Calculate correct contenthash for CSS generator options

New Features

  • Added the binary generator option for asset modules to explicitly keep source maps produced by loaders
  • Added the modern-module library value for tree shakable output
  • Added the overrideStrict option to override strict or non-strict mode for javascript modules
Commits
  • 277460b chore(release): 5.93.0
  • 76ab754 fix: relative path to runtime chunks
  • 40b1a77 test: added
  • 080e54f fix: relative path to runtime chunks
  • 7764e38 chore(deps-dev): bump eslint from 9.5.0 to 9.6.0
  • 22738f3 chore(deps-dev): bump eslint from 9.5.0 to 9.6.0
  • 1a27b9e fix: contenthash for css generator options
  • e716d44 chore(deps-dev): bump @​eslint/js from 9.5.0 to 9.6.0
  • 7a34330 chore(deps-dev): bump typescript from 5.5.2 to 5.5.3
  • 974752f chore(deps-dev): bump globals from 15.6.0 to 15.8.0
  • Additional commits viewable in compare view


Updates @11ty/eleventy-plugin-rss from 1.2.0 to 2.0.2

Release notes

Sourced from @​11ty/eleventy-plugin-rss's releases.

Eleventy RSS Plugin v2.0.2

  • Compatibility with Eleventy core 3.0.0-alpha.15 or newer
  • Fixes virtual feed plugin issue with collections.all #54
  • Fixes issue with virtual feed plugin used inside of a plugin #52

Full Changelog: https://github.com/11ty/eleventy-plugin-rss/compare/v2.0.1...v2.0.2 Full Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/8?closed=1

Eleventy RSS Plugin v2.0.1

Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/7?closed=1 Full Changelog: https://github.com/11ty/eleventy-plugin-rss/compare/v2.0.0...v2.0.1

We need your help!

11ty is now operating independently, with full time development and maintenance funded by our Open Collective supporters. We need your help to keep going! We have a goal of $6000 USD recurring monthly budget. Read more about this fundraising push or head directly to our Open Collective to start your recurring contribution!

Eleventy RSS Plugin v2.0.0

Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/3?closed=1 Full Changelog: https://github.com/11ty/eleventy-plugin-rss/compare/v1.2.0...v2.0.0

We need your help!

11ty is now operating independently, with full time development and maintenance funded by our Open Collective supporters. We need your help to keep going! We have a goal of $6000 USD recurring monthly budget. Read more about this fundraising push or head directly to our Open Collective to start your recurring contribution!

Commits


Updates @babel/core from 7.24.8 to 7.24.9

Release notes

Sourced from @​babel/core's releases.

v7.24.9 (2024-07-15)

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-optional-chaining

:house: Internal

  • babel-helper-module-transforms

Committers: 5

Changelog

Sourced from @​babel/core's changelog.

v7.24.9 (2024-07-15)

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-optional-chaining

:house: Internal

  • babel-helper-module-transforms
Commits


Updates @codemirror/view from 6.28.4 to 6.28.6

Changelog

Sourced from @​codemirror/view's changelog.

6.28.6 (2024-07-19)

Bug fixes

Fix an issue where the editor got confused about the position of inserted text when using Chrome's EditContext and canceling transactions for typed text.

6.28.5 (2024-07-17)

Bug fixes

Fix a bug that broke drag scrolling along one axis when the innermost scrollable element around the editor was only scrollable along the other axis.

Work around a memory leak in Chrome's EditContext implementation.

Commits
  • 1251e8d Mark version 6.28.6
  • e257867 Make sure the selection is reset when reverting a change in the edit context
  • bfd99c1 Mark version 6.28.5
  • e91cf9a Remove EditContext event handlers to work around memory leak
  • ed78a0c Determine drag-scrolling parent elements separately for x and y axis
  • See full diff in compare view


Updates rollup from 4.18.1 to 4.19.0

Release notes

Sourced from rollup's releases.

v4.19.0

4.19.0

2024-07-20

Features

  • Implement support for decorators (#5562)

Bug Fixes

  • Improve soucemap generation when tree-shaking logical expressions (#5581)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.19.0

2024-07-20

Features

  • Implement support for decorators (#5562)

Bug Fixes

  • Improve soucemap generation when tree-shaking logical expressions (#5581)

Pull Requests

Commits
  • 28546b5 4.19.0
  • f4831d9 Fix types
  • 64af3df feat: implementing decorator support (#5562)
  • 1d2c1e9 When tree-shaking logical expression, make sure to remove all trailing white-...
  • a9a6108 chore(deps): lock file maintenance minor/patch updates (#5580)
  • 4f37dac chore(deps): lock file maintenance minor/patch updates (#5576)
  • db4ecdf chore(deps): update dependency inquirer to v10 (#5575)
  • 689587d Improve chunk and asset type information in docs (#5572)
  • ce8f83c Switch to audit resolver to ignore requirejs vulnerability (#5573)
  • 13cdab5 refactor(finalisers): condition branch (#5570)
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions