Skip to content

Commit a417d80

Browse files
chore(deps): update dependency ts-loader to ^9.5.0 (#207)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-loader](https://togithub.com/TypeStrong/ts-loader) | [`^9.4.4` -> `^9.5.0`](https://renovatebot.com/diffs/npm/ts-loader/9.4.4/9.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-loader/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-loader/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-loader/9.4.4/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-loader/9.4.4/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>TypeStrong/ts-loader (ts-loader)</summary> ### [`v9.5.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#950) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.4.4...v9.5.0) - [Feature: map the input source map in case ts-loader is used in a loader pipeline](https://togithub.com/TypeStrong/ts-loader/pull/1626) - thanks [@&#8203;Ka0o0](https://togithub.com/Ka0o0) and [@&#8203;bojanv55](https://togithub.com/bojanv55) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am on monday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/tailscale-dev/vscode-tailscale). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzcuMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce24e20 commit a417d80

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
"lint-staged": "^14.0.1",
479479
"node-fetch": "^3.3.2",
480480
"node-loader": "^2.0.0",
481-
"postcss": "^8.4.27",
481+
"postcss": "^8.4.31",
482482
"postcss-loader": "^7.3.3",
483483
"prettier": "^3.0.3",
484484
"react": "^18.2.0",
@@ -487,7 +487,7 @@
487487
"style-loader": "^3.3.3",
488488
"swr": "^2.2.2",
489489
"tailwindcss": "^3.3.3",
490-
"ts-loader": "^9.4.4",
490+
"ts-loader": "^9.5.0",
491491
"typescript": "^5.1.6",
492492
"utf-8-validate": "^6.0.3",
493493
"vitest": "^.33.0",

yarn.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4757,10 +4757,10 @@ postcss@^8.4.25:
47574757
picocolors "^1.0.0"
47584758
source-map-js "^1.0.2"
47594759

4760-
postcss@^8.4.27:
4761-
version "8.4.27"
4762-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057"
4763-
integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==
4760+
postcss@^8.4.31:
4761+
version "8.4.31"
4762+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
4763+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
47644764
dependencies:
47654765
nanoid "^3.3.6"
47664766
picocolors "^1.0.0"
@@ -5432,6 +5432,11 @@ source-map@^0.6.0:
54325432
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
54335433
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
54345434

5435+
source-map@^0.7.4:
5436+
version "0.7.4"
5437+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
5438+
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
5439+
54355440
source-map@^0.8.0-beta.0:
54365441
version "0.8.0-beta.0"
54375442
resolved "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz"
@@ -5951,15 +5956,16 @@ ts-interface-checker@^0.1.9:
59515956
resolved "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz"
59525957
integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==
59535958

5954-
ts-loader@^9.4.4:
5955-
version "9.4.4"
5956-
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.4.4.tgz#6ceaf4d58dcc6979f84125335904920884b7cee4"
5957-
integrity sha512-MLukxDHBl8OJ5Dk3y69IsKVFRA/6MwzEqBgh+OXMPB/OD01KQuWPFd1WAQP8a5PeSCAxfnkhiuWqfmFJzJQt9w==
5959+
ts-loader@^9.5.0:
5960+
version "9.5.0"
5961+
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.5.0.tgz#f0a51dda37cc4d8e43e6cb14edebbc599b0c3aa2"
5962+
integrity sha512-LLlB/pkB4q9mW2yLdFMnK3dEHbrBjeZTYguaaIfusyojBgAGf5kF+O6KcWqiGzWqHk0LBsoolrp4VftEURhybg==
59585963
dependencies:
59595964
chalk "^4.1.0"
59605965
enhanced-resolve "^5.0.0"
59615966
micromatch "^4.0.0"
59625967
semver "^7.3.4"
5968+
source-map "^0.7.4"
59635969

59645970
tslib@^1.13.0:
59655971
version "1.14.1"

0 commit comments

Comments
 (0)