Skip to content

build(deps-dev): bump ts-loader from 9.1.0 to 9.6.2 in /web - #7292

Merged
mohammedfirdouss merged 1 commit into
masterfrom
dependabot/npm_and_yarn/web/ts-loader-9.6.2
Sep 2, 2026
Merged

build(deps-dev): bump ts-loader from 9.1.0 to 9.6.2 in /web#7292
mohammedfirdouss merged 1 commit into
masterfrom
dependabot/npm_and_yarn/web/ts-loader-9.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps ts-loader from 9.1.0 to 9.6.2.

Release notes

Sourced from ts-loader's releases.

v9.6.2

Officially ts-loader has supported 3.6.3+ versions of TypeScript. This change means that certain scenarios with older versions of TS will now certainly fail. If anyone is actually using these versions it would be surprising.

v9.6.1

v9.6.0

v9.5.7

Skipping 9.5.5-9.5.6 due to publishing issues

v9.5.4

Skipping 9.5.3 due to a publishing issue

v9.5.3

v9.5.2

This release is actually v9.5.2 but due to a problem with the initial release workflow we incremented to v9.5.3

v9.5.1

v9.5.0

v9.4.4

v9.4.3

v9.4.2

9.4.1

v9.4.0

... (truncated)

Changelog

Sourced from ts-loader's changelog.

9.6.2

Officially ts-loader has supported 3.6.3+ versions of TypeScript. This change means that certain scenarios with older versions of TS will now certainly fail. If anyone is actually using these versions it would be surprising.

9.6.1

9.6.0

9.5.7

Skipping 9.5.5-9.5.6 due to publishing issues

9.5.4

Skipping 9.5.3 due to a publishing issue

9.5.2

9.5.1

9.5.0

9.4.4

9.4.3

9.4.2

9.4.1

v9.4.0

v9.3.1

... (truncated)

Commits
  • b347bb7 chore: trim runtime dependencies — remove enhanced-resolve/semver, swap micro...
  • 32d82e6 fix: rspack support (#1699)
  • 6bd992e chore: Update GitHub Actions workflow for release
  • eee9e02 chore: version 9.6.0
  • d088b15 feat: add webpack 4 support to ts-loader v9 (#1697)
  • e714be1 ci: run tests on Node 26 (#1693)
  • 972a428 feat: remove TS version from comparison tests (#1692)
  • 586e3b8 feat: upgrade comparison / execution test packs to TS 6 (#1685)
  • 4a60de4 chore: trusted publishing attempt 3
  • b03b4aa chore: version bump
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ts-loader since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.1.0 to 9.6.2.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.1.0...v9.6.2)

---
updated-dependencies:
- dependency-name: ts-loader
  dependency-version: 9.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 1, 2026
Copilot AI lite review requested due to automatic review settings September 1, 2026 23:13
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Sep 1, 2026
@dependabot
dependabot Bot requested review from a team as code owners September 1, 2026 23:13
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 1, 2026
@dependabot
dependabot Bot requested a review from hongky-1994 September 1, 2026 23:13
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Sep 1, 2026
@netlify

netlify Bot commented Sep 1, 2026

Copy link
Copy Markdown

Deploy Preview for pipecd-site canceled.

Name Link
🔨 Latest commit 526a9ae
🔍 Latest deploy log https://app.netlify.com/projects/pipecd-site/deploys/6a975c04268e750008410815

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a straightforward devDependency bump with corresponding lockfile updates and no code-path changes detected.

Pull request overview

Updates the web frontend build toolchain dependency ts-loader to a newer patch/minor release, aligning web/’s webpack TypeScript loader with the version resolved in the lockfile.

Changes:

  • Bump ts-loader from ^9.1.0 to ^9.6.2 in web/package.json.
  • Refresh web/yarn.lock to reflect the new ts-loader version and its updated transitive dependencies (e.g., move from micromatch to picomatch, add source-map@^0.7.4).
File summaries
File Description
web/package.json Updates the declared devDependency version for ts-loader.
web/yarn.lock Updates resolved dependency graph for ts-loader@^9.6.2 and related transitive packages.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@mohammedfirdouss
mohammedfirdouss merged commit e25286b into master Sep 2, 2026
66 checks passed
@mohammedfirdouss
mohammedfirdouss deleted the dependabot/npm_and_yarn/web/ts-loader-9.6.2 branch September 2, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/web dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants