Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
brichbash authored Dec 11, 2024
2 parents 2d17350 + 383daee commit d35404d
Show file tree
Hide file tree
Showing 7 changed files with 9,318 additions and 6,976 deletions.
31 changes: 31 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Each line represents a rule, followed by a list of members.
# These members are the default owners for all files that match the specified pattern.
# The pattern generally follows the same syntax used for .gitignore files.
# The last matching rule always wins; those that appear lower in the file take precedence over rules that appear higher up.
# Specify owners by their username, email, or role assignment in the project.

# Examples:

# Member with username "john.smith" and member with email "alex@mycompany.com"
# own any JavaScript file in repository
# *.js john.smith alex@mycompany.com

# Bob owns all files under "subdir" directory at the repository root and all its subdirectories
# /subdir/ Bob

# All members who are assigned the Project Collaborator role own any file under docs/ directory
# anywhere in the repository, but not further nested files
# docs/* "Project Collaborator"

# This file itself is owned by members who are assigned the Project Admin role in this project.

.circleci/ @tiulpin
.github/ @tiulpin
common/ @tiulpin
orb/ @tiulpin
vsts/ @tiulpin
scan/ @tiulpin
*.yml @tiulpin
*.yaml @tiulpin
gradle/ @JetBrains/qodana-developers
plugin/ @JetBrains/qodana-developers
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
],
"devDependencies": {
"@types/node": "^22.10.1",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/parser": "^8.18.0",
"eslint": "^8.57.1",
"eslint-plugin-jest": "^28.9.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "3.4.1",
"prettier": "3.4.2",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
Expand Down
Loading

0 comments on commit d35404d

Please sign in to comment.