@autorest/java 4.1.40 → 4.1.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/core/package.json CHANGED
@@ -38,35 +38,35 @@
38
38
  "devDependencies": {
39
39
  "@chronus/chronus": "^0.13.0",
40
40
  "@chronus/github": "^0.4.4",
41
- "@eslint/js": "^9.12.0",
42
- "@microsoft/api-extractor": "^7.47.9",
41
+ "@eslint/js": "^9.15.0",
42
+ "@microsoft/api-extractor": "^7.47.11",
43
43
  "@octokit/core": "^6.1.2",
44
- "@octokit/plugin-paginate-graphql": "^5.2.3",
44
+ "@octokit/plugin-paginate-graphql": "^5.2.4",
45
45
  "@octokit/plugin-rest-endpoint-methods": "^13.2.6",
46
46
  "@pnpm/find-workspace-packages": "^6.0.9",
47
47
  "@types/micromatch": "^4.0.9",
48
- "@types/node": "~22.7.5",
49
- "@vitest/coverage-v8": "^2.1.2",
48
+ "@types/node": "~22.7.9",
49
+ "@vitest/coverage-v8": "^2.1.5",
50
50
  "c8": "^10.1.2",
51
- "cspell": "^8.14.4",
52
- "eslint": "^9.12.0",
51
+ "cspell": "^8.16.0",
52
+ "eslint": "^9.15.0",
53
53
  "eslint-plugin-deprecation": "^3.0.0",
54
54
  "eslint-plugin-import": "^2.31.0",
55
- "eslint-plugin-react-hooks": "^5.1.0-rc-94e652d5-20240912",
56
- "eslint-plugin-unicorn": "^56.0.0",
55
+ "eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
56
+ "eslint-plugin-unicorn": "^56.0.1",
57
57
  "eslint-plugin-vitest": "^0.5.4",
58
58
  "micromatch": "^4.0.8",
59
- "picocolors": "~1.1.0",
60
- "playwright": "^1.48.2",
59
+ "picocolors": "~1.1.1",
60
+ "playwright": "^1.49.0",
61
61
  "prettier": "~3.3.3",
62
62
  "prettier-plugin-astro": "^0.14.1",
63
63
  "prettier-plugin-organize-imports": "~4.1.0",
64
64
  "rimraf": "~6.0.1",
65
65
  "syncpack": "^13.0.0",
66
- "tsx": "^4.19.1",
66
+ "tsx": "^4.19.2",
67
67
  "typescript": "~5.6.3",
68
- "typescript-eslint": "^8.8.1",
69
- "vitest": "^2.1.2",
68
+ "typescript-eslint": "^8.15.0",
69
+ "vitest": "^2.1.5",
70
70
  "yaml": "~2.5.1"
71
71
  },
72
72
  "syncpack": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autorest/java",
3
- "version": "4.1.40",
3
+ "version": "4.1.42",
4
4
  "description": "The Java extension for classic generators in AutoRest.",
5
5
  "scripts": {
6
6
  "autorest": "autorest",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-java",
3
- "version": "0.24.0",
3
+ "version": "0.26.0",
4
4
  "description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
5
5
  "keywords": [
6
6
  "TypeSpec"
@@ -49,7 +49,7 @@
49
49
  "@azure-tools/typespec-azure-resource-manager": ">=0.48.0 <1.0.0",
50
50
  "@azure-tools/typespec-autorest": ">=0.48.0 <1.0.0",
51
51
  "@azure-tools/typespec-azure-rulesets": ">=0.48.0 <1.0.0",
52
- "@azure-tools/typespec-client-generator-core": ">=0.48.0 <1.0.0",
52
+ "@azure-tools/typespec-client-generator-core": ">=0.48.2 <1.0.0",
53
53
  "@typespec/compiler": ">=0.62.0 <1.0.0",
54
54
  "@typespec/http": ">=0.62.0 <1.0.0",
55
55
  "@typespec/openapi": ">=0.62.0 <1.0.0",
@@ -67,13 +67,13 @@
67
67
  "@azure-tools/typespec-azure-resource-manager": "0.48.0",
68
68
  "@azure-tools/typespec-autorest": "0.48.0",
69
69
  "@azure-tools/typespec-azure-rulesets": "0.48.0",
70
- "@azure-tools/typespec-client-generator-core": "0.48.0",
70
+ "@azure-tools/typespec-client-generator-core": "0.48.2",
71
71
  "@types/js-yaml": "~4.0.9",
72
- "@types/lodash": "~4.17.12",
72
+ "@types/lodash": "~4.17.13",
73
73
  "@types/mocha": "~10.0.9",
74
- "@types/node": "~22.7.7",
75
- "@typescript-eslint/eslint-plugin": "~8.10.0",
76
- "@typescript-eslint/parser": "~8.10.0",
74
+ "@types/node": "~22.9.0",
75
+ "@typescript-eslint/eslint-plugin": "~8.14.0",
76
+ "@typescript-eslint/parser": "~8.14.0",
77
77
  "@typespec/compiler": "0.62.0",
78
78
  "@typespec/http": "0.62.0",
79
79
  "@typespec/openapi": "0.62.0",
@@ -83,7 +83,7 @@
83
83
  "c8": "~10.1.2",
84
84
  "eslint": "~8.57.0",
85
85
  "eslint-plugin-deprecation": "~3.0.0",
86
- "mocha": "~10.7.3",
86
+ "mocha": "~10.8.2",
87
87
  "prettier": "~3.3.3",
88
88
  "rimraf": "~6.0.1",
89
89
  "typescript": "~5.6.3"
@@ -9,12 +9,12 @@
9
9
  "testserver-run": "npx cadl-ranch serve ./node_modules/@azure-tools/cadl-ranch-specs/http --coverageFile ./cadl-ranch-coverage-java.json"
10
10
  },
11
11
  "dependencies": {
12
- "@azure-tools/cadl-ranch-specs": "0.38.0",
13
- "@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.24.0.tgz"
12
+ "@azure-tools/cadl-ranch-specs": "0.39.4",
13
+ "@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.26.0.tgz"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@typespec/prettier-plugin-typespec": "~0.62.0",
17
- "prettier-plugin-organize-imports": "4.0.0",
17
+ "prettier-plugin-organize-imports": "4.1.0",
18
18
  "prettier": "~3.3.3"
19
19
  },
20
20
  "overrides": {