Skip to content

Commit

Permalink
chore(deps): bump the patches group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.10.6` |
| [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) | `2.5.6` | `2.5.7` |
| [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components) | `0.0.31` | `0.0.32` |
| [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email) | `3.0.4` | `3.0.6` |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.12.4` | `3.12.6` |
| [react-markdown](https://github.com/remarkjs/react-markdown) | `9.0.1` | `9.0.3` |
| [remeda](https://github.com/remeda/remeda) | `2.19.0` | `2.19.1` |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.2.4` | `1.2.5` |



Updates `@types/node` from 22.10.5 to 22.10.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `prettier-plugin-packagejson` from 2.5.6 to 2.5.7
- [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
- [Commits](matzkoh/prettier-plugin-packagejson@v2.5.6...v2.5.7)

Updates `@react-email/components` from 0.0.31 to 0.0.32
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/components/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/[email protected]/packages/components)

Updates `react-email` from 3.0.4 to 3.0.6
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/[email protected]/packages/react-email)

Updates `@apollo/client` from 3.12.4 to 3.12.6
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.12.4...v3.12.6)

Updates `react-markdown` from 9.0.1 to 9.0.3
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@9.0.1...9.0.3)

Updates `remeda` from 2.19.0 to 2.19.1
- [Release notes](https://github.com/remeda/remeda/releases)
- [Changelog](https://github.com/remeda/remeda/blob/main/release.config.js)
- [Commits](remeda/remeda@v2.19.0...v2.19.1)

Updates `@eslint/compat` from 1.2.4 to 1.2.5
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.2.4...compat-v1.2.5)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: prettier-plugin-packagejson
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@react-email/components"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: react-email
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: remeda
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 06696a6 commit d2f5685
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 387 deletions.
4 changes: 2 additions & 2 deletions apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@payloadcms/db-mongodb": "^1.7.3",
"@payloadcms/plugin-cloud-storage": "^1.2.0",
"@payloadcms/richtext-lexical": "^0.11.4",
"@react-email/components": "0.0.31",
"@react-email/components": "0.0.32",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"form-data": "^4.0.1",
Expand All @@ -47,7 +47,7 @@
"copyfiles": "^2.4.1",
"eslint": "catalog:",
"react": "catalog:react18",
"react-email": "3.0.4",
"react-email": "3.0.6",
"tsx": "^4.19.2",
"typescript": "catalog:",
"typescript-eslint": "catalog:"
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@apollo/client": "^3.12.3",
"@apollo/client": "^3.12.6",
"@date-fns/tz": "^1.2.0",
"@tietokilta/ui": "workspace:*",
"autoprefixer": "catalog:",
Expand All @@ -26,10 +26,10 @@
"react": "catalog:react19",
"react-big-calendar": "^1.17.0",
"react-dom": "catalog:react19",
"react-markdown": "^9.0.1",
"react-markdown": "^9.0.3",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remeda": "^2.19.0",
"remeda": "^2.19.1",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"strip-markdown": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dotenv-cli": "^8.0.0",
"eslint": "catalog:",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-packagejson": "^2.5.7",
"prettier-plugin-tailwindcss": "^0.6.9",
"turbo": "^2.3.3",
"typescript": "catalog:"
Expand Down
2 changes: 1 addition & 1 deletion packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/compat": "^1.2.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "catalog:",
"@vercel/style-guide": "^6.0.0",
Expand Down
Loading

0 comments on commit d2f5685

Please sign in to comment.