Skip to content

Commit

Permalink
Merge branch 'main' into availableinworker-6-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 1, 2025
2 parents 3ad738e + 21e9ac9 commit 3979e24
Show file tree
Hide file tree
Showing 6 changed files with 897 additions and 389 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "4.0.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.0.1](https://github.com/mdn/yari/compare/v4.0.0...v4.0.1) (2024-12-20)


### Miscellaneous

* **deps-dev:** bump eslint-plugin-jest from 28.9.0 to 28.10.0 ([#12340](https://github.com/mdn/yari/issues/12340)) ([a0db3a4](https://github.com/mdn/yari/commit/a0db3a47f28807a0208663feb485bcd48f230075))
* **deps-dev:** bump eslint-plugin-n from 17.15.0 to 17.15.1 ([#12345](https://github.com/mdn/yari/issues/12345)) ([7850cad](https://github.com/mdn/yari/commit/7850cad797d5e70a38c8da9e93f09c02bf831a3b))
* **deps-dev:** bump resolve from 1.22.9 to 1.22.10 ([#12342](https://github.com/mdn/yari/issues/12342)) ([18cef57](https://github.com/mdn/yari/commit/18cef57e1e7285c913fbf06397be4d251f9eebc9))
* **deps:** bump @mdn/browser-compat-data from 5.6.25 to 5.6.26 ([#12348](https://github.com/mdn/yari/issues/12348)) ([d1d253e](https://github.com/mdn/yari/commit/d1d253ef30082cbd5573780eda61f8ff228f76a0))
* **deps:** bump @mdn/rari from 0.1.8 to 0.1.9 ([#12341](https://github.com/mdn/yari/issues/12341)) ([e1c20ea](https://github.com/mdn/yari/commit/e1c20eaa5c812ffa5185e10f8e640bf6764d01c5))
* **deps:** bump @mdn/rari from 0.1.9 to 0.1.10 ([#12350](https://github.com/mdn/yari/issues/12350)) ([bc7e5a1](https://github.com/mdn/yari/commit/bc7e5a12a649ef9a713c77cddb572d612c6fd163))
* **deps:** bump @stripe/stripe-js from 5.3.0 to 5.4.0 ([#12346](https://github.com/mdn/yari/issues/12346)) ([d0271a4](https://github.com/mdn/yari/commit/d0271a44f7db58afda99577ba3eaa470bf82474b))
* **deps:** bump web-specs from 3.30.0 to 3.31.0 ([#12347](https://github.com/mdn/yari/issues/12347)) ([cd15a4a](https://github.com/mdn/yari/commit/cd15a4a4b4621ee4d0de0575fb21bdb60cffb3d2))

## [4.0.0](https://github.com/mdn/yari/compare/v3.1.0...v4.0.0) (2024-12-19)


Expand Down
22 changes: 11 additions & 11 deletions deployer/poetry.lock

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

4 changes: 2 additions & 2 deletions deployer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
click = "^8.1.7"
boto3 = "^1.35.81"
click = "^8.1.8"
boto3 = "^1.35.86"
python-decouple = "^3.8"
requests = {extras = ["security"], version = "^2.32.3"}
elasticsearch-dsl = "^7.4.1"
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdn/yari",
"version": "4.0.0",
"version": "4.0.1",
"repository": "https://github.com/mdn/yari",
"license": "MPL-2.0",
"author": "MDN Web Docs",
Expand Down Expand Up @@ -80,26 +80,26 @@
"@codemirror/state": "^6.5.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@fast-csv/parse": "^5.0.2",
"@inquirer/prompts": "^7.2.0",
"@inquirer/prompts": "^7.2.1",
"@lit/react": "^1.0.6",
"@mdn/bcd-utils-api": "^0.0.7",
"@mdn/browser-compat-data": "^5.6.25",
"@mdn/rari": "^0.1.9",
"@mdn/browser-compat-data": "^5.6.26",
"@mdn/rari": "^0.1.12",
"@mozilla/glean": "5.0.3",
"@sentry/node": "^8.47.0",
"@stripe/stripe-js": "^5.3.0",
"@stripe/stripe-js": "^5.4.0",
"@use-it/interval": "^1.0.0",
"@vscode/ripgrep": "^1.15.9",
"@webref/css": "^6.17.5",
"accept-language-parser": "^1.5.0",
"async": "^3.2.6",
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"cheerio": "1.0.0-rc.12",
"cli-progress": "^3.12.0",
"codemirror": "^6.0.1",
"compression": "^1.7.5",
"compute-baseline": "^0.1.1",
"concurrently": "^9.1.0",
"concurrently": "^9.1.2",
"cookie": "^0.7.2",
"cookie-parser": "^1.4.7",
"cross-spawn": "^7.0.6",
Expand All @@ -116,7 +116,7 @@
"fs-extra": "^11.2.0",
"got": "^13.0.0",
"http-proxy-middleware": "^2.0.7",
"image-size": "^1.1.1",
"image-size": "^1.2.0",
"image-type": "^4.1.0",
"imagemin": "^9.0.0",
"imagemin-gifsicle": "^7.0.0",
Expand All @@ -133,7 +133,7 @@
"mdast-util-phrasing": "^4.1.0",
"mdn-data": "^2.14.0",
"open": "^10.1.0",
"open-editor": "^5.0.0",
"open-editor": "^5.1.0",
"openai": "^4.77.0",
"pg": "^8.13.1",
"pgvector": "^0.2.0",
Expand All @@ -160,8 +160,8 @@
"unified": "^11.0.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"web-features": "^2.14.0",
"web-specs": "^3.30.0"
"web-features": "^2.15.0",
"web-specs": "^3.31.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
Expand All @@ -173,7 +173,7 @@
"@playwright/test": "^1.49.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.10.1",
"@swc/core": "^1.10.4",
"@testing-library/react": "^15.0.7",
"@types/async": "^3.2.24",
"@types/cli-progress": "^3.11.6",
Expand Down Expand Up @@ -209,8 +209,8 @@
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-n": "^17.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-wc": "^2.2.0",
Expand Down Expand Up @@ -250,7 +250,7 @@
"react-is": "^18.3.1",
"react-refresh": "^0.16",
"react-router": "^7.0.2",
"react-router-dom": "^7.0.2",
"react-router-dom": "^7.1.1",
"remark-prettier": "^2.0.0",
"resolve": "^1.22.10",
"resolve-url-loader": "^5.0.0",
Expand All @@ -267,15 +267,15 @@
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^4.1.0",
"stylelint-scss": "^5.3.2",
"swr": "^2.2.5",
"swr": "^2.3.0",
"terser-loader": "^2.0.3",
"terser-webpack-plugin": "^5.3.11",
"ts-jest": "^29.2.5",
"ts-lit-plugin": "^2.0.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"typescript-eslint": "^8.19.0",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
Expand Down
Loading

0 comments on commit 3979e24

Please sign in to comment.