Skip to content

Bump the all-dependencies group across 2 directories with 6 updates #1530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the all-dependencies group with 1 update in the /e2e directory: webpack.
Bumps the all-dependencies group with 5 updates in the /sites directory:

Package From To
@codemirror/lang-css 6.3.0 6.3.1
@codemirror/view 6.35.0 6.35.2
@csstools/postcss-bundler 2.0.5 2.0.6
cssdb 8.2.1 8.2.2
rollup 4.27.4 4.28.1

Updates webpack from 5.96.1 to 5.97.1

Release notes

Sourced from webpack's releases.

v5.97.1

Bug Fixes

  • Performance regression
  • Sub define key should't be renamed when it's a defined variable

v5.97.0

Bug Fixes

  • Don't crash with filesystem cache and unknown scheme
  • Generate a valid code when output.iife is true and output.library.type is umd
  • Fixed conflict variable name with concatenate modules and runtime code
  • Merge duplicate chunks before
  • Collisions in ESM library
  • Use recursive search for versions of shared dependencies
  • [WASM] Don't crash WebAssembly with Reference Types (sync and async)
  • [WASM] Fixed wasm loading for sync and async webassembly
  • [CSS] Don't add [uniqueName] to localIdentName when it is empty
  • [CSS] Parsing strings on Windows
  • [CSS] Fixed CSS local escaping

New Features

  • Added support for injecting debug IDs
  • Export the MergeDuplicateChunks plugin
  • Added universal loading for JS chunks and JS worker chunks (only ES modules)
  • [WASM] Added universal loading for WebAssembly chunks (only for async WebAssembly)
  • [CSS] Allow initial CSS chunks to be placed anywhere - the output.cssHeadDataCompression option was deleted
  • [CSS] Added universal loading for CSS chunks
  • [CSS] Parse ICSS @value at-rules in CSS modules
  • [CSS] Parse ICSS :import rules in CSS modules
  • [CSS] Added the url and import options for CSS
  • [CSS] Allow to import custom properties in CSS modules

Performance

  • Faster Queue implementation, also fixed queue iterator state in dequeue method to ensure correct behavior after item removal
Commits

Updates @codemirror/lang-css from 6.3.0 to 6.3.1

Changelog

Sourced from @​codemirror/lang-css's changelog.

6.3.1 (2024-11-26)

Bug fixes

When completing a property name, insert a colon and space after the name.

Commits

Updates @codemirror/view from 6.35.0 to 6.35.2

Changelog

Sourced from @​codemirror/view's changelog.

6.35.2 (2024-12-07)

Bug fixes

Fix an issue on Chrome where typing at the end of the document would insert a character after the cursor.

6.35.1 (2024-12-06)

Bug fixes

Work around another crash caused by incorrect composition positions reported by EditContext.

Stop disabling custom cursors on Safari version 11.4 and up, which support caret-color.

Fix an issue where a tooltip with wrapped content could, in some circumstances, fail to find a stable position due to a cyclic dependency between its width and its position.

Commits
  • 668e7d2 Mark version 6.35.2
  • 2aa5d7f Fix a bug where typing at the end of the document didn't produce the correct ...
  • 492a7f8 Mark version 6.35.1
  • ae5bcb4 Avoid unstable tooltip position calculations due to rounding errors
  • 2665440 Enable custom cursors on Safari 11.4 and up
  • e7d6eeb Clip context positions to the size of the edit context
  • See full diff in compare view

Updates @csstools/postcss-bundler from 2.0.5 to 2.0.6

Changelog

Sourced from @​csstools/postcss-bundler's changelog.

2.0.6

November 28, 2024

  • Fix import parsing so that @import "foo.css" layer() is considered invalid syntax and emits warnings.
Commits

Updates cssdb from 8.2.1 to 8.2.2

Release notes

Sourced from cssdb's releases.

v8.2.2

  • Updated @mdn/browser-compat-data to 5.6.20 (patch)
Changelog

Sourced from cssdb's changelog.

8.2.2 (December 2, 2024)

  • Updated @mdn/browser-compat-data to 5.6.20 (patch)
Commits

Updates rollup from 4.27.4 to 4.28.1

Release notes

Sourced from rollup's releases.

v4.28.1

4.28.1

2024-12-06

Bug Fixes

  • Support running Rollup natively on LoongArch (#5749)
  • Add optional debugId to SourceMap types (#5751)

Pull Requests

v4.28.0

4.28.0

2024-11-30

Features

  • Allow to specify how to handle import attributes when transpiling Rollup config files (#5743)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.28.1

2024-12-06

Bug Fixes

  • Support running Rollup natively on LoongArch (#5749)
  • Add optional debugId to SourceMap types (#5751)

Pull Requests

4.28.0

2024-11-30

Features

  • Allow to specify how to handle import attributes when transpiling Rollup config files (#5743)

Pull Requests

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 1 update in the /e2e directory: [webpack](https://github.com/webpack/webpack).
Bumps the all-dependencies group with 5 updates in the /sites directory:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/lang-css](https://github.com/codemirror/lang-css) | `6.3.0` | `6.3.1` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.35.0` | `6.35.2` |
| [@csstools/postcss-bundler](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-bundler) | `2.0.5` | `2.0.6` |
| [cssdb](https://github.com/csstools/cssdb) | `8.2.1` | `8.2.2` |
| [rollup](https://github.com/rollup/rollup) | `4.27.4` | `4.28.1` |



Updates `webpack` from 5.96.1 to 5.97.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.96.1...v5.97.1)

Updates `@codemirror/lang-css` from 6.3.0 to 6.3.1
- [Changelog](https://github.com/codemirror/lang-css/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-css@6.3.0...6.3.1)

Updates `@codemirror/view` from 6.35.0 to 6.35.2
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.35.0...6.35.2)

Updates `@csstools/postcss-bundler` from 2.0.5 to 2.0.6
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-bundler/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-bundler)

Updates `cssdb` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/csstools/cssdb/releases)
- [Changelog](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md)
- [Commits](csstools/cssdb@v8.2.1...v8.2.2)

Updates `rollup` from 4.27.4 to 4.28.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.27.4...v4.28.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@codemirror/lang-css"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@codemirror/view"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@csstools/postcss-bundler"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: cssdb
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 9, 2024
@romainmenke romainmenke merged commit 198b549 into main Dec 9, 2024
7 checks passed
@romainmenke romainmenke deleted the dependabot/npm_and_yarn/e2e/all-dependencies-0c71bb7a47 branch December 9, 2024 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file e2e javascript Pull requests that update Javascript code sites/postcss-preset-env
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant