@adonisjs/core 6.19.0 → 6.19.1

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/README.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # @adonisjs/core
2
2
 
3
+ **Featured sponsors**
4
+
5
+ <table>
6
+
7
+ <tr>
8
+ <td>
9
+
10
+ <a href="https://route4me.com/?utm_source=adonisjs.com">
11
+ <img src="https://raw.githubusercontent.com/thetutlage/static/refs/heads/main/featured_sponsors/logos/route4me.jpg" />
12
+ </a>
13
+
14
+ </td>
15
+
16
+ <td>
17
+
18
+ <a href="https://ezycourse.com/?utm_source=adonisjs.com">
19
+ <img src="https://raw.githubusercontent.com/thetutlage/static/refs/heads/main/featured_sponsors/logos/ezycourse.jpg" />
20
+ </a>
21
+
22
+ </td>
23
+
24
+ </tr>
25
+
26
+ <tr>
27
+
28
+ <td>
29
+
30
+ <a href="https://meteor.software/g6h?utm_source=adonisjs.com">
31
+ <img src="https://raw.githubusercontent.com/thetutlage/static/refs/heads/main/featured_sponsors/logos/galaxy.jpg" />
32
+ </a>
33
+
34
+ </td>
35
+
36
+ <td>
37
+
38
+ <a href="https://www.lambdatest.com/?utm_source=adonisjs.com">
39
+ <img src="https://raw.githubusercontent.com/thetutlage/static/refs/heads/main/featured_sponsors/logos/lambdatest.jpg" />
40
+ </a>
41
+
42
+ </td>
43
+
44
+ </tr>
45
+
46
+ <tr>
47
+
48
+ <td>
49
+
50
+ <a href="https://relancer.com/?utm_source=adonisjs.com">
51
+ <img src="https://raw.githubusercontent.com/thetutlage/static/refs/heads/main/featured_sponsors/logos/relancer.jpg" />
52
+ </a>
53
+
54
+ </td>
55
+
56
+ <td>
57
+
58
+ </td>
59
+
60
+ </tr>
61
+
62
+ </table>
63
+
3
64
  ![](https://github.com/thetutlage/static/blob/main/sponsorkit/sponsors.png?raw=true)
4
65
 
5
66
  <hr>
@@ -90,6 +90,7 @@ declare const types: {
90
90
  urlInstance: typeof import("@sindresorhus/is").isUrlInstance;
91
91
  urlSearchParams: typeof import("@sindresorhus/is").isUrlSearchParams;
92
92
  urlString: typeof import("@sindresorhus/is").isUrlString;
93
+ optional: typeof import("@sindresorhus/is").isOptional;
93
94
  validDate: typeof import("@sindresorhus/is").isValidDate;
94
95
  validLength: typeof import("@sindresorhus/is").isValidLength;
95
96
  weakMap: typeof import("@sindresorhus/is").isWeakMap;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adonisjs/core",
3
3
  "description": "Core of AdonisJS",
4
- "version": "6.19.0",
4
+ "version": "6.19.1",
5
5
  "engines": {
6
6
  "node": ">=20.6.0"
7
7
  },
@@ -83,44 +83,44 @@
83
83
  },
84
84
  "devDependencies": {
85
85
  "@adonisjs/assembler": "^7.8.2",
86
- "@adonisjs/eslint-config": "^2.1.0",
86
+ "@adonisjs/eslint-config": "^2.1.2",
87
87
  "@adonisjs/prettier-config": "^1.4.5",
88
88
  "@adonisjs/tsconfig": "^1.4.1",
89
- "@japa/assert": "^4.0.1",
89
+ "@japa/assert": "^4.1.1",
90
90
  "@japa/expect-type": "^2.0.3",
91
91
  "@japa/file-system": "^2.3.2",
92
- "@japa/runner": "^4.2.0",
93
- "@japa/snapshot": "^2.0.8",
92
+ "@japa/runner": "^4.4.0",
93
+ "@japa/snapshot": "^2.0.9",
94
94
  "@release-it/conventional-changelog": "^10.0.1",
95
- "@swc/core": "1.10.7",
96
- "@types/node": "^24.0.3",
95
+ "@swc/core": "1.14.0",
96
+ "@types/node": "^24.9.2",
97
97
  "@types/pretty-hrtime": "^1.0.3",
98
98
  "@types/sinon": "^17.0.4",
99
99
  "@types/supertest": "^6.0.3",
100
100
  "@types/test-console": "^2.0.3",
101
- "@vinejs/vine": "^3.0.1",
101
+ "@vinejs/vine": "^4.1.0",
102
102
  "argon2": "^0.43.0",
103
103
  "bcrypt": "^6.0.0",
104
104
  "c8": "^10.1.3",
105
105
  "copyfiles": "^2.4.1",
106
- "cross-env": "^7.0.3",
107
- "del-cli": "^6.0.0",
108
- "edge.js": "^6.2.1",
109
- "eslint": "^9.29.0",
106
+ "cross-env": "^10.1.0",
107
+ "del-cli": "^7.0.0",
108
+ "edge.js": "^6.3.0",
109
+ "eslint": "^9.38.0",
110
110
  "execa": "^9.6.0",
111
111
  "get-port": "^7.1.0",
112
- "prettier": "^3.5.3",
113
- "release-it": "^19.0.3",
112
+ "prettier": "^3.6.2",
113
+ "release-it": "^19.0.5",
114
114
  "sinon": "^21.0.0",
115
- "supertest": "^7.1.1",
115
+ "supertest": "^7.1.4",
116
116
  "test-console": "^2.0.0",
117
117
  "timekeeper": "^2.3.1",
118
- "ts-node-maintained": "^10.9.5",
119
- "typescript": "^5.8.3"
118
+ "ts-node-maintained": "^10.9.6",
119
+ "typescript": "^5.9.3"
120
120
  },
121
121
  "dependencies": {
122
- "@adonisjs/ace": "^13.3.0",
123
- "@adonisjs/application": "^8.4.1",
122
+ "@adonisjs/ace": "^13.4.0",
123
+ "@adonisjs/application": "^8.4.2",
124
124
  "@adonisjs/bodyparser": "^10.1.0",
125
125
  "@adonisjs/config": "^5.0.3",
126
126
  "@adonisjs/encryption": "^6.0.2",
@@ -131,14 +131,14 @@
131
131
  "@adonisjs/health": "^2.0.0",
132
132
  "@adonisjs/http-server": "^7.7.0",
133
133
  "@adonisjs/logger": "^6.0.6",
134
- "@adonisjs/repl": "^4.1.0",
134
+ "@adonisjs/repl": "^4.1.2",
135
135
  "@antfu/install-pkg": "^1.1.0",
136
136
  "@paralleldrive/cuid2": "^2.2.2",
137
- "@poppinss/colors": "^4.1.4",
138
- "@poppinss/dumper": "^0.6.3",
139
- "@poppinss/macroable": "^1.0.4",
140
- "@poppinss/utils": "^6.10.0",
141
- "@sindresorhus/is": "^7.0.2",
137
+ "@poppinss/colors": "^4.1.5",
138
+ "@poppinss/dumper": "^0.6.4",
139
+ "@poppinss/macroable": "^1.1.0",
140
+ "@poppinss/utils": "^6.10.1",
141
+ "@sindresorhus/is": "^7.1.0",
142
142
  "@types/he": "^1.2.3",
143
143
  "error-stack-parser-es": "^1.0.5",
144
144
  "he": "^1.2.0",
@@ -150,8 +150,8 @@
150
150
  },
151
151
  "peerDependencies": {
152
152
  "@adonisjs/assembler": "^7.8.0",
153
- "@vinejs/vine": "^2.1.0 || ^3.0.0",
154
- "argon2": "^0.31.2 || ^0.41.0 || ^0.43.0",
153
+ "@vinejs/vine": "^2.1.0 || ^3.0.0 || ^4.0.0",
154
+ "argon2": "^0.31.2 || ^0.41.0 || ^0.43.0 || ^0.44.0",
155
155
  "bcrypt": "^5.1.1 || ^6.0.0",
156
156
  "edge.js": "^6.2.0"
157
157
  },