Skip to content

Commit 39719ed

Browse files
authored
Merge pull request #248 from ansidev/release/2.2.6
Release v2.2.6
2 parents 282565a + 2a41ec9 commit 39719ed

File tree

6 files changed

+950
-631
lines changed

6 files changed

+950
-631
lines changed

.changes/v2.2.6.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## [v2.2.6](https://github.com/ansidev/leetcode-blog/compare/v2.2.5...v2.2.6) (2023-08-08)
2+
3+
### Bug Fixes
4+
5+
- **github-workflow:** update parameter name
6+
7+
- **deps:** replace astro-compress by [@otterlord/astro-compress](https://www.npmjs.com/package/@otterlord/astro-compress)
8+
9+
### Dependencies
10+
11+
| Package | Version |
12+
| ---------------------------------- | ------------------------ |
13+
| `@astrojs/rss` | `^2.4.3` `->` `^2.4.4` |
14+
| `@astrojs/sitemap` | `^1.3.3` `->` `^2.0.1` |
15+
| `@astrojs/tailwind` | `^3.1.3` `->` `^4.0.0` |
16+
| `astro` | `^2.6.3` `->` `^2.10.3` |
17+
| `astro-purgecss` | `^2.0.1` `->` `^2.3.0` |
18+
| `tailwindcss` | `^3.3.2` `->` `^3.3.3` |
19+
| `@commitlint/cli` | `^17.6.5` `->` `^17.6.7` |
20+
| `@commitlint/config-conventional` | `^17.6.5` `->` `^17.6.7` |
21+
| `@fontsource/ibm-plex-mono` | `^5.0.3` `->` `^5.0.8` |
22+
| `@iconify-json/bi` | `^1.1.17` `->` `^1.1.18` |
23+
| `@types/node` | `^20.2.1` `->` `^20.4.8` |
24+
| `@typescript-eslint/eslint-plugin` | `^5.59.11` `->` `^6.3.0` |
25+
| `@typescript-eslint/parser` | `^5.59.11` `->` `^6.3.0` |
26+
| `dayjs` | `^1.11.8` `->` `^1.11.9` |
27+
| `dotenv` | `^16.1.4` `->` `^16.3.1` |
28+
| `eslint` | `^8.42.0` `->` `^8.46.0` |
29+
| `eslint-plugin-astro` | `^0.27.1` `->` `^0.28.0` |
30+
| `sass` | `^1.63.3` `->` `^1.64.2` |
31+
| `satori` | `^0.10.1` `->` `^0.10.2` |
32+
| `typescript` | `^5.1.3` `->` `^5.1.6` |
33+
34+
Full Changelog: [v2.2.5...v2.2.6](https://github.com/ansidev/leetcode-blog/compare/v2.2.5...v2.2.6)

.github/workflows/deploy_to_netlify.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
PROD: ${{ needs.set_deploy_environment.outputs.github_environment == 'production' }}
117117
with:
118118
auth-token: ${{ env.NETLIFY_AUTH_TOKEN }}
119-
site-id: ${{ env.NETLIFY_SITE_ID }}
119+
site: ${{ env.NETLIFY_SITE_ID }}
120120
dir: ${{ env.DEPLOY_DIR }}
121121
alias: ${{ env.NETLIFY_DEPLOY_ALIAS }}
122122
prod: ${{ env.PROD }}

CHANGELOG.md

+49-10
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,71 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7-
## [v2.2.5](https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5) (2023-06-13)
7+
## [v2.2.6](https://github.com/ansidev/leetcode-blog/compare/v2.2.5...v2.2.6) (2023-08-08)
88

99
### Bug Fixes
1010

11-
- wrong github environment url
12-
13-
- **deps:** update dependency astro to v2.6.3
11+
- **github-workflow:** update parameter name
1412

15-
- **deps:** update dependency astro to v2.6.2
13+
- **deps:** replace astro-compress by [@otterlord/astro-compress](https://www.npmjs.com/package/@otterlord/astro-compress)
1614

17-
- **deps:** update dependency astro to v2.6.1
15+
### Dependencies
1816

19-
- **deps:** update dependency astro to v2.6.0
17+
| Package | Version |
18+
| ---------------------------------- | ------------------------ |
19+
| `@astrojs/rss` | `^2.4.3` `->` `^2.4.4` |
20+
| `@astrojs/sitemap` | `^1.3.3` `->` `^2.0.1` |
21+
| `@astrojs/tailwind` | `^3.1.3` `->` `^4.0.0` |
22+
| `astro` | `^2.6.3` `->` `^2.10.3` |
23+
| `astro-purgecss` | `^2.0.1` `->` `^2.3.0` |
24+
| `tailwindcss` | `^3.3.2` `->` `^3.3.3` |
25+
| `@commitlint/cli` | `^17.6.5` `->` `^17.6.7` |
26+
| `@commitlint/config-conventional` | `^17.6.5` `->` `^17.6.7` |
27+
| `@fontsource/ibm-plex-mono` | `^5.0.3` `->` `^5.0.8` |
28+
| `@iconify-json/bi` | `^1.1.17` `->` `^1.1.18` |
29+
| `@types/node` | `^20.2.1` `->` `^20.4.8` |
30+
| `@typescript-eslint/eslint-plugin` | `^5.59.11` `->` `^6.3.0` |
31+
| `@typescript-eslint/parser` | `^5.59.11` `->` `^6.3.0` |
32+
| `dayjs` | `^1.11.8` `->` `^1.11.9` |
33+
| `dotenv` | `^16.1.4` `->` `^16.3.1` |
34+
| `eslint` | `^8.42.0` `->` `^8.46.0` |
35+
| `eslint-plugin-astro` | `^0.27.1` `->` `^0.28.0` |
36+
| `sass` | `^1.63.3` `->` `^1.64.2` |
37+
| `satori` | `^0.10.1` `->` `^0.10.2` |
38+
| `typescript` | `^5.1.3` `->` `^5.1.6` |
39+
40+
Full Changelog: [v2.2.5...v2.2.6](https://github.com/ansidev/leetcode-blog/compare/v2.2.5...v2.2.6)
2041

21-
- **deps:** update dependency astro-compress to ^1.1.47
42+
## [v2.2.5](https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5) (2023-06-13)
2243

23-
- **deps:** update dependency astro to v2.5.7
44+
### Bug Fixes
2445

25-
- **deps:** update dependency [@astrojs](https://github.com/astrojs)/sitemap to ^1.3.3
46+
- **github-workflow:** wrong github environment url
2647

2748
### Code Refactoring
2849

2950
- **github-workflow:** apply GitHub Actions from ghacts
3051

3152
- **github-workflow:** apply GitHub Actions from ghacts/gitflow
3253

54+
### Dependencies
55+
56+
| Package | Version |
57+
| ---------------------------------- | ------------------------- |
58+
| `@astrojs/sitemap` | `^1.3.2` `->` `^1.3.3` |
59+
| `astro` | `^2.5.6` `->` `2.6.3` |
60+
| `astro-compress` | `^1.1.46` `->` `^1.1.47` |
61+
| `@fontsource/ibm-plex-mono` | `^5.0.2` `->` `^5.0.3` |
62+
| `@iconify-json/bi` | `^1.1.16` `->` `^1.1.17` |
63+
| `@typescript-eslint/eslint-plugin` | `^5.59.8` `->` `^5.59.11` |
64+
| `@typescript-eslint/parser` | `^5.59.8` `->` `^5.59.11` |
65+
| `dayjs` | `^1.11.7` `->` `^1.11.8` |
66+
| `dotenv` | `^16.1.1` `->` `^16.1.4` |
67+
| `eslint` | `^8.41.0` `->` `^8.42.0` |
68+
| `sass` | `^1.62.1` `->` `^1.63.3` |
69+
| `satori` | `^0.9.1` `->` `^0.10.1` |
70+
| `typescript` | `^5.0.4` `->` `^5.1.3` |
71+
3372
Full Changelog: [v2.2.4...v2.2.5](https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5)
3473

3574
## [v2.2.4](https://github.com/ansidev/leetcode-blog/compare/v2.2.3...v2.2.4) (2023-05-31)

astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import fs from 'node:fs'
33
import partytown from '@astrojs/partytown'
44
import sitemap from '@astrojs/sitemap'
55
import tailwind from '@astrojs/tailwind'
6+
import compress from '@otterlord/astro-compress'
67
import { defineConfig } from 'astro/config'
7-
import compress from 'astro-compress'
88
import purgecss from 'astro-purgecss'
99

1010
import { loadEnv } from './dotenv.config'

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "leetcode-blog",
33
"description": "Solutions for LeetCode problems - Written by ansidev",
44
"type": "module",
5-
"version": "2.2.5",
5+
"version": "2.2.6",
66
"license": "MIT",
7-
"packageManager": "[email protected].2",
7+
"packageManager": "[email protected].12",
88
"scripts": {
99
"lc:new": "tsx ./src/cmd/leetcode.ts",
1010
"dev": "astro dev",
@@ -19,43 +19,43 @@
1919
},
2020
"dependencies": {
2121
"@astrojs/partytown": "^1.2.3",
22-
"@astrojs/rss": "^2.4.3",
23-
"@astrojs/sitemap": "^1.3.3",
24-
"@astrojs/tailwind": "^3.1.3",
25-
"astro": "2.6.3",
26-
"astro-compress": "^1.1.47",
27-
"astro-purgecss": "^2.0.1",
28-
"tailwindcss": "^3.3.2"
22+
"@astrojs/rss": "^2.4.4",
23+
"@astrojs/sitemap": "^2.0.1",
24+
"@astrojs/tailwind": "^4.0.0",
25+
"@otterlord/astro-compress": "^1.1.48",
26+
"astro": "2.10.3",
27+
"astro-purgecss": "^2.3.0",
28+
"tailwindcss": "^3.3.3"
2929
},
3030
"devDependencies": {
31-
"@commitlint/cli": "^17.6.5",
32-
"@commitlint/config-conventional": "^17.6.5",
33-
"@fontsource/ibm-plex-mono": "^5.0.3",
34-
"@iconify-json/bi": "^1.1.17",
31+
"@commitlint/cli": "^17.6.7",
32+
"@commitlint/config-conventional": "^17.6.7",
33+
"@fontsource/ibm-plex-mono": "^5.0.8",
34+
"@iconify-json/bi": "^1.1.18",
3535
"@resvg/resvg-js": "^2.4.1",
3636
"@tailwindcss/typography": "^0.5.9",
3737
"@types/lodash.get": "^4.4.7",
3838
"@types/lodash.kebabcase": "^4.1.7",
3939
"@types/mustache": "^4.2.2",
40-
"@types/node": "^20.2.1",
41-
"@typescript-eslint/eslint-plugin": "^5.59.11",
42-
"@typescript-eslint/parser": "^5.59.11",
43-
"commander": "^10.0.1",
40+
"@types/node": "^20.4.8",
41+
"@typescript-eslint/eslint-plugin": "^6.3.0",
42+
"@typescript-eslint/parser": "^6.3.0",
43+
"commander": "^11.0.0",
4444
"commitizen": "^4.3.0",
45-
"dayjs": "^1.11.8",
46-
"dotenv": "^16.1.4",
47-
"eslint": "^8.42.0",
48-
"eslint-plugin-astro": "^0.27.1",
45+
"dayjs": "^1.11.9",
46+
"dotenv": "^16.3.1",
47+
"eslint": "^8.46.0",
48+
"eslint-plugin-astro": "^0.28.0",
4949
"eslint-plugin-simple-import-sort": "^10.0.0",
5050
"husky": "^8.0.3",
5151
"lodash.get": "^4.4.2",
5252
"lodash.kebabcase": "^4.1.1",
5353
"mustache": "^4.2.0",
54-
"sass": "^1.63.3",
55-
"satori": "^0.10.1",
54+
"sass": "^1.64.2",
55+
"satori": "^0.10.2",
5656
"satori-html": "^0.3.2",
5757
"tailwindcss-themer": "^3.1.0",
5858
"tsx": "^3.12.7",
59-
"typescript": "^5.1.3"
59+
"typescript": "^5.1.6"
6060
}
6161
}

0 commit comments

Comments
 (0)