Skip to content

Commit

Permalink
npm: bump gts from 5.3.1 to 6.0.0 (#4469)
Browse files Browse the repository at this point in the history
* npm: bump gts from 5.3.1 to 6.0.0

Bumps [gts](https://github.com/google/gts) from 5.3.1 to 6.0.0.
- [Release notes](https://github.com/google/gts/releases)
- [Changelog](https://github.com/google/gts/blob/main/CHANGELOG.md)
- [Commits](google/gts@v5.3.1...v6.0.0)

---
updated-dependencies:
- dependency-name: gts
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Ran lint-fix

* Restore sanity for trailing commas

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jason Robbins <[email protected]>
  • Loading branch information
dependabot[bot] and jrobbins authored Oct 23, 2024
1 parent 3693d22 commit 9eccea6
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 55 deletions.
3 changes: 2 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import gts from 'gts/.prettierrc.json' assert { type: "json" };

/** @type {import("prettier").Config} */
export default {
...gts
...gts,
"trailingComma": "es5",
};
94 changes: 41 additions & 53 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"glob-parent": ">=6.0.2",
"gts": "^5.3.1",
"gts": "^6.0.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-babel": "^8.0.0",
Expand Down

0 comments on commit 9eccea6

Please sign in to comment.