Skip to content

Commit 7325afa

Browse files
Merge branch 'develop' into M3-9591
2 parents c47c212 + 3c0d428 commit 7325afa

60 files changed

Lines changed: 962 additions & 603 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/api-v4": Upcoming Features
3+
---
4+
5+
Fix the type of parameter in api in IAM ([#11840](https://github.com/linode/manager/pull/11840))
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/api-v4": Tech Stories
3+
---
4+
5+
Upgrade tsup to 8.4.0 ([#11866](https://github.com/linode/manager/pull/11866))

packages/api-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint": "^6.8.0",
6262
"eslint-plugin-sonarjs": "^0.5.0",
6363
"prettier": "~2.2.1",
64-
"tsup": "^8.2.4"
64+
"tsup": "^8.4.0"
6565
},
6666
"lint-staged": {
6767
"*.{ts,tsx,js}": [

packages/api-v4/src/iam/iam.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const getUserPermissions = (username: string) =>
3131
*/
3232
export const updateUserPermissions = (
3333
username: string,
34-
data: Partial<IamUserPermissions>
34+
data: IamUserPermissions
3535
) =>
3636
Request<IamUserPermissions>(
3737
setURL(
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Tech Stories
3+
---
4+
5+
Remedy canvg dependency vulnerability ([#11839](https://github.com/linode/manager/pull/11839))
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Upcoming Features
3+
---
4+
5+
Add a new drawer for changing role flow in IAM ([#11840](https://github.com/linode/manager/pull/11840))
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Removed
3+
---
4+
5+
Moved volumes-related queries and dependencies to shared `queries` package ([#11843](https://github.com/linode/manager/pull/11843))
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Tech Stories
3+
---
4+
5+
Upgrade Vite to 6.2.2 ([#11866](https://github.com/linode/manager/pull/11866))
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Tech Stories
3+
---
4+
5+
Upgrade tsx to 4.19.3 ([#11866](https://github.com/linode/manager/pull/11866))
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Upcoming Features
3+
---
4+
5+
Remove the toggle in the 'Add A User' drawer and by default the user will have a limited access ([#11870](https://github.com/linode/manager/pull/11870))

0 commit comments

Comments
 (0)