Skip to content
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

chore(deps): update dependency postcss-modules to v6 #6063

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss-modules ^4.3.0 -> ^6.0.0 age adoption passing confidence

Release Notes

css-modules/postcss-modules (postcss-modules)

v6.0.0

Compare Source

Breaking

The resolve option has two parameters now and can return null. Thanks to Rene Haas (@​KingSora)
madyankin/postcss-modules@86d8135

Parameters:

  • file — a module we want to resolve
  • importer — the file that imports the module we want to resolve

Return value: string | null | Promise<string | null>

postcss([
	require("postcss-modules")({
    	resolve: function (file, importer) {
			return path.resolve(
				path.dirname(importer),
				file.replace(/^@&#8203;/, process.cwd()
			);
    	},
  	}),
]);
Fixed
Improved

v5.0.0

Compare Source

v4.3.1

Compare Source


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

COMPARE TO master

Total Size Diff 📉 -1.14 KB

Diff by File
Name Diff
packages/console/package.json 0 Bytes
packages/experience/package.json 0 Bytes
pnpm-lock.yaml 📉 -1.14 KB

@gao-sun
Copy link
Member

gao-sun commented Jun 21, 2024

alright parcel

image

@gao-sun gao-sun closed this Jun 21, 2024
@gao-sun gao-sun deleted the renovate/postcss-modules-6.x branch June 21, 2024 06:17
Copy link
Contributor Author

renovate bot commented Jun 21, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant