Skip to content

Commit

Permalink
Bump prettier from 3.2.5 to 3.3.0 in /internal/mode/static/nginx/modu…
Browse files Browse the repository at this point in the history
…les (nginxinc#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] <support@github.com>

* Update pre-commit

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <luca.com@gmail.com>
  • Loading branch information
dependabot[bot] and lucacome authored Jun 3, 2024
1 parent cecf9ec commit e689ab4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- prettier@3.2.5 # https://github.com/pre-commit/pre-commit/issues/3133
- prettier@3.3.0 # https://github.com/pre-commit/pre-commit/issues/3133
types:
- javascript

Expand Down
8 changes: 4 additions & 4 deletions internal/mode/static/nginx/modules/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/mode/static/nginx/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@vitest/coverage-v8": "^1.6.0",
"prettier": "3.2.5",
"prettier": "3.3.0",
"vitest": "^1.5.3"
},
"type": "module"
Expand Down

0 comments on commit e689ab4

Please sign in to comment.