Skip to content

Commit

Permalink
Upgrade lots of dependencies (fern-api#705)
Browse files Browse the repository at this point in the history
* Upgrade lots of deps

* Downgrade execa

* Fix snapshots
  • Loading branch information
zachkirsch authored Sep 16, 2022
1 parent c97be7f commit 8cb124e
Show file tree
Hide file tree
Showing 160 changed files with 3,758 additions and 3,213 deletions.
1 change: 1 addition & 0 deletions .eslintrc.lint-staged.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function doesRuleRequireTypeInformation(ruleId) {
}
switch (ruleId) {
case "deprecation/deprecation":
case "jest/unbound-method":
return true;
default:
return false;
Expand Down
3,488 changes: 1,872 additions & 1,616 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import IS_CI from "is-ci";
// eslint-disable-next-line jest/no-jest-import
import { Config } from "jest";
import { getAllPackages } from "./packages/scripts/src/getAllPackages";
import defaultConfig from "./shared/jest.config.shared";
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,37 +40,37 @@
"root-package:fix": "yarn root-package:check --fix"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@blueprintjs/eslint-plugin": "^2.1.2",
"@blueprintjs/stylelint-plugin": "^2.0.8",
"@types/is-ci": "^3.0.0",
"@types/jest": "^28.1.6",
"@types/jest": "^29.0.3",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.0.3",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"chalk": "^5.0.1",
"depcheck": "^1.4.3",
"docsify-cli": "^4.4.4",
"eslint": "^8.19.0",
"eslint": "^8.23.1",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest": "^27.0.4",
"execa": "^5.1.1",
"husky": "^7.0.4",
"husky": "^8.0.1",
"immer": "^9.0.15",
"is-ci": "^3.0.1",
"jest": "^28.1.3",
"lint-staged": "^12.3.7",
"jest": "^29.0.3",
"lint-staged": "^13.0.3",
"lodash-es": "^4.17.21",
"mrlint": "^0.0.102",
"mrlint": "^0.0.103",
"organize-imports-cli": "^0.10.0",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint": "^14.11.0",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"ts-node": "^10.9.1",
"typescript": "4.6.4"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/_root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
"@fern-ui/toaster": "workspace:*"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.11",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"depcheck": "^1.4.3",
"eslint": "^8.22.0",
"jest": "^28.1.3",
"eslint": "^8.23.1",
"jest": "^29.0.3",
"prettier": "^2.7.1",
"typescript": "4.6.4"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,24 @@
"yargs": "^17.4.1"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@types/boxen": "^3.0.1",
"@types/inquirer": "^9.0.1",
"@types/is-ci": "^3.0.0",
"@types/jest": "^28.1.7",
"@types/jest": "^29.0.3",
"@types/js-yaml": "^4.0.5",
"@types/latest-version": "^4.0.1",
"@types/node": "^18.7.11",
"@types/node": "^18.7.18",
"@types/validate-npm-package-name": "^4.0.0",
"@types/yargs": "^17.0.10",
"@types/yargs": "^17.0.12",
"@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.14",
"depcheck": "^1.4.3",
"env-cmd": "toddbluhm/env-cmd",
"esbuild": "^0.14.50",
"eslint": "^8.22.0",
"jest": "^28.1.3",
"esbuild": "^0.15.7",
"eslint": "^8.23.1",
"jest": "^29.0.3",
"prettier": "^2.7.1",
"typescript": "4.6.4"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/config-management/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"zod": "^3.14.3"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.11",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"depcheck": "^1.4.3",
"eslint": "^8.22.0",
"jest": "^28.1.3",
"eslint": "^8.23.1",
"jest": "^29.0.3",
"prettier": "^2.7.1",
"typescript": "4.6.4"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"zod": "^3.14.3"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.7",
"@types/jest": "^29.0.3",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.7.11",
"@types/node": "^18.7.18",
"depcheck": "^1.4.3",
"eslint": "^8.22.0",
"jest": "^28.1.3",
"eslint": "^8.23.1",
"jest": "^29.0.3",
"prettier": "^2.7.1",
"typescript": "4.6.4"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/config-management/manage-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"immer": "^9.0.15"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.11",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"depcheck": "^1.4.3",
"eslint": "^8.22.0",
"jest": "^28.1.3",
"eslint": "^8.23.1",
"jest": "^29.0.3",
"prettier": "^2.7.1",
"typescript": "4.6.4"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"zod": "^3.14.3"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.11",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"depcheck": "^1.4.3",
"eslint": "^8.22.0",
"jest": "^28.1.3",
"eslint": "^8.23.1",
"jest": "^29.0.3",
"prettier": "^2.7.1",
"typescript": "4.6.4"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/ete-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"tmp-promise": "^3.0.3"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.7",
"@types/jest": "^29.0.3",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.7.11",
"@types/node": "^18.7.18",
"depcheck": "^1.4.3",
"eslint": "^8.22.0",
"jest": "^28.1.3",
"eslint": "^8.23.1",
"jest": "^29.0.3",
"prettier": "^2.7.1",
"typescript": "4.6.4"
}
Expand Down
26 changes: 13 additions & 13 deletions packages/cli/ete-tests/src/tests/add/__snapshots__/add.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`fern add 1`] = `
Array [
Object {
"contents": Array [
Object {
"contents": Array [
Object {
"contents": Array [
Object {
[
{
"contents": [
{
"contents": [
{
"contents": [
{
"contents": "name: api
",
"name": "api.yml",
"type": "file",
},
Object {
{
"contents": "# yaml-language-server: $schema=https://raw.githubusercontent.com/fern-api/fern/main/fern.schema.json
types:
Expand Down Expand Up @@ -69,7 +69,7 @@ errors:
"name": "definition",
"type": "directory",
},
Object {
{
"contents": "draft:
- name: fernapi/fern-java
version: 0.0.92
Expand Down Expand Up @@ -97,10 +97,10 @@ release: []
"name": "api",
"type": "directory",
},
Object {
{
"contents": "{
\\"organization\\": \\"fern\\",
\\"version\\": \\"0.0.0\\"
"organization": "fern",
"version": "0.0.0"
}",
"name": "fern.config.json",
"type": "file",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`fern init 1`] = `
Array [
Object {
"contents": Array [
Object {
"contents": Array [
Object {
[
{
"contents": [
{
"contents": [
{
"contents": "name: api
",
"name": "api.yml",
"type": "file",
},
Object {
{
"contents": "# yaml-language-server: $schema=https://raw.githubusercontent.com/fern-api/fern/main/fern.schema.json
types:
Expand Down Expand Up @@ -67,7 +67,7 @@ errors:
"name": "definition",
"type": "directory",
},
Object {
{
"contents": "draft: []
release: []
",
Expand All @@ -78,10 +78,10 @@ release: []
"name": "api",
"type": "directory",
},
Object {
{
"contents": "{
\\"organization\\": \\"fern\\",
\\"version\\": \\"0.0.0\\"
"organization": "fern",
"version": "0.0.0"
}",
"name": "fern.config.json",
"type": "file",
Expand Down
Loading

0 comments on commit 8cb124e

Please sign in to comment.