Skip to content

Bump postcss-loader from 8.2.0 to 8.2.1 - #14807

Merged
rtibbles merged 1 commit into
developfrom
dependabot/npm_and_yarn/postcss-loader-8.2.1
Jun 5, 2026
Merged

Bump postcss-loader from 8.2.0 to 8.2.1#14807
rtibbles merged 1 commit into
developfrom
dependabot/npm_and_yarn/postcss-loader-8.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps postcss-loader from 8.2.0 to 8.2.1.

Release notes

Sourced from postcss-loader's releases.

v8.2.1

8.2.1 (2026-02-15)

Bug Fixes

  • update peer dependency for @​rspack/core v2 (#717) (a3ed7e2)
Changelog

Sourced from postcss-loader's changelog.

8.2.1 (2026-02-15)

Bug Fixes

  • update peer dependency for @​rspack/core v2 (#717) (a3ed7e2)
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [postcss-loader](https://github.com/webpack/postcss-loader) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/webpack/postcss-loader/releases)
- [Changelog](https://github.com/webpack/postcss-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/postcss-loader@v8.2.0...v8.2.1)

---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 5, 2026
@github-actions github-actions Bot added SIZE: very small DEV: tools Internal tooling for development labels Jun 5, 2026

@rtibblesbot rtibblesbot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency Update Review

Package: postcss-loader 8.2.0 → 8.2.1
Semver risk: Patch
Dependency type: devDependency (webpack build tooling)
CI status: Pending — runs queued, none failed

Changelog Analysis

Sources consulted:

Breaking changes: None

Security fixes: None

Other notable changes:

  • Bug fix: update peer dependency for @rspack/core v2 (#717)

This peer dependency change only affects projects using @rspack/core. Kolibri uses webpack — the lockfile resolves postcss-loader@8.2.1 against webpack@5.104.1 and webpack@5.107.2, with no rspack present. The change is inert here.

Compatibility Assessment

  • Project uses affected APIs: No — rspack peer dep change doesn't touch Kolibri's webpack-based build
  • Peer dependency changes: Yes (@rspack/core v2 added as a supported peer dep — no impact)
  • Code changes required: No
  • Prior failed attempts: No maintainer comments flagging prior issues
  • Lockfile scope: Clean — only postcss-loader updated across both webpack resolution variants; no unexpected additions

Recommendation

APPROVE — patch-level devDependency bump; sole change is rspack v2 peer dep compatibility which is inert in a webpack project; lockfile is consistent.


@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly

How was this generated?

Reviewed the pull request diff checking for:

  • Correctness: bugs, edge cases, undocumented behavior, resource leaks, hardcoded values
  • Design: unnecessary complexity, naming, readability, comment accuracy, redundant state
  • Architecture: duplicated concerns, minimal interfaces, composition over inheritance
  • Testing: behavior-based assertions, mocks only at hard boundaries, accurate coverage
  • Completeness: missing dependencies, unupdated usages, i18n, accessibility, security
  • Principles: DRY (same reason to change), SRP, Rule of Three (no premature abstraction)
  • Checked CI status and linked issue acceptance criteria
  • For UI changes: inspected screenshots for layout, visual completeness, and consistency

@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

npm Package Versions

Warning

The following packages have changed files but no version bump:

Package Version Changed files
kolibri-build 1.1.2 1
kolibri-tools 0.18.2 1

If these changes affect published code, consider bumping the version.

@rtibbles rtibbles left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Transitive dependency update that does not affect us.

@rtibbles
rtibbles merged commit eaf6d8c into develop Jun 5, 2026
93 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/postcss-loader-8.2.1 branch June 5, 2026 20:11
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 DEV: tools Internal tooling for development javascript Pull requests that update Javascript code SIZE: very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants