Skip to content

Commit

Permalink
Chore: Update dependencies and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
vidorteg committed Jun 5, 2024
1 parent 149b5ec commit a900be8
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 22 deletions.
7 changes: 7 additions & 0 deletions packages/configuration-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.0.16 (June 5, 2024)

## Chores

* [[`b79ae9b83f`](https://github.com/webhintio/hint/commit/b79ae9b83ff16af1c36a1adbf9a8a2236e22e2c9)] - Chore: Update dependencies and package version (by [`Vidal Ortega`](https://github.com/vidorteg)).


# 3.0.9 (March 17, 2023)

## Bug fixes / Improvements
Expand Down
8 changes: 4 additions & 4 deletions packages/configuration-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"@hint/connector-jsdom": "^4.1.27",
"@hint/connector-puppeteer": "^2.5.24",
"@hint/connector-local": "^3.2.27",
"@hint/formatter-codeframe": "^3.1.35",
"@hint/extension-browser": "^2.4.16",
"vscode-webhint": "^2.1.13",
"@hint/formatter-excel": "^3.1.35",
"@hint/extension-browser": "^2.4.15",
"vscode-webhint": "^2.1.12",
"@hint/formatter-codeframe": "^3.1.35",
"@hint/formatter-html": "^4.3.16",
"@hint/formatter-json": "^3.1.35",
"@hint/formatter-stylish": "^3.1.35",
Expand Down Expand Up @@ -94,5 +94,5 @@
"type": "git",
"url": "https://github.com/webhintio/hint.git"
},
"version": "3.0.15"
"version": "3.0.16"
}
4 changes: 2 additions & 2 deletions packages/create-hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fork-ts-checker-webpack-plugin": "^7.2.13",
"fs-extra": "^11.1.0",
"handlebars": "^4.7.7",
"hint": "^7.1.11",
"hint": "^7.1.12",
"inquirer": "^8.2.2",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
Expand Down Expand Up @@ -88,5 +88,5 @@
"watch:ts": "npm run build:ts -- --watch",
"webpack": "webpack"
},
"version": "5.0.13"
"version": "5.0.14"
}
7 changes: 7 additions & 0 deletions packages/create-hintrc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 4.0.14 (June 5, 2024)

## New features

* [[`149b5ec560`](https://github.com/webhintio/hint/commit/149b5ec560b6a9873db3e5faf04836c466ce9898)] - Update: Browserlist and caniuse to latest versions (by [`Vidal Ortega`](https://github.com/vidorteg)).


# 4.0.11 (June 8, 2023)

## Chores
Expand Down
4 changes: 2 additions & 2 deletions packages/create-hintrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-markdown": "^2.2.1",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"hint": "^7.1.11",
"hint": "^7.1.12",
"inquirer": "^8.2.2",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
Expand Down Expand Up @@ -90,5 +90,5 @@
"watch:ts": "npm run build:ts -- --watch",
"webpack": "webpack"
},
"version": "4.0.13"
"version": "4.0.14"
}
4 changes: 2 additions & 2 deletions packages/create-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"fork-ts-checker-webpack-plugin": "^7.2.13",
"fs-extra": "^11.1.0",
"handlebars": "^4.7.7",
"hint": "^7.1.11",
"hint": "^7.1.12",
"inquirer": "^8.2.2",
"mkdirp": "^1.0.3",
"npm-run-all": "^4.1.5",
Expand Down Expand Up @@ -90,5 +90,5 @@
"watch:ts": "npm run build:ts -- --watch",
"webpack": "webpack"
},
"version": "4.0.13"
"version": "4.0.14"
}
7 changes: 7 additions & 0 deletions packages/extension-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.4.16 (June 5, 2024)

## Chores

* [[`dac7399bfd`](https://github.com/webhintio/hint/commit/dac7399bfda302d768665d7e779d32c4aef4f5d5)] - Upgrade: Bump @mdn/browser-compat-data from 4.1.10 to 5.5.23 (by [`Vidal Ortega`](https://github.com/vidorteg) / see also: [`#5834`](https://github.com/webhintio/hint/issues/5834)).


# 2.4.15 (March 18, 2024)

## Chores
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"focus-visible": "^5.2.0",
"glob": "^8.1.0",
"globby": "^11.0.4",
"hint": "^7.1.11",
"hint": "^7.1.12",
"is-ci": "^3.0.1",
"jsdom": "^21.1.0",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -156,5 +156,5 @@
"webpack": "webpack",
"webpack-stats": "webpack --json > stats.json"
},
"version": "2.4.15"
"version": "2.4.16"
}
4 changes: 2 additions & 2 deletions packages/extension-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-markdown": "^2.2.1",
"hint": "^7.1.11",
"hint": "^7.1.12",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
Expand Down Expand Up @@ -94,5 +94,5 @@
"watch:test": "ava --watch",
"watch:ts": "npm run build:ts -- --watch"
},
"version": "2.1.12"
"version": "2.1.13"
}
7 changes: 7 additions & 0 deletions packages/hint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 7.1.12 (June 5, 2024)

## New features

* [[`149b5ec560`](https://github.com/webhintio/hint/commit/149b5ec560b6a9873db3e5faf04836c466ce9898)] - Update: Browserlist and caniuse to latest versions (by [`Vidal Ortega`](https://github.com/vidorteg)).


# 7.1.11 (March 18, 2024)

## Bug fixes / Improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@
"watch:test": "ava --watch",
"watch:ts": "npm run build:ts -- --watch"
},
"version": "7.1.11"
"version": "7.1.12"
}
11 changes: 11 additions & 0 deletions packages/utils-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.4.16 (June 5, 2024)

## New features

* [[`149b5ec560`](https://github.com/webhintio/hint/commit/149b5ec560b6a9873db3e5faf04836c466ce9898)] - Update: Browserlist and caniuse to latest versions (by [`Vidal Ortega`](https://github.com/vidorteg)).

## Chores

* [[`dac7399bfd`](https://github.com/webhintio/hint/commit/dac7399bfda302d768665d7e779d32c4aef4f5d5)] - Upgrade: Bump @mdn/browser-compat-data from 4.1.10 to 5.5.23 (by [`Vidal Ortega`](https://github.com/vidorteg) / see also: [`#5834`](https://github.com/webhintio/hint/issues/5834)).


# 1.4.15 (March 21, 2024)

## Bug fixes / Improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/utils-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-markdown": "^2.2.1",
"globby": "^11.0.4",
"hint": "^7.1.11",
"hint": "^7.1.12",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
Expand Down Expand Up @@ -123,5 +123,5 @@
"webpack": "webpack",
"webpack-stats": "webpack --json > stats.json"
},
"version": "1.4.15"
"version": "1.4.16"
}
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2739,11 +2739,6 @@ caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001587:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz#f894b4209376a0bf923d67d9c361d96b1dfebe39"
integrity sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==

caniuse-lite@^1.0.30001614:
version "1.0.30001614"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz#f894b4209376a0bf923d67d9c361d96b1dfebe39"
integrity sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==

canvas@^2.11.2:
version "2.11.2"
resolved "https://registry.yarnpkg.com/canvas/-/canvas-2.11.2.tgz#553d87b1e0228c7ac0fc72887c3adbac4abbd860"
Expand Down

0 comments on commit a900be8

Please sign in to comment.