Fixes a ReDOS regression (#458) - see #797 for details.
4.3.0
Minor release
Deprecated debugInstance.destroy(). Future major versions will not have this method; please remove it from your codebases as it currently does nothing.
Fixed quoted percent sign
Fixed memory leak within debug instances that are created dynamically
4.2.0
Minor Release
Replaced phantomJS with chrome backend for browser tests
Deprecated and later removed Changelog.md in lieu of releases page
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/DeltaXML/vscode-xslt-tokenizer/network/alerts).
Bumps debug to 4.3.2 and updates ancestor dependencies debug, jest and ts-jest. These dependencies need to be updated together.
Updates
debug
from 2.6.9 to 4.3.2Release notes
Sourced from debug's releases.
... (truncated)
Commits
e47f96d
4.3.21e9d38c
cache enabled status per-logger (#799)0d3d66b
4.3.1b6d12fd
fix regression3f56313
4.3.0e2d3bc9
add deprecation notice for debug.destroy()72e7f86
fix memory leak within debug instance27152ca
add test for enable/disable of existing instances22e13fe
fix quoted percent sign80ef62a
4.2.0Maintainer changes
This version was pushed to npm by qix, a new releaser for debug since your current version.
Updates
jest
from 26.6.3 to 29.3.1Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
05deb83
v29.3.184b8de9
v29.3.00a8edbe
v29.2.24551c0f
v29.2.1ee5b37a
v29.2.022322c9
refactor: use a single root tsconfig for type tests (#13358)3c31dd6
v29.1.2fd9cd90
v29.1.151f1030
v29.1.077f865d
v29.0.3Updates
ts-jest
from 26.5.6 to 29.0.3Release notes
Sourced from ts-jest's releases.
... (truncated)
Changelog
Sourced from ts-jest's changelog.
... (truncated)
Commits
4a27966
chore(release): 29.0.3 (#3847)9c9fd60
fix: merge config fromglobals
with transformer config correctly (#3842)c76195b
build(deps): Update@types
packages to ^5.38.1 (#3838)5a54a63
test(e2e): change esm nodejs condition to 14.15.0 (#3835)eabe906
feat: adduseESM
option topathsToModuleNameMapper
options (#3792)12a90d3
docs(devs-infra): add example transform match file regex (#3834)afc6a94
fix(presets): allow merging transform config when using presets (#3833)071ccbd
build(deps): Update dependency eslint to ^8.24.0 (#3831)0a33c98
chore(release): 29.0.2 (#3824)214cb8c
fix: use transformer config inconfig:init
instead ofglobals
(#3829)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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/DeltaXML/vscode-xslt-tokenizer/network/alerts).