Skip to content

Commit

Permalink
Update Other deps (major) (major) (#1522)
Browse files Browse the repository at this point in the history
* Update Other deps (major)

* Dedupe packages

* Remove type annotation

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jean-Yves Moyen <[email protected]>
  • Loading branch information
renovate[bot] and Jym77 authored Dec 8, 2023
1 parent 2bdfa98 commit a4a5985
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 166 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^20.5.9",
"async": "^3.2.1",
"execa": "^8.0.0",
"knip": "^2.33.4",
"knip": "^3.0.0",
"minimist": "^1.2.6",
"package-dependency-graph": "^1.14.4",
"prettier": "^3.0.0",
Expand Down
7 changes: 2 additions & 5 deletions packages/alfa-compatibility/scripts/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ const path = require("path");
const prettier = require("prettier");
const data = require("@mdn/browser-compat-data");

/**
* @type {Array<import("mdn-browser-compat-data/types").BrowserNames>}
*/
const include = ["chrome", "edge", "firefox", "ie", "opera", "safari"];

const { keys } = Object;
Expand Down Expand Up @@ -69,12 +66,12 @@ export const Browsers = {
.map(
(release) => `
"${release.version}": { date: ${release.date} }
`
`,
)
.join(",\n")}
}
}
`
`,
)
.join(",\n\n")}
};
Expand Down
8 changes: 4 additions & 4 deletions packages/alfa-toolchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"@changesets/assemble-release-plan": "^5.2.4",
"@changesets/config": "^2.3.1",
"@changesets/assemble-release-plan": "^6.0.0",
"@changesets/config": "^3.0.0",
"@changesets/get-github-info": "^0.6.0",
"@changesets/git": "^2.0.0",
"@changesets/git": "^3.0.0",
"@changesets/read": "^0.6.0",
"@manypkg/get-packages": "=1.1.3",
"@siteimprove/alfa-array": "workspace:^0.69.0",
Expand All @@ -46,7 +46,7 @@
"resolve-from": "^5.0.0"
},
"devDependencies": {
"@changesets/types": "^5.2.1",
"@changesets/types": "^6.0.0",
"@siteimprove/alfa-test": "workspace:^0.69.0"
}
}
Loading

0 comments on commit a4a5985

Please sign in to comment.