From f6186eca358b77eb467fe918ffe855eb1db3e1ab Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 Jan 2025 19:27:09 +0000
Subject: [PATCH] deps(example): bump postcss from 8.5.0 to 8.5.1 in
/examples/nextjs-14-nextauth-4 in the dependencies group (#2835)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the dependencies group in /examples/nextjs-14-nextauth-4 with 1 update: [postcss](https://github.com/postcss/postcss).
Updates `postcss` from 8.5.0 to 8.5.1
Release notes
Sourced from postcss's releases.
8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke
).
Changelog
Sourced from postcss's changelog.
8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke
).
8.5 “Duke Alloces”
- Added
Input#document
for sources like CSS-in-JS or HTML (by @romainmenke
).
8.4.49
8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke
).
8.4.47
8.4.46
- Fixed
Cannot read properties of undefined (reading 'before')
.
8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a function
error.
8.4.43
- Fixed
markClean is not a function
error.
8.4.42
- Fixed CSS syntax error on long minified files (by
@varpstar
).
8.4.41
8.4.40
- Moved to getter/setter in nodes types to help Sass team (by
@nex3
).
8.4.39
8.4.38
8.4.37
- Fixed
original.column are not numbers
error in another case.
8.4.36
- Fixed
original.column are not numbers
error on broken previous source map.
8.4.35
... (truncated)
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=8.5.0&new-version=8.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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
---
examples/nextjs-14-nextauth-4/package-lock.json | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/examples/nextjs-14-nextauth-4/package-lock.json b/examples/nextjs-14-nextauth-4/package-lock.json
index 0f18b4c32..75a15e13e 100644
--- a/examples/nextjs-14-nextauth-4/package-lock.json
+++ b/examples/nextjs-14-nextauth-4/package-lock.json
@@ -5,7 +5,6 @@
"requires": true,
"packages": {
"": {
- "name": "nextjs-14-nextauth-4",
"version": "0.1.0",
"dependencies": {
"@arcjet/ip": "file:../../ip",
@@ -3786,9 +3785,9 @@
}
},
"node_modules/postcss": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.0.tgz",
- "integrity": "sha512-27VKOqrYfPncKA2NrFOVhP5MGAfHKLYn/Q0mz9cNQyRAKYi3VNHwYU2qKKqPCqgBmeeJ0uAFB56NumXZ5ZReXg==",
+ "version": "8.5.1",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz",
+ "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==",
"dev": true,
"funding": [
{