mirror of
https://github.com/vapor/toolbox.git
synced 2025-04-19 16:50:44 +08:00
[no ci] Commit an up to date Package.resolved, add Dependabot config, fix a couple minor bits
This commit is contained in:
parent
eaf58832be
commit
2e4dfca364
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
version: 2
|
||||
enable-beta-ecosystems: true
|
||||
updates:
|
||||
- package-ecosystem: "swift"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
groups:
|
||||
dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,5 +8,4 @@ Package.pins
|
||||
DerivedData
|
||||
.swiftpm
|
||||
Tests/LinuxMain.swift
|
||||
Package.resolved
|
||||
.vscode
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM swift:5.6-focal as build
|
||||
FROM swift:5.9-jammy as build
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
RUN swift build --build-path /build/.build --static-swift-stdlib -c release
|
||||
|
70
Package.resolved
Normal file
70
Package.resolved
Normal file
@ -0,0 +1,70 @@
|
||||
{
|
||||
"object": {
|
||||
"pins": [
|
||||
{
|
||||
"package": "console-kit",
|
||||
"repositoryURL": "https://github.com/vapor/console-kit.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "d4b580e466c61f82a46d6bcc0b356add388f7ad2",
|
||||
"version": "4.8.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"package": "mustache",
|
||||
"repositoryURL": "https://github.com/tanner0101/mustache.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "d98546e8b8d3287d69391ecddeb5732980986eef",
|
||||
"version": "0.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"package": "swift-atomics",
|
||||
"repositoryURL": "https://github.com/apple/swift-atomics.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "cd142fd2f64be2100422d658e7411e39489da985",
|
||||
"version": "1.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"package": "swift-collections",
|
||||
"repositoryURL": "https://github.com/apple/swift-collections.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "a902f1823a7ff3c9ab2fba0f992396b948eda307",
|
||||
"version": "1.0.5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"package": "swift-log",
|
||||
"repositoryURL": "https://github.com/apple/swift-log.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "532d8b529501fb73a2455b179e0bbb6d49b652ed",
|
||||
"version": "1.5.3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"package": "swift-nio",
|
||||
"repositoryURL": "https://github.com/apple/swift-nio.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "3db5c4aeee8100d2db6f1eaf3864afdad5dc68fd",
|
||||
"version": "2.59.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"package": "Yams",
|
||||
"repositoryURL": "https://github.com/jpsim/Yams.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "9ff1cc9327586db4e0c8f46f064b6a82ec1566fa",
|
||||
"version": "4.0.6"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"version": 1
|
||||
}
|
@ -6,18 +6,18 @@
|
||||
>
|
||||
<br>
|
||||
<a href="https://docs.vapor.codes/4.0/">
|
||||
<img src="http://img.shields.io/badge/read_the-docs-2196f3.svg" alt="Documentation">
|
||||
<img src="https://img.shields.io/badge/read_the-docs-2196f3.svg" alt="Documentation">
|
||||
</a>
|
||||
<a href="https://discord.gg/vapor">
|
||||
<img src="https://img.shields.io/discord/431917998102675485.svg" alt="Team Chat">
|
||||
</a>
|
||||
<a href="LICENSE">
|
||||
<img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License">
|
||||
<a href="LICENSE.txt">
|
||||
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License">
|
||||
</a>
|
||||
<a href="https://github.com/vapor/toolbox/actions/workflows/test.yml">
|
||||
<img src="https://github.com/vapor/toolbox/actions/workflows/test.yml/badge.svg?event=push" alt="CI">
|
||||
</a>
|
||||
<a href="https://swift.org">
|
||||
<img src="http://img.shields.io/badge/swift-5.5-brightgreen.svg" alt="Swift 5.5">
|
||||
<img src="https://img.shields.io/badge/swift-5.5-brightgreen.svg" alt="Swift 5.5">
|
||||
</a>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user