@@ -4,6 +4,42 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
66
7+ ## [ v2.2.3] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.2...v2.2.3 ) (2023-05-21)
8+
9+ ### Dev features
10+
11+ - ** renovate** : update config.
12+ - ** taskfile** : update task files.
13+ - ** ci** : use pnpm v8 for workflow ` deploy_to_netlify ` .
14+
15+ ### Dependencies
16+
17+ | Package | Version |
18+ | ---------------------------------- | ------------------------- |
19+ | ` @astrojs/partytown ` | ` ^1.0.3 ` ` -> ` ` ^1.2.2 ` |
20+ | ` @astrojs/rss ` | ` ^2.1.1 ` ` -> ` ` ^2.4.2 ` |
21+ | ` @astrojs/sitemap ` | ` ^1.1.0 ` ` -> ` ` ^1.3.1 ` |
22+ | ` @astrojs/tailwind ` | ` ^3.0.1 ` ` -> ` ` ^3.1.3 ` |
23+ | ` astro ` | ` ^2.0.17 ` ` -> ` ` 2.4.5 ` |
24+ | ` astro-compress ` | ` ^1.1.35 ` ` -> ` ` ^1.1.44 ` |
25+ | ` tailwindcss ` | ` ^3.2.7 ` ` -> ` ` ^3.3.2 ` |
26+ | ` @commitlint/cli ` | ` ^17.4.4 ` ` -> ` ` ^17.6.3 ` |
27+ | ` @commitlint/config-conventional ` | ` ^17.4.4 ` ` -> ` ` ^17.6.3 ` |
28+ | ` @iconify-json/bi ` | ` ^1.1.15 ` ` -> ` ` ^1.1.16 ` |
29+ | ` @types/node ` | ` ^18.14.6 ` ` -> ` ` ^20.2.1 ` |
30+ | ` @typescript-eslint/eslint-plugin ` | ` ^5.54.0 ` ` -> ` ` ^5.59.6 ` |
31+ | ` @typescript-eslint/parser ` | ` ^5.54.0 ` ` -> ` ` ^5.59.6 ` |
32+ | ` commander ` | ` ^10.0.0 ` ` -> ` ` ^10.0.1 ` |
33+ | ` eslint ` | ` ^8.35.0 ` ` -> ` ` ^8.41.0 ` |
34+ | ` eslint-plugin-astro ` | ` ^0.23.0 ` ` -> ` ` ^0.27.0 ` |
35+ | ` sass ` | ` ^1.58.3 ` ` -> ` ` ^1.62.1 ` |
36+ | ` satori ` | ` ^0.4.1 ` ` -> ` ` ^0.8.1 ` |
37+ | ` tailwindcss-themer ` | ` ^3.0.1 ` ` -> ` ` ^3.1.0 ` |
38+ | ` tsx ` | ` ^3.12.3 ` ` -> ` ` ^3.12.7 ` |
39+ | ` typescript ` | ` ^4.9.5 ` ` -> ` ` ^5.0.4 ` |
40+
41+ Full Changelog: [ v2.2.2...v2.2.3] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.2...v2.2.3 )
42+
743## [ v2.2.2] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.1...v2.2.2 ) (2023-03-08)
844
945### Bug Fixes
0 commit comments