Skip to content

Commit 4579293

Browse files
npm(deps): bump the npm-dependencies group with 4 updates (#21)
* npm(deps): bump the npm-dependencies group with 4 updates Bumps the npm-dependencies group with 4 updates: [mongoose](https://github.com/Automattic/mongoose), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [globals](https://github.com/sindresorhus/globals) and [lint-staged](https://github.com/lint-staged/lint-staged). Updates `mongoose` from 8.15.0 to 8.15.1 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@8.15.0...8.15.1) Updates `@eslint/js` from 9.27.0 to 9.28.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.28.0/packages/js) Updates `globals` from 16.1.0 to 16.2.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.1.0...v16.2.0) Updates `lint-staged` from 16.0.0 to 16.1.0 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.0.0...v16.1.0) --- updated-dependencies: - dependency-name: mongoose dependency-version: 8.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@eslint/js" dependency-version: 9.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: globals dependency-version: 16.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: lint-staged dependency-version: 16.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Create CODEOWNERS * Update dependabot.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kaj Kowalski <dev@kajkowalski.nl>
1 parent edf7181 commit 4579293

File tree

4 files changed

+103
-46
lines changed

4 files changed

+103
-46
lines changed

.github/CODEOWNERS

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence,
6+
# @kjanat will be requested for
7+
# review when someone opens a pull request.
8+
* @kjanat
9+
10+
# Order is important; the last matching pattern takes the most
11+
# precedence. When someone opens a pull request that only
12+
# modifies JS files, only @js-owner and not the global
13+
# owner(s) will be requested for a review.
14+
# *.js @js-owner # This is an inline comment.
15+
16+
# You can also use email addresses if you prefer. They'll be
17+
# used to look up users just like we do for commit author
18+
# emails.
19+
# *.go docs@example.com
20+
21+
# Teams can be specified as code owners as well. Teams should
22+
# be identified in the format @org/team-name. Teams must have
23+
# explicit write access to the repository. In this example,
24+
# the octocats team in the octo-org organization owns all .txt files.
25+
# *.txt @octo-org/octocats
26+
27+
# In this example, @doctocat owns any files in the build/logs
28+
# directory at the root of the repository and any of its
29+
# subdirectories.
30+
# /build/logs/ @doctocat
31+
32+
# The `docs/*` pattern will match files like
33+
# `docs/getting-started.md` but not further nested files like
34+
# `docs/build-app/troubleshooting.md`.
35+
# docs/* docs@example.com
36+
37+
# In this example, @octocat owns any file in an apps directory
38+
# anywhere in your repository.
39+
# apps/ @octocat
40+
41+
# In this example, @doctocat owns any file in the `/docs`
42+
# directory in the root of your repository and any of its
43+
# subdirectories.
44+
# /docs/ @doctocat
45+
46+
# In this example, any change inside the `/scripts` directory
47+
# will require approval from @doctocat or @octocat.
48+
# /scripts/ @doctocat @octocat
49+
50+
# In this example, @octocat owns any file in a `/logs` directory such as
51+
# `/build/logs`, `/scripts/logs`, and `/deeply/nested/logs`. Any changes
52+
# in a `/logs` directory will require approval from @octocat.
53+
# **/logs @octocat
54+
55+
# In this example, @octocat owns any file in the `/apps`
56+
# directory in the root of your repository except for the `/apps/github`
57+
# subdirectory, as its owners are left empty. Without an owner, changes
58+
# to `apps/github` can be made with the approval of any user who has
59+
# write access to the repository.
60+
# /apps/ @octocat
61+
# /apps/github
62+
63+
# In this example, @octocat owns any file in the `/apps`
64+
# directory in the root of your repository except for the `/apps/github`
65+
# subdirectory, as this subdirectory has its own owner @doctocat
66+
# /apps/ @octocat
67+
# /apps/github @doctocat

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ updates:
1616
commit-message:
1717
prefix: 'npm'
1818
include: 'scope'
19-
reviewers:
20-
- 'kjanat'
2119
groups:
2220
npm-dependencies:
2321
patterns:
@@ -33,8 +31,6 @@ updates:
3331
commit-message:
3432
prefix: 'docker'
3533
include: 'scope'
36-
reviewers:
37-
- 'kjanat'
3834
groups:
3935
docker-dependencies:
4036
patterns:
@@ -50,8 +46,6 @@ updates:
5046
commit-message:
5147
prefix: 'docker-compose'
5248
include: 'scope'
53-
reviewers:
54-
- 'kjanat'
5549
groups:
5650
docker-dependencies:
5751
patterns:
@@ -66,8 +60,6 @@ updates:
6660
commit-message:
6761
prefix: 'github-actions'
6862
include: 'scope'
69-
reviewers:
70-
- 'kjanat'
7163
groups:
7264
github-dependencies:
7365
patterns:
@@ -82,8 +74,6 @@ updates:
8274
commit-message:
8375
prefix: 'devcontainers'
8476
include: 'scope'
85-
reviewers:
86-
- 'kjanat'
8777
groups:
8878
github-dependencies:
8979
patterns:

package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"helmet": "^8.1.0",
7878
"joi": "^17.13.3",
7979
"jsonwebtoken": "^9.0.2",
80-
"mongoose": "^8.15.0",
80+
"mongoose": "^8.15.1",
8181
"morgan": "^1.10.0",
8282
"swagger-jsdoc": "^6.2.8",
8383
"swagger-ui-express": "^5.0.1",
@@ -86,14 +86,14 @@
8686
},
8787
"devDependencies": {
8888
"@babel/preset-env": "^7.27.2",
89-
"@eslint/js": "^9.27.0",
89+
"@eslint/js": "^9.28.0",
9090
"cross-env": "^7.0.3",
9191
"eslint-config-prettier": "^10.1.5",
92-
"globals": "^16.1.0",
92+
"globals": "^16.2.0",
9393
"husky": "^9.1.7",
9494
"jest": "^29.7.0",
9595
"lint": "^1.1.2",
96-
"lint-staged": "^16.0.0",
96+
"lint-staged": "^16.1.0",
9797
"mongodb-memory-server": "^10.1.4",
9898
"nodemon": "^3.1.10",
9999
"prettier": "^3.5.3",

0 commit comments

Comments
 (0)