Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump eslint-plugin-react from 7.37.1 to 7.37.2 #1780

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions packages/server/src/schema/uuid/user/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,18 +320,6 @@ export const resolvers: Resolvers = {
if (id == null) {
throw new UserInputError('no user with given username')
}
await database.mutate(
`
INSERT INTO role (name)
SELECT ?
WHERE NOT EXISTS (
SELECT 1
FROM role
WHERE name = ?
)
`,
[generateRole(role, instance), generateRole(role, instance)],
)

await database.mutate(
`
Expand Down
47 changes: 41 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9066,7 +9066,7 @@ __metadata:
languageName: node
linkType: hard

"es-iterator-helpers@npm:^1.0.15, es-iterator-helpers@npm:^1.0.19":
"es-iterator-helpers@npm:^1.0.15":
version: 1.0.19
resolution: "es-iterator-helpers@npm:1.0.19"
dependencies:
Expand All @@ -9088,6 +9088,28 @@ __metadata:
languageName: node
linkType: hard

"es-iterator-helpers@npm:^1.1.0":
version: 1.1.0
resolution: "es-iterator-helpers@npm:1.1.0"
dependencies:
call-bind: ^1.0.7
define-properties: ^1.2.1
es-abstract: ^1.23.3
es-errors: ^1.3.0
es-set-tostringtag: ^2.0.3
function-bind: ^1.1.2
get-intrinsic: ^1.2.4
globalthis: ^1.0.4
has-property-descriptors: ^1.0.2
has-proto: ^1.0.3
has-symbols: ^1.0.3
internal-slot: ^1.0.7
iterator.prototype: ^1.1.3
safe-array-concat: ^1.1.2
checksum: 4ba3a32ab7ba05b85f0ae30604feeb8ffd801fe762e9df9577bd220a96b9eaa2e90af8e6bdc498e523051f293955e2f7d2bddd34de71e1428a1b8ff3fd961016
languageName: node
linkType: hard

"es-object-atoms@npm:^1.0.0":
version: 1.0.0
resolution: "es-object-atoms@npm:1.0.0"
Expand Down Expand Up @@ -9421,15 +9443,15 @@ __metadata:
linkType: hard

"eslint-plugin-react@npm:^7.14.3, eslint-plugin-react@npm:^7.35.2":
version: 7.37.1
resolution: "eslint-plugin-react@npm:7.37.1"
version: 7.37.2
resolution: "eslint-plugin-react@npm:7.37.2"
dependencies:
array-includes: ^3.1.8
array.prototype.findlast: ^1.2.5
array.prototype.flatmap: ^1.3.2
array.prototype.tosorted: ^1.1.4
doctrine: ^2.1.0
es-iterator-helpers: ^1.0.19
es-iterator-helpers: ^1.1.0
estraverse: ^5.3.0
hasown: ^2.0.2
jsx-ast-utils: ^2.4.1 || ^3.0.0
Expand All @@ -9444,7 +9466,7 @@ __metadata:
string.prototype.repeat: ^1.0.0
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
checksum: 22d1bdf0dd4cdbf8c57ce563c58d43c5f5e1da0b08d27d0a69d7126d9e8afcb74a5befae97dab4019b4c6029ae617b6a0af1709cb9e0439d5757b01b392d2ca7
checksum: 7f5203afee7fbe3702b27fdd2b9a3c0ccbbb47d0672f58311b9d8a08dea819c9da4a87c15e8bd508f2562f327a9d29ee8bd9cd189bf758d8dc903de5648b0bfa
languageName: node
linkType: hard

Expand Down Expand Up @@ -10906,7 +10928,7 @@ __metadata:
languageName: node
linkType: hard

"globalthis@npm:^1.0.3":
"globalthis@npm:^1.0.3, globalthis@npm:^1.0.4":
version: 1.0.4
resolution: "globalthis@npm:1.0.4"
dependencies:
Expand Down Expand Up @@ -12435,6 +12457,19 @@ __metadata:
languageName: node
linkType: hard

"iterator.prototype@npm:^1.1.3":
version: 1.1.3
resolution: "iterator.prototype@npm:1.1.3"
dependencies:
define-properties: ^1.2.1
get-intrinsic: ^1.2.1
has-symbols: ^1.0.3
reflect.getprototypeof: ^1.0.4
set-function-name: ^2.0.1
checksum: 7d2a1f8bcbba7b76f72e956faaf7b25405f4de54430c9d099992e6fb9d571717c3044604e8cdfb8e624cb881337d648030ee8b1541d544af8b338835e3f47ebe
languageName: node
linkType: hard

"jackspeak@npm:^3.1.2":
version: 3.4.0
resolution: "jackspeak@npm:3.4.0"
Expand Down