Skip to content

Commit

Permalink
chore(deps): update dependency @rollup/plugin-typescript to ^11.1.6 (#…
Browse files Browse the repository at this point in the history
…4472)

* chore(deps): update dependency @rollup/plugin-typescript to ^11.1.6

* ci(renovate): group rollup packages

---------

Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com>
Co-authored-by: Cassandra Tam <[email protected]>
  • Loading branch information
3 people authored Jan 16, 2024
1 parent dc79fa3 commit 1e12346
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .changeset/itchy-trees-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-typescript": "^11.1.6",
"@types/lodash.debounce": "^4.0.9",
"@types/react-dom": "^18.2.18",
"@types/react-textfit": "^1.1.4",
Expand Down
13 changes: 8 additions & 5 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"draftPR": true,
"ignoreDeps": [
// We can't always stick to latest due to infra and compatibility with other plugins
"node",
// 0.19.x breaks the import of rollup-plugin-esbuild
"esbuild",
// the 8.4.19 -> 8.4.21 patch causes typescript issues
"postcss"
"node"
],
"packageRules": [
{
Expand All @@ -32,6 +28,13 @@
"matchPackagePrefixes": [
"prosemirror"
]
},
{
"groupName": "rollup",
"matchPackagePatterns": [
"@rollup",
"rollup"
]
}
]
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3702,12 +3702,12 @@
is-module "^1.0.0"
resolve "^1.22.1"

"@rollup/plugin-typescript@^11.1.5":
version "11.1.5"
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.5.tgz#039c763bf943a5921f3f42be255895e75764cb91"
integrity sha512-rnMHrGBB0IUEv69Q8/JGRD/n4/n6b3nfpufUu26axhUcboUzv/twfZU8fIBbTOphRAe0v8EyxzeDpKXqGHfyDA==
"@rollup/plugin-typescript@^11.1.6":
version "11.1.6"
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz#724237d5ec12609ec01429f619d2a3e7d4d1b22b"
integrity sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==
dependencies:
"@rollup/pluginutils" "^5.0.1"
"@rollup/pluginutils" "^5.1.0"
resolve "^1.22.1"

"@rollup/plugin-virtual@^3.0.1":
Expand Down

0 comments on commit 1e12346

Please sign in to comment.