Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
4424ff5
Merge branch 'release/1.0.3' into develop
ansidev Mar 22, 2023
b8f4acd
fix(changelog): correct changelog v1.0.3
ansidev Mar 23, 2023
3660dd3
chore(deps): update dependency @types/node to ^18.15.7
renovate[bot] Mar 24, 2023
788fad7
Merge pull request #105 from ansidev/renovate/node-18.x
ansidev Mar 24, 2023
a8ddb84
Merge pull request #104 from ansidev/patchfix/changelog-v1.0.3
ansidev Mar 24, 2023
2013565
fix(deps): update dependency astro to ^2.1.6
renovate[bot] Mar 24, 2023
a3063ac
Merge pull request #106 from ansidev/renovate/astro-2.x
ansidev Mar 24, 2023
100b589
fix(deps): update dependency astro to ^2.1.7
renovate[bot] Mar 24, 2023
53fd959
Merge pull request #107 from ansidev/renovate/astro-2.x
ansidev Mar 25, 2023
230fe31
chore(deps): update dependency @types/node to ^18.15.9
renovate[bot] Mar 25, 2023
925f559
Merge pull request #108 from ansidev/renovate/node-18.x
ansidev Mar 25, 2023
2dbdd93
chore(deps): update dependency @types/node to ^18.15.10
renovate[bot] Mar 26, 2023
26ad678
Merge pull request #109 from ansidev/renovate/node-18.x
ansidev Mar 26, 2023
a69b2aa
chore(deps): update typescript-eslint monorepo to ^5.57.0
renovate[bot] Mar 27, 2023
28ae7a9
Merge pull request #110 from ansidev/renovate/typescript-eslint-monorepo
ansidev Mar 27, 2023
2199d4a
fix(taskfile): use snake_case for task name
ansidev Mar 27, 2023
08006ca
Merge pull request #111 from ansidev/patchfix/rename-task
ansidev Mar 27, 2023
a5e358f
chore(readme): add Netlify status badge
ansidev Mar 27, 2023
7a52251
chore(release): v1.0.4
ansidev Mar 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changes/v1.0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
| `@types/node` | `^18.15.0` `->` `^18.15.5` |
| `@typescript-eslint/eslint-plugin` | `^5.54.1` `->` `^5.56.0` |
| `@typescript-eslint/parser` | `^5.54.1` `->` `^5.56.0` |
| `eslint` | `^8.35.0` `->` `^8.35.0` |
| `eslint` | `^8.35.0` `->` `^8.36.0` |
| `eslint-plugin-astro` | `^0.24.0` `->` `^0.26.1` |
| `typescript` | `^4.9.5` `->` `^5.0.2` |

Expand Down
18 changes: 18 additions & 0 deletions .changes/v1.0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## [v1.0.4](https://github.com/ansidev/astro-basic-template/compare/v1.0.3...v1.0.4) (2023-03-28)

### Bug Fixes

- **changelog:** correct changelog v1.0.3

- **taskfile:** use snake_case for task name

### Dependencies

| Package | Version |
| ---------------------------------- | --------------------------- |
| `astro` | `^2.1.5` `->` `^2.1.7` |
| `@types/node` | `^18.15.5` `->` `^18.15.10` |
| `@typescript-eslint/eslint-plugin` | `^5.56.0` `->` `^5.57.0` |
| `@typescript-eslint/parser` | `^5.56.0` `->` `^5.57.0` |

Full Changelog: [v1.0.3...v1.0.4](https://github.com/ansidev/astro-basic-template/compare/v1.0.3...v1.0.4)
1 change: 1 addition & 0 deletions .taskfiles/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20230328_01
4 changes: 2 additions & 2 deletions .taskfiles/task_dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ includes:
internal: true

tasks:
init-dep-branch:
init_dep_branch:
desc: Init git branch {{.BRANCH_DEP_PREFIX}}/*
cmds:
- git pull {{.GIT_REMOTE}} {{.BRANCH_BASE}}:{{.BRANCH_BASE}}
Expand All @@ -30,7 +30,7 @@ tasks:
update:
desc: Check whether the new version of the npm package broke the build.
cmds:
- task: init-dep-branch
- task: init_dep_branch
vars:
BRANCH_NAME: "{{.CLI_ARGS}}"
- ncu -u -f {{.CLI_ARGS}}
Expand Down
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v1.0.4](https://github.com/ansidev/astro-basic-template/compare/v1.0.3...v1.0.4) (2023-03-28)

### Bug Fixes

- **changelog:** correct changelog v1.0.3

- **taskfile:** use snake_case for task name

### Dependencies

| Package | Version |
| ---------------------------------- | --------------------------- |
| `astro` | `^2.1.5` `->` `^2.1.7` |
| `@types/node` | `^18.15.5` `->` `^18.15.10` |
| `@typescript-eslint/eslint-plugin` | `^5.56.0` `->` `^5.57.0` |
| `@typescript-eslint/parser` | `^5.56.0` `->` `^5.57.0` |

Full Changelog: [v1.0.3...v1.0.4](https://github.com/ansidev/astro-basic-template/compare/v1.0.3...v1.0.4)

## [v1.0.3](https://github.com/ansidev/astro-basic-template/compare/v1.0.2...v1.0.3) (2023-03-23)

### Bug Fixes
Expand All @@ -25,7 +44,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
| `@types/node` | `^18.15.0` `->` `^18.15.5` |
| `@typescript-eslint/eslint-plugin` | `^5.54.1` `->` `^5.56.0` |
| `@typescript-eslint/parser` | `^5.54.1` `->` `^5.56.0` |
| `eslint` | `^8.35.0` `->` `^8.35.0` |
| `eslint` | `^8.35.0` `->` `^8.36.0` |
| `eslint-plugin-astro` | `^0.24.0` `->` `^0.26.1` |
| `typescript` | `^4.9.5` `->` `^5.0.2` |

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# astro-starter-template

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Netlify Status](https://api.netlify.com/api/v1/badges/fd1cd0b9-147e-458c-b7d5-13bdfe3f20df/deploy-status)](https://app.netlify.com/sites/astro-basic-template-asd/deploys)

This is a starter template for the new [Astro](https://astro.build) project which is created by [ansidev](https://github.com/ansidev).

Expand Down Expand Up @@ -151,7 +152,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| ------------------------- | ----------------------------------------------------------------- |
| `dep:commit` | Commit changes after updating package version |
| `dep:init-dep-branch` | Init git branch deps/* |
| `dep:init_dep_branch` | Init git branch deps/* |
| `dep:update` | Check whether the new version of the npm package broke the build. |
| `git:push_current` | Push current branch |
| `release:batch_changelog` | Generate changelog for existing git tags |
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-starter-template",
"type": "module",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -15,16 +15,16 @@
"lint": "eslint --ext .cjs,.mjs,.ts,.astro --ignore-path .gitignore ."
},
"dependencies": {
"astro": "^2.1.5",
"astro": "^2.1.7",
"astro-compress": "^1.1.35",
"astro-purgecss": "^2.0.1"
},
"devDependencies": {
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@types/node": "^18.15.5",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"commitizen": "^4.3.0",
"dotenv": "^16.0.3",
"eslint": "^8.36.0",
Expand Down
Loading