Skip to content

Commit

Permalink
build(deps-dev): bump prettier-plugin-multiline-arrays (#1761)
Browse files Browse the repository at this point in the history
Bumps [prettier-plugin-multiline-arrays](https://github.com/electrovir/prettier-plugin-multiline-arrays) from 3.0.6 to 4.0.2.
- [Release notes](https://github.com/electrovir/prettier-plugin-multiline-arrays/releases)
- [Commits](electrovir/prettier-plugin-multiline-arrays@v3.0.6...v4.0.2)

---
updated-dependencies:
- dependency-name: prettier-plugin-multiline-arrays
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Madhavi Losetty <[email protected]>
  • Loading branch information
dependabot[bot] and madhavilosetty-intel authored Jan 29, 2025
1 parent 3fb7a4c commit 85a7ea5
Show file tree
Hide file tree
Showing 8 changed files with 208 additions and 67 deletions.
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@
}
],
"@semantic-release/git"

]
}
253 changes: 195 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"jest-mock": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-multiline-arrays": "^3.0.6",
"prettier-plugin-multiline-arrays": "^4.0.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
Expand Down
1 change: 0 additions & 1 deletion releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
"publishCmd": "docker push vprodemo.azurecr.io/rpc-go:v${nextRelease.version}"
}
]

]
}
6 changes: 4 additions & 2 deletions src/data/postgres/tables/device.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@ describe('device tests', () => {
device.tenantId,
device.friendlyName,
device.dnsSuffix,
JSON.stringify(device.deviceInfo)]
JSON.stringify(device.deviceInfo)
]
)
expect(getById).toHaveBeenCalledTimes(1)
expect(result).toBe(device)
Expand Down Expand Up @@ -476,7 +477,8 @@ describe('device tests', () => {
device.tenantId,
device.friendlyName,
device.dnsSuffix,
JSON.stringify(device.deviceInfo)]
JSON.stringify(device.deviceInfo)
]
)
expect(getById).toHaveBeenCalledTimes(1)
expect(result).toBe(device)
Expand Down
Loading

0 comments on commit 85a7ea5

Please sign in to comment.