Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @types/node from 18.11.9 to 18.11.19 #565

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

Bumps @types/node from 18.11.9 to 18.11.19.

Commits

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 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)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.11.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2023
@1zilc 1zilc merged commit 935bb3f into dev Feb 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev/types/node-18.11.19 branch February 7, 2023 03:11
1zilc added a commit that referenced this pull request Feb 7, 2023
* add: tsconfig-paths-webpack-plugin (#3387)

* fix: set main process.type to "browser" in production (#3370)

According to the documentation, the only valid values for process.type are "browser", "renderer", "worker" and "utility". Currently, running the application with "yarn start" the process.type value in the main process is "browser", but in a packaged app it is "main", so this commit fixes it to be "browser" too.
See https://www.electronjs.org/docs/latest/api/process#processtype-readonly

* chore: 移除tg信息

* fix: 修复baseUrl缺失

* fix: 优化全局任务引起不必要的渲染

* fix: 修复webpack alias引起的编译错误

* chore: 修改发布工作流触发时机

* fix: 修复DetailPage不必要的渲染

* chore: 规范证书

* fix: 修复部分纯ESM模块加载问题

* fix: 修复renderer prod构建

* fix: 修复windows构建符号转义问题

* Bump chalk from 4.1.2 to 5.2.0 (#558)

Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.2.0.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v4.1.2...v5.2.0)

---
updated-dependencies:
- dependency-name: chalk
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump query-string from 7.1.3 to 8.1.0 (#556)

Bumps [query-string](https://github.com/sindresorhus/query-string) from 7.1.3 to 8.1.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](sindresorhus/query-string@v7.1.3...v8.1.0)

---
updated-dependencies:
- dependency-name: query-string
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint-config-prettier from 8.5.0 to 8.6.0 (#554)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 8.6.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.5.0...v8.6.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: 修改ts-node编译配置

* feat: type module

* fix: 添加tsx

* fix: 移除ts-node

* Bump rimraf from 3.0.2 to 4.1.2 (#560)

Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.1.2.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v3.0.2...v4.1.2)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ts-jest from 28.0.8 to 29.0.5 (#559)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 28.0.8 to 29.0.5.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v28.0.8...v29.0.5)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* bump: udpate typescript 5.0-beta

* fix: 移除不必要的命令

* fix: 完善.eslintignore

* fix: 回退rimraf

* fix: 移除lint 测试

* feat: 添加fakeUA

* fix: 修复got headers配置问题

* fix: 优化eval间接调用

* fix: 修复近期资讯rowKey

* fix: 修复appCenter遍历key缺失

* feat: 更新移动端UA

* fix: 修复allowpopups失效

* Revert "fix: 优化eval间接调用"

This reverts commit 3fc8c81.

* chore: 移除ts-node、sucrase

* chore: bump eslint-config-erb (#3412)

* chore: bump eslint-config-erb

* chore: drop husky and lint-staged

* chore: bump deps

* chore: bump all deps

* fix: bump again

* fix: bump again

* fix: check delete before delete

* bump: update deps

* bump: 7.1.0

* bump: update electron 23.0.0

* chore: update workflow node to v18

* chore: update copyright

* Bump @types/node from 18.11.9 to 18.11.19 (#565)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.11.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Amaral Krichman <amaralkrichman@gmail.com>
Co-authored-by: Rafael Tavares Carvalho Barros <26308880+Rafatcb@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amila Welihinda <amilajack@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant