Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6271752
Merge branch release/3.0.0 into develop
ansidev Dec 6, 2023
eadb2ca
chore(deps): update dependency eslint-plugin-astro to ^0.31.0
renovate[bot] Dec 15, 2023
f58b566
Merge pull request #407 from ansidev/renovate/eslint-plugin-astro-0.x
ansidev Dec 15, 2023
f8feccf
chore(deps): update dependency husky to v9
renovate[bot] Jan 25, 2024
0b3a38c
Merge pull request #409 from ansidev/renovate/husky-9.x
ansidev Jan 25, 2024
8c8257c
chore(deps): update dependency eslint-plugin-astro to v0.31.4
renovate[bot] Feb 25, 2024
315f2a6
chore(deps): update dependency husky to v9.0.11
renovate[bot] Feb 25, 2024
7a938b1
Merge pull request #414 from ansidev/renovate/husky-9.x-lockfile
ansidev Feb 25, 2024
cb36d45
Merge pull request #413 from ansidev/renovate/eslint-plugin-astro-0.x…
ansidev Feb 25, 2024
4982e10
fix: regenerate pnpm-lock.yaml
ansidev Feb 25, 2024
4872ed0
fix: migrate to new eslint config
ansidev Feb 25, 2024
68dcbb5
Merge pull request #415 from ansidev/patchfix/pnpm-lock
ansidev Feb 25, 2024
4a98e1c
chore(deps): update dependency @astrojs/check to ^0.5.0
renovate[bot] Feb 25, 2024
7e2660f
chore(deps): update dependency @typescript-eslint/parser to v7
renovate[bot] Feb 25, 2024
030e132
Merge pull request #408 from ansidev/renovate/astrojs-check-0.x
ansidev Feb 25, 2024
2878f33
Merge pull request #412 from ansidev/renovate/major-typescript-eslint…
ansidev Feb 25, 2024
0dd3c2f
chore(deps): update dependency eslint-plugin-simple-import-sort to v12
renovate[bot] Feb 25, 2024
c491703
Merge pull request #411 from ansidev/renovate/eslint-plugin-simple-im…
ansidev Feb 25, 2024
78c7fca
build(deps): update vitest to version 1.3.1
ansidev Feb 25, 2024
4c5bb1c
Merge pull request #416 from ansidev/deps/vitest
ansidev Feb 25, 2024
44cfc4f
feat(deps): add package prettier-plugin-astro
ansidev Feb 26, 2024
6ebc22c
Merge pull request #418 from ansidev/feature/prettier-plugin-astro
ansidev Feb 26, 2024
9397337
fix(deps): update dependency astro to v4.4.5
renovate[bot] Feb 26, 2024
cce2252
Merge pull request #417 from ansidev/renovate/astro-4.x-lockfile
ansidev Feb 26, 2024
242841a
chore(release): v3.1.0
ansidev Feb 26, 2024
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
Prev Previous commit
chore(release): v3.1.0
  • Loading branch information
ansidev committed Feb 26, 2024
commit 242841a894be4c6c9ff55229aad5c85ef985bb8b
25 changes: 25 additions & 0 deletions .changes/v3.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## [v3.1.0](https://github.com/ansidev/astro-basic-template/compare/v3.0.0...v3.1.0) (2024-02-26)

### Bug Fixes

- migrate to new eslint config

- regenerate pnpm-lock.yaml

### Dependencies

| Package | Version |
| ---------------------------------- | ------------------------------- |
| `@astrojs/check` | `^0.3.1` `->` `^0.5.0` |
| `@typescript-eslint/eslint-plugin` | Replaced by `typescript-eslint` |
| `@typescript-eslint/parser` | `^6.12.0` `->` `^7.0.0` |
| `eslint` | `^8.54.0` `->` `^8.57.0` |
| `eslint-plugin-astro` | `^0.30.0` `->` `^0.31.4` |
| `eslint-plugin-simple-import-sort` | `^10.0.0` `->` `^12.0.0` |
| `husky` | `^8.0.3` `->` `^9.0.0` |
| `prettier-plugin-astro` | `^0.13.0` |
| `typescript` | `^5.3.2` `->` `^5.3.3` |
| `typescript-eslint` | `^^7.0.2` |
| `vitest` | `^1.0.0` `->` `^1.3.1` |

Full Changelog: [v3.0.0...v3.1.0](https://github.com/ansidev/astro-basic-template/compare/v3.0.0...v3.1.0)
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ 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).

## [v3.1.0](https://github.com/ansidev/astro-basic-template/compare/v3.0.0...v3.1.0) (2024-02-26)

### Bug Fixes

- migrate to new eslint config

- regenerate pnpm-lock.yaml

### Dependencies

| Package | Version |
| ---------------------------------- | ------------------------------- |
| `@astrojs/check` | `^0.3.1` `->` `^0.5.0` |
| `@typescript-eslint/eslint-plugin` | Replaced by `typescript-eslint` |
| `@typescript-eslint/parser` | `^6.12.0` `->` `^7.0.0` |
| `eslint` | `^8.54.0` `->` `^8.57.0` |
| `eslint-plugin-astro` | `^0.30.0` `->` `^0.31.4` |
| `eslint-plugin-simple-import-sort` | `^10.0.0` `->` `^12.0.0` |
| `husky` | `^8.0.3` `->` `^9.0.0` |
| `prettier-plugin-astro` | `^0.13.0` |
| `typescript` | `^5.3.2` `->` `^5.3.3` |
| `typescript-eslint` | `^^7.0.2` |
| `vitest` | `^1.0.0` `->` `^1.3.1` |

Full Changelog: [v3.0.0...v3.1.0](https://github.com/ansidev/astro-basic-template/compare/v3.0.0...v3.1.0)

## [v3.0.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v3.0.0) (2023-12-06)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-starter-template",
"type": "module",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down