Skip to content

Commit

Permalink
chore(deps): bump all (dev)Dependencies (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 24, 2022
1 parent 31a6f56 commit 5c0ce7b
Show file tree
Hide file tree
Showing 7 changed files with 741 additions and 713 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-coins-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-markup": patch
---

chore(deps): bump `synckit`
2 changes: 1 addition & 1 deletion .github/workflows/pkg-size.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Package Size Report

on:
pull_request:
pull_request_target:
branches:
- main

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- main
pull_request:
# eslint-disable-next-line yml/no-empty-mapping-value
pull_request_target:

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/atlassian/changesets)
[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/changesets/changesets)

> Incredible ESLint plugins, make ESLint greater
Expand Down
28 changes: 18 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,30 @@
"vercel-build": "yarn docs:build"
},
"devDependencies": {
"@1stg/app-config": "^6.0.0",
"@1stg/lib-config": "^8.0.0",
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.23.1",
"@markuplint/rule-textlint": "^2.5.3",
"@1stg/app-config": "^6.1.4",
"@1stg/lib-config": "^9.0.1",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.0",
"@markuplint/rule-textlint": "^2.5.4",
"@pkgr/webpack": "^3.1.2",
"@pkgr/webpack-mdx": "^2.0.3",
"@types/eslint": "^8.4.5",
"@types/htmlhint": "^1.1.2",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.3",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/web": "^0.0.69",
"github-markdown-css": "^5.1.0",
"jest": "^28.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"sirv-cli": "^2.0.2",
"textlint-rule-max-comma": "^2.0.2",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
"type-coverage": "^2.21.2",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"type-coverage": "^2.22.0",
"typescript": "^4.7.4",
"yarn-deduplicate": "^5.0.0"
},
Expand All @@ -65,6 +66,12 @@
"root": true,
"extends": "@1stg",
"overrides": [
{
"files": ".github/*.yml",
"rules": {
"unicorn/filename-case": "off"
}
},
{
"files": "docs/**/*.tsx",
"rules": {
Expand All @@ -79,6 +86,7 @@
"**/lib",
"**/test/fixtures",
"**/CHANGELOG.md",
"!/.github",
"!/.*.js"
],
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions packages/markup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"dependencies": {
"cosmiconfig": "^7.0.1",
"eslint-plugin-utils": "^0.3.1",
"markuplint": "^2.9.0",
"synckit": "^0.7.2",
"markuplint": "^2.10.0",
"synckit": "^0.8.1",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 5c0ce7b

Please sign in to comment.