You've already forked computing-box
Compare commits
13 Commits
v26.04.02.
...
v26.04.13.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c8f0894b0 | ||
| 7d1c318840 | |||
|
|
846f207a4d | ||
|
|
b95c2c4bc3 | ||
| 0373262a4a | |||
|
|
93c8ffec22 | ||
|
|
501349b326 | ||
| 67a5eafe64 | |||
| 5a4c0a0988 | |||
|
|
9d49e3afe3 | ||
|
|
cb2c1c01ae | ||
| 09c6fb18b2 | |||
|
|
f1fdcc6f11 |
@@ -199,7 +199,7 @@ jobs:
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 25
|
||||
node-version: 24
|
||||
cache: npm
|
||||
|
||||
- name: Check Node version
|
||||
|
||||
11
package-lock.json
generated
11
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "computing-box",
|
||||
"version": "26.4.0-2.a",
|
||||
"version": "26.4.1-3.a",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "computing-box",
|
||||
"version": "26.4.0-2.a",
|
||||
"version": "26.4.1-3.a",
|
||||
"dependencies": {
|
||||
"astro": "^6.1.1"
|
||||
}
|
||||
@@ -1711,9 +1711,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.3.tgz",
|
||||
"integrity": "sha512-FUKbBYOdYYrRNZwDd9I5CVSfR6Nj9aZeNzcjcvh1FgHwR0uXawkYFR3HiGxmdmAB2m8fs0iIkDdsiUfwGeO8qA==",
|
||||
"version": "6.1.6",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.6.tgz",
|
||||
"integrity": "sha512-pRsz+kYriwCV/AUcY/I9OVKtVHuYFs2DtCszAxprXded/kTE53nMwxfnK0Nf6FPfaX9vcUiLnigcSIhuFoKntA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^3.0.1",
|
||||
@@ -1732,7 +1732,6 @@
|
||||
"cookie": "^1.1.1",
|
||||
"devalue": "^5.6.3",
|
||||
"diff": "^8.0.3",
|
||||
"dlv": "^1.1.3",
|
||||
"dset": "^3.1.4",
|
||||
"es-module-lexer": "^2.0.0",
|
||||
"esbuild": "^0.27.3",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "computing-box",
|
||||
"type": "module",
|
||||
"version": "26.4.0-2.a",
|
||||
"version": "26.4.1-3.a",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"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