Skip to content

Commit

Permalink
chore(deps-dev): Bump ts-loader from 9.4.3 to 9.4.4 (#6774)
Browse files Browse the repository at this point in the history
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.4.3 to
9.4.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TypeStrong/ts-loader/releases">ts-loader's
releases</a>.</em></p>
<blockquote>
<h2>v9.4.4</h2>
<ul>
<li><a
href="https://redirect.github.com/TypeStrong/ts-loader/pull/1617">Bug
fix: let users override skipLibCheck</a> - thanks <a
href="https://github.com/haakonflatval-cognite"><code>@​haakonflatval-cognite</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md">ts-loader's
changelog</a>.</em></p>
<blockquote>
<h2>9.4.4</h2>
<ul>
<li><a
href="https://redirect.github.com/TypeStrong/ts-loader/pull/1617">Bug
fix: let users override skipLibCheck</a> - thanks <a
href="https://github.com/haakonflatval-cognite"><code>@​haakonflatval-cognite</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TypeStrong/ts-loader/commit/d13d9c3d38d1f68d76d1773937e96df527c11c2a"><code>d13d9c3</code></a>
Make skipLibCheck overridable (<a
href="https://redirect.github.com/TypeStrong/ts-loader/issues/1617">#1617</a>)</li>
<li><a
href="https://github.com/TypeStrong/ts-loader/commit/6f7380b819b04908c4223cf5217c3f0bd4b2be0a"><code>6f7380b</code></a>
chore: stub 5.1 test pack (<a
href="https://redirect.github.com/TypeStrong/ts-loader/issues/1616">#1616</a>)</li>
<li>See full diff in <a
href="https://github.com/TypeStrong/ts-loader/compare/v9.4.3...v9.4.4">compare
view</a></li>
</ul>
</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 28, 2023
1 parent 21c4720 commit 1f0decb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.3",
"ts-loader": "^9.4.4",
"typed-scss-modules": "^7.1.1",
"typemoq": "^2.1.0",
"typescript": "^4.9.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2816,7 +2816,7 @@ __metadata:
stylelint-config-standard-scss: ^9.0.0
tabbable: ^6.2.0
terser-webpack-plugin: ^5.3.9
ts-loader: ^9.4.3
ts-loader: ^9.4.4
typed-scss-modules: ^7.1.1
typemoq: ^2.1.0
typescript: ^4.9.5
Expand Down Expand Up @@ -11740,9 +11740,9 @@ __metadata:
languageName: node
linkType: hard

"ts-loader@npm:^9.4.3":
version: 9.4.3
resolution: "ts-loader@npm:9.4.3"
"ts-loader@npm:^9.4.4":
version: 9.4.4
resolution: "ts-loader@npm:9.4.4"
dependencies:
chalk: ^4.1.0
enhanced-resolve: ^5.0.0
Expand All @@ -11751,7 +11751,7 @@ __metadata:
peerDependencies:
typescript: "*"
webpack: ^5.0.0
checksum: 139ed53bc60717d0ca231cdffbdef7566b9feda11c72fecc697983113f1266ccca2e1cdf191f841a43afa6b87d6afe57a0caf4feecf02f30845aa7ac6f2411a4
checksum: 8e5e6b839b0edfa40d2156c880d88ccab58226894ea5978221bc48c7db3215e2e856bfd0093f148e925a2befc42d6c94cafa9a994a7da274541efaa916012b63
languageName: node
linkType: hard

Expand Down

0 comments on commit 1f0decb

Please sign in to comment.