Skip to content

Commit f883873

Browse files
authored
Merge pull request #57 from alextim/astro-3
chore: deps update
2 parents 9925d61 + b183de8 commit f883873

File tree

18 files changed

+2327
-2224
lines changed

18 files changed

+2327
-2224
lines changed

.changeset/giant-toes-pretend.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'astro-webmanifest': major
3+
'astro-robots-txt': major
4+
'astro-sitemap': major
5+
---
6+
Astro has grown to the third version in years. All **Astro-lib** integrations are stable, so the decision was made to change the version to 1.0
7+
There are no any real breaking changes.

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node
4141
uses: actions/setup-node@v3
4242
with:
43-
node-version: 16
43+
node-version: 18
4444
cache: "pnpm"
4545

4646
- name: Install dependencies

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node
4141
uses: actions/setup-node@v3
4242
with:
43-
node-version: 16
43+
node-version: 18
4444
cache: 'pnpm'
4545

4646
- name: Install dependencies
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Node
6969
uses: actions/setup-node@v3
7070
with:
71-
node-version: 16
71+
node-version: 18
7272
cache: 'pnpm'
7373

7474
- name: Install dependencies
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
matrix:
9393
os: [ubuntu-latest, windows-latest, macos-latest]
94-
node_version: [16]
94+
node_version: [18]
9595
fail-fast: false
9696
needs:
9797
- build

examples/robots-txt/advanced/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"preview": "astro preview"
1111
},
1212
"devDependencies": {
13-
"@astrojs/sitemap": "^1.2.2",
14-
"astro": "^2.3.0",
13+
"@astrojs/sitemap": "^3.0.0",
14+
"astro": "^3.0.11",
1515
"astro-robots-txt": "latest"
1616
}
1717
}

examples/robots-txt/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"preview": "astro preview"
1212
},
1313
"devDependencies": {
14-
"@astrojs/sitemap": "^1.2.2",
15-
"astro": "^2.3.0",
14+
"@astrojs/sitemap": "^3.0.0",
15+
"astro": "^3.0.11",
1616
"astro-robots-txt": "latest"
1717
}
1818
}

examples/sitemap/advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "astro preview"
1212
},
1313
"devDependencies": {
14-
"astro": "^2.3.0",
14+
"astro": "^3.0.11",
1515
"astro-sitemap": "latest"
1616
}
1717
}

examples/sitemap/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "astro preview"
1212
},
1313
"devDependencies": {
14-
"astro": "^2.3.0",
14+
"astro": "^3.0.11",
1515
"astro-sitemap": "latest"
1616
}
1717
}

examples/sitemap/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "astro preview"
1111
},
1212
"devDependencies": {
13-
"astro": "^2.3.0",
13+
"astro": "^3.0.11",
1414
"astro-sitemap": "latest"
1515
}
1616
}

examples/webmanifest/advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "astro preview"
1111
},
1212
"devDependencies": {
13-
"astro": "^2.3.0",
13+
"astro": "^3.0.11",
1414
"astro-webmanifest": "^0.6.0"
1515
}
1616
}

examples/webmanifest/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "astro preview"
1111
},
1212
"devDependencies": {
13-
"astro": "^2.3.0",
13+
"astro": "^3.0.11",
1414
"astro-webmanifest": "latest"
1515
}
1616
}

0 commit comments

Comments
 (0)