For tsconfig, switch to use the built-in strategy of esbuild. (For example, esbuild v0.18 and later will no longer follow target in tsconfig.json). Read more in esbuild changelog
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 show 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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/WalletConnect/walletconnect-utils/network/alerts).
Bumps rollup, @rollup/plugin-commonjs, @rollup/plugin-node-resolve and rollup-plugin-esbuild. These dependencies needed to be updated together. Updates
rollup
from 2.78.0 to 4.22.4Release notes
Sourced from rollup's releases.
... (truncated)
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
79c0aba
4.22.4e2552c9
Fix DOM Clobbering CVE (#5671)10ab90e
refactor: Use object.prototype to check for reserved properties (#5670)e1cba8e
4.22.359cec3e
Ensure impure dependencies of pure modules are added (#5669)b86ffd7
4.22.2d5ff63d
Partially revert #5658 and re-apply #5644 (#5667)0a821d9
Create SECURITY.md76e962d
4.22.168c23da
Partially revert #5644Updates
@rollup/plugin-commonjs
from 22.0.2 to 28.0.0Changelog
Sourced from
@rollup/plugin-commonjs
's changelog.... (truncated)
Commits
0af45c2
chore(release): commonjs v28.0.0c2a05eb
chore(commonjs): switch to fdir for fewer dependencies (#1741)b6fa3b1
chore(release): commonjs v27.0.08f02987
feat(commonjs)!: default strictRequires to true (#1639)274b72c
chore(repo): cherry-pick. commonjs. replace top-level this with exports name ...e2a7195
chore(release): commonjs v26.0.3e98927b
chore(commonjs): revert #16181e73857
chore(release): commonjs v26.0.22fdd077
fix(commonjs): replace top-level this with exports name (#1618)8550c4b
chore(release): commonjs v26.0.1Updates
@rollup/plugin-node-resolve
from 13.3.0 to 15.3.0Changelog
Sourced from
@rollup/plugin-node-resolve
's changelog.... (truncated)
Commits
a8e326d
chore(release): node-resolve v15.3.0032055b
feat(node-resolve): allow preferBuiltins to be a function (#1694)6d4bb6b
chore(release): node-resolve v15.2.4190aa21
chore(node-resolve): remove is-builtin-module (#1735)dcd8da5
chore(repo): use@dot/versioner
for releases (#1612)1caee89
chore(release): node-resolve v15.2.3ab3f45d
fix(node-resolve): modulePaths default is not set (#1534)cdf9113
chore(repo): manually update changelog and package versions after bad release...841a039
fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...9bfc5d9
chore(release): node-resolve v15.2.1Updates
rollup-plugin-esbuild
from 4.9.3 to 6.1.1Release notes
Sourced from rollup-plugin-esbuild's releases.
... (truncated)
Commits
bb2055f
fix: bundle ts-essentials (#374)6df9e54
chore(deps-dev): bump vite from 5.0.5 to 5.0.12 (#376)a29b280
chore(deps-dev): bump vite from 4.4.11 to 5.0.5 (#375)3822de9
feat: support rollup 43205edd
fix: resolve tsconfig extends175ea9d
test: update snapshotb484d88
fix: handle esm loader5fe8653
chore: add tsup config filee82493b
chore: remove unused import04c1b3b
chore: add renovate configDependabot 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 show