From 3781f94c4fa4b46b349c92d4e4b0e5487a8dbf3a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 Jan 2025 19:13:01 +0000
Subject: [PATCH] deps(example): bump the dependencies group in
/examples/nextjs-pages-wrap with 2 updates (#2844)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the dependencies group in /examples/nextjs-pages-wrap with 2 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [postcss](https://github.com/postcss/postcss).
Updates `@types/react` from 19.0.6 to 19.0.7
Commits
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 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-pages-wrap/package-lock.json | 14 +++++++-------
examples/nextjs-pages-wrap/package.json | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/examples/nextjs-pages-wrap/package-lock.json b/examples/nextjs-pages-wrap/package-lock.json
index 7b8d4aa6d..f51b36976 100644
--- a/examples/nextjs-pages-wrap/package-lock.json
+++ b/examples/nextjs-pages-wrap/package-lock.json
@@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/node": "^20",
- "@types/react": "19.0.6",
+ "@types/react": "19.0.7",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"eslint": "^8",
@@ -899,9 +899,9 @@
}
},
"node_modules/@types/react": {
- "version": "19.0.6",
- "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.6.tgz",
- "integrity": "sha512-gIlMztcTeDgXCUj0vCBOqEuSEhX//63fW9SZtCJ+agxoQTOklwDfiEMlTWn4mR/C/UK5VHlpwsCsOyf7/hc4lw==",
+ "version": "19.0.7",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.7.tgz",
+ "integrity": "sha512-MoFsEJKkAtZCrC1r6CM8U22GzhG7u2Wir8ons/aCKH6MBdD1ibV24zOSSkdZVUKqN5i396zG5VKLYZ3yaUZdLA==",
"dev": true,
"dependencies": {
"csstype": "^3.0.2"
@@ -4211,9 +4211,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": [
{
diff --git a/examples/nextjs-pages-wrap/package.json b/examples/nextjs-pages-wrap/package.json
index 0b7309b08..c67be5e72 100644
--- a/examples/nextjs-pages-wrap/package.json
+++ b/examples/nextjs-pages-wrap/package.json
@@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/node": "^20",
- "@types/react": "19.0.6",
+ "@types/react": "19.0.7",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"eslint": "^8",