Skip to content

Commit

Permalink
Fix network file-resolution bug - PR#339 from glenn2223
Browse files Browse the repository at this point in the history
### Fixed

-   Fix for a network file-resolution bug introduced in v6.1.1. Closes [#323](#323)

### Updated

-   `fdir` to `6.1.1` [Changelog][cl:fd]
-   `picomatch` to `3.0.1` [Changelog][cl:pm]

[cl:fd]: https://github.com/thecodrr/fdir/releases
[cl:pm]: https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md
  • Loading branch information
glenn2223 authored Nov 22, 2023
2 parents 4ba1cba + 7d4c3c1 commit a15ddeb
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 12 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ Types of changes

All notable changes to this project will be documented in this file.

## Unreleased

### Fixed

- Fix for a network file-resolution bug introduced in v6.1.1. Closes [#322](https://github.com/glenn2223/vscode-live-sass-compiler/issues/322)

### Updated

- `fdir` to `6.1.1` [Changelog][cl:fd]
- `picomatch` to `3.0.1` [Changelog][cl:pm]

## [6.1.1] - 2023-08-18

<small>[Compare to previous release][comp:6.1.1]</small>
Expand Down Expand Up @@ -798,4 +809,5 @@ All notable changes to this project will be documented in this file.
[cl:ap]: https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md
[cl:fd]: https://github.com/thecodrr/fdir/releases
[cl:pc]: https://github.com/postcss/postcss/blob/main/CHANGELOG.md
[cl:pm]: https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md
[cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
66 changes: 56 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@
},
"dependencies": {
"autoprefixer": "^10.4.15",
"fdir": "^6.1.0",
"picomatch": "^2.3.1",
"fdir": "^6.1.1",
"picomatch": "^3.0.1",
"postcss": "^8.4.28",
"sass": "^1.66.0"
},
Expand Down

0 comments on commit a15ddeb

Please sign in to comment.