Update ts-loader 9.4.0 → 9.5.4 (minor) #121
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ ts-loader (9.4.0 → 9.5.4) · Repo · Changelog
Release Notes
9.5.4
9.5.2
9.5.1
9.5.0
9.4.4
9.4.3
9.4.2
9.4.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 47 commits:
Update changelog for version 9.5.4 (#1677)
chore: TypeScript 5.9 upgrade (#1676)
feat: stub for 5.8 (#1668)
feat: Update push.yml with workflow_dispatch
chore: update lockfile (#1666)
fix: add more detailed error messages (#1665)
Upgrade TypeScript to 5.7 (#1661)
Create SECURITY.md
Update testpack for TypeScript 5.6 (#1656)
Ts 55 (#1651)
Typescript54 (#1647)
feat: upgrade to 5.3 (#1641)
fix: inputSourceMap can be null (#1639)
map input source map (#1626)
update test pack to TS 5.2 (#1633)
Make skipLibCheck overridable (#1617)
chore: stub 5.1 test pack (#1616)
fix: add config file as build dependency (#1611)
chore: Update testpack to TS 5.0 (#1608)
chore(deps-dev): bump webpack from 5.46.0 to 5.76.0 in /examples/vanilla (#1595)
chore(deps): update dependency eslint to v8 (#1582)
chore(deps): update dependency jasmine-core to v4 (#1587)
chore(deps): update dependency husky to v8 (#1586)
chore(deps): update dependency fs-extra to v11 (#1584)
chore(deps): update dependency eslint-plugin-prettier to v4 (#1583)
chore(deps): update actions/setup-node action to v3 (#1579)
chore(deps): update dependency karma-sourcemap-loader to ^0.4.0 (#1576)
chore(deps): update actions/checkout action to v3 (#1577)
Add renovate.json (#1575)
fix: createLiteral removed in 5.1 https://github.com/microsoft/TypeScript/issues/53077#issuecomment-1453846217 (#1574)
chore(deps): bump dns-packet in /examples/fork-ts-checker-webpack-plugin (#1570)
Update README.md
chore: blog.johnnyreilly.com -> johnnyreilly.com
docs: update link to DeclarationBundlerPlugin in Declarations (.d.ts) section in the README (#1549)
chore: blog.johnnyreilly.com -> johnnyreilly.com
fix: remove "suppressImplicitAnyIndexErrors": true (#1559)
docs: https not http
Use custom transformer when building solution references (#1550)
add missing comma in README.md (#1551)
Typescript 4 9 (#1547)
chore(deps): bump minimatch in /examples/project-references-example (#1530)
Fix anchor jumping in README.md (#1521)
Update outdated LICENSE year (#1513)
Bump terser from 4.8.0 to 4.8.1 in /examples/project-references-example (#1489)
Bump lodash in /test/execution-tests/babel-codeSplitting (#1435)
Add Tests and Remarks Concerning the New `.cts` And `.mts` File Extensions (#1508)
Hotfix: Disable `enhanced-resolve` (#1506)
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.