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: update lint packages #10727

Merged
merged 2 commits into from
Jan 4, 2025
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
4 changes: 2 additions & 2 deletions docs/site/Parsing-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ query parameters. Please note that this style does not preserve the encoding of
primitive types like numbers and booleans. They are always parsed as strings.

To filter results from the GET `/todo-list` endpoint in the todo-list example
with a relation, { "include": [ { "relation": "todo" } ] }, the following url-encoded
query parameter can be used,
with a relation, { "include": [ { "relation": "todo" } ] }, the following
url-encoded query parameter can be used,

```
http://localhost:3000/todos?filter=%7B%22include%22%3A%5B%7B%22relation%22%3A%22todoList%22%7D%5D%7D
Expand Down
4 changes: 2 additions & 2 deletions docs/site/decorators/Decorators_openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ supports receiving `url-encoded` payload for a json query parameter as per Open
API specification.

To filter results from the GET '/todo-list' endpoint in the todo-list example
with a specific relation, { "include": [ { "relation": "todo" } ] }, the following
`url-encoded` query parameter can be used,
with a specific relation, { "include": [ { "relation": "todo" } ] }, the
following `url-encoded` query parameter can be used,

```
http://localhost:3000/todos?filter=%7B%22include%22%3A%5B%7B%22relation%22%3A%22todoList%22%7D%5D%7D
Expand Down
4 changes: 2 additions & 2 deletions docs/site/migration/auth/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Next let's take a look of the migration steps to get prepared:
- provides persistency for `User`, see
[section 2](#user-persistency-and-crud-apis).
- creates a login controller, see [section 3](#creating-login-function).
- mounts the JWT authentication component, see [section 4](#mounting- authentication-component).
It mainly includes:
- mounts the JWT authentication component, see [section 4](#mounting-
authentication-component). It mainly includes:
- a token service to generate and validate access tokens
- an authentication strategy to validate the user identity

Expand Down
2 changes: 1 addition & 1 deletion examples/access-control-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@loopback/testlab": "^7.0.8",
"@types/lodash": "^4.17.14",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"lodash": "^4.17.21",
"typescript": "~5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/binding-resolution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@loopback/testlab": "^7.0.8",
"@types/debug": "^4.1.12",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@loopback/eslint-config": "^15.0.4",
"@loopback/testlab": "^7.0.8",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/express-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@loopback/testlab": "^7.0.8",
"@types/express": "^4.17.21",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/file-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/express-serve-static-core": "^4.17.37",
"@types/multer": "^1.4.12",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@loopback/testlab": "^7.0.8",
"@types/multer": "^1.4.12",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"rimraf": "^5.0.10",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/greeter-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@loopback/testlab": "^7.0.8",
"@types/debug": "4.1.12",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/greeting-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@loopback/testlab": "^7.0.8",
"@types/debug": "4.1.12",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@loopback/eslint-config": "^15.0.4",
"@loopback/testlab": "^7.0.8",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/lb3-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@loopback/testlab": "^7.0.8",
"@types/lodash": "^4.17.14",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"lodash": "^4.17.21",
"should": "^13.2.3",
"typescript": "~5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/log-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@loopback/testlab": "^7.0.8",
"@types/debug": "^4.1.12",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/metrics-prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@loopback/eslint-config": "^15.0.4",
"@loopback/testlab": "^7.0.8",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/multi-tenancy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/debug": "^4.1.12",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/passport-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@types/lodash": "^4.17.14",
"@types/node": "^16.18.123",
"axios": "^1.7.9",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"lodash": "^4.17.21",
"typescript": "~5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/references-many/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@loopback/testlab": "^7.0.8",
"@types/lodash": "^4.17.14",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"lodash": "^4.17.21",
"typescript": "~5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/rest-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@loopback/testlab": "^7.0.8",
"@types/lodash": "^4.17.14",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"lodash": "^4.17.21",
"typescript": "~5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@loopback/testlab": "^7.0.8",
"@types/express": "^4.17.21",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/soap-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@loopback/testlab": "^7.0.8",
"@types/mocha": "^10.0.10",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"mocha": "^10.8.2",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@loopback/testlab": "^7.0.8",
"@types/debug": "^4.1.12",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"socket.io-client": "^4.8.1",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@loopback/testlab": "^7.0.8",
"@types/lodash": "^4.17.14",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"lodash": "^4.17.21",
"typescript": "~5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@loopback/testlab": "^7.0.8",
"@types/lodash": "^4.17.14",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"lodash": "^4.17.21",
"typescript": "~5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/lodash": "^4.17.14",
"@types/morgan": "^1.9.9",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"lodash": "^4.17.21",
"typescript": "~5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/validation-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@loopback/eslint-config": "^15.0.4",
"@loopback/testlab": "^7.0.8",
"@types/node": "^16.18.123",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/puppeteer": "^7.0.4",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"events": "^3.3.0",
"process": "^0.11.10",
"puppeteer": "^21.11.0",
Expand Down
Loading
Loading