You've already forked computing-box
Compare commits
20 Commits
v26.03.30.
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77b21dd42c | ||
| da3c17456c | |||
|
|
fd16b4fc53 | ||
|
|
3c8f0894b0 | ||
| 7d1c318840 | |||
|
|
846f207a4d | ||
|
|
b95c2c4bc3 | ||
| 0373262a4a | |||
|
|
93c8ffec22 | ||
|
|
501349b326 | ||
| 67a5eafe64 | |||
| 5a4c0a0988 | |||
|
|
9d49e3afe3 | ||
|
|
cb2c1c01ae | ||
| 09c6fb18b2 | |||
|
|
f1fdcc6f11 | ||
|
|
7390f0bdf8 | ||
|
7d9d436b25
|
|||
| 32a64b8411 | |||
|
|
bde2752777 |
@@ -93,11 +93,12 @@ jobs:
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
PREV_TAG="$(
|
PREV_TAG="$(
|
||||||
git tag --list 'v*' \
|
git for-each-ref \
|
||||||
| grep -E '^v[0-9]{2}\.[0-9]{2}\.[0-9]{2}[a-z]$' \
|
--sort=-creatordate \
|
||||||
|
--format='%(refname:short)' \
|
||||||
|
refs/tags \
|
||||||
| grep -Fxv "$TAG" \
|
| grep -Fxv "$TAG" \
|
||||||
| sort -V \
|
| head -n 1 \
|
||||||
| tail -n 1 \
|
|
||||||
|| true
|
|| true
|
||||||
)"
|
)"
|
||||||
|
|
||||||
@@ -198,7 +199,7 @@ jobs:
|
|||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 25
|
node-version: 24
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|
||||||
- name: Check Node version
|
- name: Check Node version
|
||||||
|
|||||||
11
package-lock.json
generated
11
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "computing-box",
|
"name": "computing-box",
|
||||||
"version": "26.3.3-0.c",
|
"version": "26.4.1-5.a",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "computing-box",
|
"name": "computing-box",
|
||||||
"version": "26.3.3-0.c",
|
"version": "26.4.1-5.a",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^6.1.1"
|
"astro": "^6.1.1"
|
||||||
}
|
}
|
||||||
@@ -1711,9 +1711,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/astro": {
|
"node_modules/astro": {
|
||||||
"version": "6.1.2",
|
"version": "6.1.7",
|
||||||
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.7.tgz",
|
||||||
"integrity": "sha512-r3iIvmB6JvQxsdJLvapybKKq7Bojd1iQK6CCx5P55eRnXJIyUpHx/1UB/GdMm+em/lwaCUasxHCmIO0lCLV2uA==",
|
"integrity": "sha512-pvZysIUV2C2nRv8N7cXAkCLcfDQz/axAxF09SqiTz1B+xnvbhy6KzL2I6J15ZBXk8k0TfMD75dJ151QyQmAqZA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^3.0.1",
|
"@astrojs/compiler": "^3.0.1",
|
||||||
@@ -1732,7 +1732,6 @@
|
|||||||
"cookie": "^1.1.1",
|
"cookie": "^1.1.1",
|
||||||
"devalue": "^5.6.3",
|
"devalue": "^5.6.3",
|
||||||
"diff": "^8.0.3",
|
"diff": "^8.0.3",
|
||||||
"dlv": "^1.1.3",
|
|
||||||
"dset": "^3.1.4",
|
"dset": "^3.1.4",
|
||||||
"es-module-lexer": "^2.0.0",
|
"es-module-lexer": "^2.0.0",
|
||||||
"esbuild": "^0.27.3",
|
"esbuild": "^0.27.3",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "computing-box",
|
"name": "computing-box",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "26.3.3-0.c",
|
"version": "26.4.1-5.a",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
|
|||||||
@@ -1,3 +1,30 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
"assignAutomerge": true,
|
||||||
}
|
"assigneesFromCodeOwners": true,
|
||||||
|
"dependencyDashboardAutoclose": true,
|
||||||
|
"extends": ["config:recommended"],
|
||||||
|
"ignorePaths": ["**/.archive/**"],
|
||||||
|
"labels": ["type/dependencies"],
|
||||||
|
"platformCommit": "enabled",
|
||||||
|
"rebaseWhen": "behind-base-branch",
|
||||||
|
"rollbackPrs": true,
|
||||||
|
"vulnerabilityAlerts": {
|
||||||
|
"commitMessagePrefix": "[SECURITY] ",
|
||||||
|
"enabled": true,
|
||||||
|
"labels": ["security"],
|
||||||
|
"prCreation": "immediate"
|
||||||
|
},
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"automerge": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"automerge": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user