Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-unicorn to v41 (#74)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency eslint-plugin-unicorn to v41

* Update update-docs-readme.ts

* Create six-rockets-jam.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: roikoren755 <26850796+roikoren755@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 21, 2022
1 parent 2cf9a33 commit 5437fa9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-rockets-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-es-roikoren": patch
---

chore(deps): update dependency eslint-plugin-unicorn to v41
24 changes: 12 additions & 12 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 @@ -64,7 +64,7 @@
"eslint-plugin-eslint-plugin": "4.1.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unicorn": "40.1.0",
"eslint-plugin-unicorn": "41.0.0",
"globals": "13.12.1",
"husky": "7.0.4",
"lint-staged": "12.3.4",
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-docs-readme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ ${configs
// Write README.md
writeFileSync(
'docs/README.md',
readFileSync('docs/README.md', 'utf-8').replace(
readFileSync('docs/README.md', 'utf8').replace(
/<!--\s*PRESETS_TABLE_START\s*-->[\s\S]*?<!--\s*PRESETS_TABLE_END\s*-->/u,
`<!-- PRESETS_TABLE_START -->
${presetsTableContent}
Expand All @@ -199,7 +199,7 @@ ${presetsTableContent}
// Write README.md
writeFileSync(
'README.md',
readFileSync('README.md', 'utf-8').replace(
readFileSync('README.md', 'utf8').replace(
/<!--\s*PRESETS_TABLE_START\s*-->[\s\S]*?<!--\s*PRESETS_TABLE_END\s*-->/u,
`<!-- PRESETS_TABLE_START -->
${presetsTableContent}
Expand Down

0 comments on commit 5437fa9

Please sign in to comment.