Skip to content

Commit e689ab4

Browse files
Bump prettier from 3.2.5 to 3.3.0 in /internal/mode/static/nginx/modules (#2078)
* Bump prettier from 3.2.5 to 3.3.0 in /internal/mode/static/nginx/modules Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update pre-commit --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Comellini <[email protected]>
1 parent cecf9ec commit e689ab4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: prettier
3535
additional_dependencies:
36-
- prettier@3.2.5 # https://github.com/pre-commit/pre-commit/issues/3133
36+
- prettier@3.3.0 # https://github.com/pre-commit/pre-commit/issues/3133
3737
types:
3838
- javascript
3939

internal/mode/static/nginx/modules/package-lock.json

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

internal/mode/static/nginx/modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@vitest/coverage-v8": "^1.6.0",
14-
"prettier": "3.2.5",
14+
"prettier": "3.3.0",
1515
"vitest": "^1.5.3"
1616
},
1717
"type": "module"

0 commit comments

Comments
 (0)