Skip to content

Commit

Permalink
Merge pull request #657 from fendor/release/2.2.1
Browse files Browse the repository at this point in the history
Prepare release 2.2.1
  • Loading branch information
fendor authored Aug 9, 2022
2 parents c69df99 + a3bc083 commit cbaadce
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 114 deletions.
77 changes: 77 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,82 @@
# Changelog for vscode-haskell

## 2.2.1

- Fix test-suite for new GHCUp release
([#672](https://github.com/haskell/vscode-haskell/pull/672)) by @fendor
- Bump webpack from 5.73.0 to 5.74.0
([#657](https://github.com/haskell/vscode-haskell/pull/657)) by @fendor
- Bump typescript from 4.4.0 to 4.7.4
([#657](https://github.com/haskell/vscode-haskell/pull/657)) by @fendor
- Bump @types/node from 18.0.4 to 18.6.1
([#657](https://github.com/haskell/vscode-haskell/pull/657)) by @fendor
- Bump @typescript-eslint/eslint-plugin from 5.30.6 to 5.31.0
([#657](https://github.com/haskell/vscode-haskell/pull/657)) by @fendor
- Bump @typescript-eslint/parser from 5.30.6 to 5.31.0
([#657](https://github.com/haskell/vscode-haskell/pull/657)) by @fendor
- Bump prettier from 2.6.2 to 2.7.1
([#657](https://github.com/haskell/vscode-haskell/pull/657)) by @fendor
- Bump mocha from 9.2.1 to 10.0.0
([#657](https://github.com/haskell/vscode-haskell/pull/657)) by @fendor
- Bump @vscode/test-electron from 2.1.3 to 2.1.5
([#656](https://github.com/haskell/vscode-haskell/pull/656)) by @dependabot[bot]
- Bump eslint from 8.19.0 to 8.20.0
([#655](https://github.com/haskell/vscode-haskell/pull/655)) by @dependabot[bot]
- Bump glob from 7.2.0 to 8.0.3
([#654](https://github.com/haskell/vscode-haskell/pull/654)) by @dependabot[bot]
- Bump lru-cache and @types/lru-cache
([#653](https://github.com/haskell/vscode-haskell/pull/653)) by @dependabot[bot]
- Bump ts-pattern from 4.0.2 to 4.0.5
([#652](https://github.com/haskell/vscode-haskell/pull/652)) by @dependabot[bot]
- Bump terser from 5.13.0 to 5.14.2
([#651](https://github.com/haskell/vscode-haskell/pull/651)) by @dependabot[bot]
- Bump cheerio from 1.0.0-rc.10 to 1.0.0-rc.12
([#647](https://github.com/haskell/vscode-haskell/pull/647)) by @dependabot[bot]
- Bump webpack from 5.72.0 to 5.73.0
([#646](https://github.com/haskell/vscode-haskell/pull/646)) by @dependabot[bot]
- Bump @typescript-eslint/parser from 5.21.0 to 5.30.6
([#645](https://github.com/haskell/vscode-haskell/pull/645)) by @dependabot[bot]
- Bump webpack-cli from 4.9.2 to 4.10.0
([#644](https://github.com/haskell/vscode-haskell/pull/644)) by @dependabot[bot]
- Bump @types/vscode from 1.66.0 to 1.69.0
([#643](https://github.com/haskell/vscode-haskell/pull/643)) by @dependabot[bot]
- Bump @types/node from 17.0.29 to 18.0.4
([#642](https://github.com/haskell/vscode-haskell/pull/642)) by @dependabot[bot]
- Bump husky from 7.0.4 to 8.0.1
([#641](https://github.com/haskell/vscode-haskell/pull/641)) by @dependabot[bot]
- Bump ts-loader from 9.2.9 to 9.3.1
([#640](https://github.com/haskell/vscode-haskell/pull/640)) by @dependabot[bot]
- Bump @typescript-eslint/eslint-plugin from 5.21.0 to 5.30.6
([#638](https://github.com/haskell/vscode-haskell/pull/638)) by @dependabot[bot]
- Bump eslint from 8.14.0 to 8.19.0
([#637](https://github.com/haskell/vscode-haskell/pull/637)) by @dependabot[bot]
- Bump haskell/actions from 1 to 2
([#636](https://github.com/haskell/vscode-haskell/pull/636)) by @dependabot[bot]
- Bump actions/checkout from 2 to 3
([#635](https://github.com/haskell/vscode-haskell/pull/635)) by @dependabot[bot]
- Bump actions/setup-node from 1 to 3
([#634](https://github.com/haskell/vscode-haskell/pull/634)) by @dependabot[bot]
- Add dependabot.yml
([#633](https://github.com/haskell/vscode-haskell/pull/633)) by @fendor
- Replace x32 with ia32 for Architecture matching
([#631](https://github.com/haskell/vscode-haskell/pull/631)) by @fendor
- Toolchain management dialog: add hint for beginners
([#621](https://github.com/haskell/vscode-haskell/pull/621)) by @runeksvendsen
- Fix trace.server option
([#617](https://github.com/haskell/vscode-haskell/pull/617)) by @coltenwebb
- Add TOC
([#615](https://github.com/haskell/vscode-haskell/pull/615)) by @hasufell
- Cleanups
([#605](https://github.com/haskell/vscode-haskell/pull/605)) by @hasufell
- Link to VSCode settings page
([#603](https://github.com/haskell/vscode-haskell/pull/603)) by @hasufell
- Refactor toInstall shenanigans
([#600](https://github.com/haskell/vscode-haskell/pull/600)) by @hasufell
- Fix confusing download dialog popup
([#599](https://github.com/haskell/vscode-haskell/pull/599)) by @hasufell
- More troubleshooting
([#598](https://github.com/haskell/vscode-haskell/pull/598)) by @hasufell

## 2.2.0

- Bump version to 2.2.0 (Syncs up pre-release and release version)
Expand Down
Empty file modified GenChangelogs.hs
100644 → 100755
Empty file.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "haskell",
"displayName": "Haskell",
"description": "Haskell language support powered by the Haskell Language Server",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT",
"publisher": "haskell",
"engines": {
Expand Down Expand Up @@ -533,25 +533,25 @@
"@types/lodash-es": "^4.17.3",
"@types/lru-cache": "^7.10.10",
"@types/mocha": "^9.0.0",
"@types/node": "^18.0.4",
"@types/node": "^18.6.1",
"@types/vscode": "^1.69.0",
"@types/which": "^2.0.1",
"@types/yauzl": "^2.9.1",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@vscode/test-electron": "^2.1.5",
"eslint": "^8.20.0",
"glob": "^8.0.3",
"husky": "^8.0.1",
"mocha": "^9.2.1",
"prettier": "^2.6.2",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.2",
"set-value": ">=4.0.1",
"ts-loader": "^9.3.1",
"tslint": "^6.1.3",
"tslint-loader": "^3.5.4",
"typescript": "^4.4.0",
"webpack": "^5.73.0",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"extensionDependencies": [
Expand Down
Loading

0 comments on commit cbaadce

Please sign in to comment.