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 rimraf from 3.0.2 to 4.1.2 #1307

Merged
merged 1 commit into from Jan 26, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2023

Bumps rimraf from 3.0.2 to 4.1.2.

Changelog

Sourced from rimraf's changelog.

v4.1

  • Improved hybrid module with no need to look at the .default dangly bit. .default preserved as a reference to rimraf for compatibility with anyone who came to rely on it in v4.0.
  • Accept and ignore -rf and -fr arguments to the bin.

v4.0

  • Remove glob dependency entirely. This library now only accepts actual file and folder names to delete.
  • Accept array of paths or single path.
  • Windows performance and reliability improved.
  • All strategies separated into explicitly exported methods.
  • Drop support for Node.js below version 14
  • rewrite in TypeScript
  • ship CJS/ESM hybrid module
  • Error on unknown arguments to the bin. (Previously they were silently ignored.)

v3.0

  • Add --preserve-root option to executable (default true)
  • Drop support for Node.js below version 6

v2.7

  • Make glob an optional dependency

2.6

  • Retry on EBUSY on non-windows platforms as well
  • Make rimraf.sync 10000% more reliable on Windows

2.5

  • Handle Windows EPERM when lstat-ing read-only dirs
  • Add glob option to pass options to glob

2.4

  • Add EPERM to delay/retry loop
  • Add disableGlob option

2.3

  • Make maxBusyTries and emfileWait configurable
  • Handle weird SunOS unlink-dir issue
  • Glob the CLI arg for better Windows support

... (truncated)

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 [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>
@dependabot dependabot bot requested a review from JamesIves as a code owner January 24, 2023 10:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 24, 2023
@JamesIves JamesIves merged commit bd1799a into dev Jan 26, 2023
@JamesIves JamesIves deleted the dependabot/npm_and_yarn/rimraf-4.1.2 branch January 26, 2023 15:19
JamesIves added a commit that referenced this pull request May 26, 2023
* Bump @types/node from 18.8.0 to 18.8.4 (#1239)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.8.0 to 18.8.4.
- [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>

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

* Release 4.4.1 📣

* Bump webfactory/ssh-agent from 0.5.4 to 0.7.0 (#1252)

Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.5.4 to 0.7.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases)
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md)
- [Commits](webfactory/ssh-agent@v0.5.4...v0.7.0)

---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump @types/node from 18.8.4 to 18.11.9 (#1262)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.8.4 to 18.11.9.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump eslint-plugin-jest from 27.0.4 to 27.1.5 (#1268)

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.0.4 to 27.1.5.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v27.0.4...v27.1.5)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump @types/node from 18.11.9 to 18.11.10 (#1276)

* Bump @types/node from 18.11.10 to 18.11.13 (#1283)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.10 to 18.11.13.
- [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>

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 (#1293)

* Bump json5 from 2.1.1 to 2.2.3 (#1294)

Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.1.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump minimatch from 3.0.4 to 3.1.2 (#1270)

* Bump decode-uri-component from 0.2.0 to 0.2.2 (#1277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump typescript from 4.8.4 to 4.9.4 (#1281)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.8.4...v4.9.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* docs: appending->prepending

* Bump eslint-plugin-jest from 27.1.5 to 27.2.1 (#1296)

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.1.5 to 27.2.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v27.1.5...v27.2.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore: formatting to fix broken tests after pkg upgrade

* Bump rimraf from 3.0.2 to 4.1.2 (#1307)

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>

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

* Bump typescript from 4.9.4 to 4.9.5 (#1311)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  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>

* Deploying to dev from @ c733945 🚀

* Bump codecov/codecov-action from 3.1.1 to 3.1.2 (#1353)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  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>

* Deploying to dev from @ 5e69758 🚀

* Deploying to dev from @ bd5899c 🚀

* Bump @types/node from 18.11.13 to 18.16.3 (#1361)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.13 to 18.16.3.
- [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-minor
...

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

* Deploying to dev from @ b0528cc 🚀

* Bump codecov/codecov-action from 3.1.2 to 3.1.4 (#1372)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3.1.2...v3.1.4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  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>

* Bump @actions/io from 1.1.2 to 1.1.3 (#1339)

Bumps [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/io)

---
updated-dependencies:
- dependency-name: "@actions/io"
  dependency-type: direct:production
  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>

* Bump prettier from 2.7.1 to 2.8.8 (#1357)

Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.8.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.7.1...2.8.8)

---
updated-dependencies:
- dependency-name: 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>

* Bump @types/node from 18.16.3 to 20.2.3 (#1380)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.3 to 20.2.3.
- [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-major
...

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

* Bump webfactory/ssh-agent from 0.7.0 to 0.8.0 (#1348)

Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases)
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md)
- [Commits](webfactory/ssh-agent@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
  dependency-type: direct:production
  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>

* Bump eslint-config-prettier from 8.6.0 to 8.8.0 (#1342)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.6.0 to 8.8.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.6.0...v8.8.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>

* Bump @types/node from 20.2.3 to 20.2.4 (#1381)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.3 to 20.2.4.
- [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: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JamesIves <JamesIves@users.noreply.github.com>
renovate bot added a commit to SAP/ui5-webcomponents-react that referenced this pull request Jul 12, 2023
….4.3 (#4874)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[JamesIves/github-pages-deploy-action](https://togithub.com/JamesIves/github-pages-deploy-action)
| action | patch | `v4.4.2` -> `v4.4.3` |

---

### Release Notes

<details>
<summary>JamesIves/github-pages-deploy-action
(JamesIves/github-pages-deploy-action)</summary>

###
[`v4.4.3`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.3)

[Compare
Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/v4.4.2...v4.4.3)

##### What's Changed

- Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.8.0
to 18.8.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1239
- Bump webfactory/ssh-agent from 0.5.4 to 0.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1252
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.8.4
to 18.11.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1262
- Bump eslint-plugin-jest from 27.0.4 to 27.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1268
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.9 to 18.11.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1276
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.10 to 18.11.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1283
- Bump eslint-config-prettier from 8.5.0 to 8.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1293
- Bump json5 from 2.1.1 to 2.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1294
- Bump minimatch from 3.0.4 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1270
- Bump decode-uri-component from 0.2.0 to 0.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1277
- Bump typescript from 4.8.4 to 4.9.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1281
- Bump eslint-plugin-jest from 27.1.5 to 27.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1296
- Bump rimraf from 3.0.2 to 4.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1307
- Bump typescript from 4.9.4 to 4.9.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1311
- Bump codecov/codecov-action from 3.1.1 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1353
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.13 to 18.16.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1361
- Bump codecov/codecov-action from 3.1.2 to 3.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1372
- Bump [@&#8203;actions/io](https://togithub.com/actions/io) from 1.1.2
to 1.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1339
- Bump prettier from 2.7.1 to 2.8.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1357
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.3 to 20.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1380
- Bump webfactory/ssh-agent from 0.7.0 to 0.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1348
- Bump eslint-config-prettier from 8.6.0 to 8.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1342
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.3
to 20.2.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1381
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.4
to 20.2.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1383
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.5
to 20.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1385
- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1386
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.1
to 20.3.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1387
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.2
to 20.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1389
- Bump semver from 5.7.1 to 5.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1396
- Bump tough-cookie from 4.0.0 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1394
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.3
to 20.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1395

**Full Changelog**:
JamesIves/github-pages-deploy-action@v4...v4.4.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/SAP/ui5-webcomponents-react).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
andipaetzold pushed a commit to andipaetzold/react-firehooks that referenced this pull request Aug 1, 2023
….4.3 (#219)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[JamesIves/github-pages-deploy-action](https://togithub.com/JamesIves/github-pages-deploy-action)
| action | patch | `v4.4.2` -> `v4.4.3` |

---

### Release Notes

<details>
<summary>JamesIves/github-pages-deploy-action
(JamesIves/github-pages-deploy-action)</summary>

###
[`v4.4.3`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.3)

[Compare
Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/v4.4.2...v4.4.3)

#### What's Changed

- Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.8.0
to 18.8.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1239
- Bump webfactory/ssh-agent from 0.5.4 to 0.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1252
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.8.4
to 18.11.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1262
- Bump eslint-plugin-jest from 27.0.4 to 27.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1268
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.9 to 18.11.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1276
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.10 to 18.11.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1283
- Bump eslint-config-prettier from 8.5.0 to 8.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1293
- Bump json5 from 2.1.1 to 2.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1294
- Bump minimatch from 3.0.4 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1270
- Bump decode-uri-component from 0.2.0 to 0.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1277
- Bump typescript from 4.8.4 to 4.9.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1281
- Bump eslint-plugin-jest from 27.1.5 to 27.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1296
- Bump rimraf from 3.0.2 to 4.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1307
- Bump typescript from 4.9.4 to 4.9.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1311
- Bump codecov/codecov-action from 3.1.1 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1353
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.13 to 18.16.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1361
- Bump codecov/codecov-action from 3.1.2 to 3.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1372
- Bump [@&#8203;actions/io](https://togithub.com/actions/io) from 1.1.2
to 1.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1339
- Bump prettier from 2.7.1 to 2.8.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1357
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.3 to 20.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1380
- Bump webfactory/ssh-agent from 0.7.0 to 0.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1348
- Bump eslint-config-prettier from 8.6.0 to 8.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1342
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.3
to 20.2.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1381
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.4
to 20.2.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1383
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.5
to 20.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1385
- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1386
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.1
to 20.3.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1387
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.2
to 20.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1389
- Bump semver from 5.7.1 to 5.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1396
- Bump tough-cookie from 4.0.0 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1394
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.3
to 20.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1395

**Full Changelog**:
JamesIves/github-pages-deploy-action@v4...v4.4.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/andipaetzold/react-firehooks).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
constanzauanini pushed a commit to terraware/terraware-web that referenced this pull request Sep 4, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[JamesIves/github-pages-deploy-action](https://togithub.com/JamesIves/github-pages-deploy-action)
| action | patch | `v4.4.1` -> `v4.4.3` |

---

### Release Notes

<details>
<summary>JamesIves/github-pages-deploy-action
(JamesIves/github-pages-deploy-action)</summary>

###
[`v4.4.3`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.3)

[Compare
Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/v4.4.2...v4.4.3)

#### What's Changed

- Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.8.0
to 18.8.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1239
- Bump webfactory/ssh-agent from 0.5.4 to 0.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1252
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.8.4
to 18.11.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1262
- Bump eslint-plugin-jest from 27.0.4 to 27.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1268
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.9 to 18.11.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1276
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.10 to 18.11.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1283
- Bump eslint-config-prettier from 8.5.0 to 8.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1293
- Bump json5 from 2.1.1 to 2.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1294
- Bump minimatch from 3.0.4 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1270
- Bump decode-uri-component from 0.2.0 to 0.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1277
- Bump typescript from 4.8.4 to 4.9.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1281
- Bump eslint-plugin-jest from 27.1.5 to 27.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1296
- Bump rimraf from 3.0.2 to 4.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1307
- Bump typescript from 4.9.4 to 4.9.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1311
- Bump codecov/codecov-action from 3.1.1 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1353
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.13 to 18.16.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1361
- Bump codecov/codecov-action from 3.1.2 to 3.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1372
- Bump [@&#8203;actions/io](https://togithub.com/actions/io) from 1.1.2
to 1.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1339
- Bump prettier from 2.7.1 to 2.8.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1357
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.3 to 20.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1380
- Bump webfactory/ssh-agent from 0.7.0 to 0.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1348
- Bump eslint-config-prettier from 8.6.0 to 8.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1342
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.3
to 20.2.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1381
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.4
to 20.2.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1383
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.5
to 20.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1385
- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1386
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.1
to 20.3.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1387
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.2
to 20.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1389
- Bump semver from 5.7.1 to 5.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1396
- Bump tough-cookie from 4.0.0 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1394
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.3
to 20.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1395

**Full Changelog**:
JamesIves/github-pages-deploy-action@v4...v4.4.3

###
[`v4.4.2`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.2)

[Compare
Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/v4.4.1...v4.4.2)

#### What's Changed

-   Dependency updates

**Full Changelog**:
JamesIves/github-pages-deploy-action@v4...v4.4.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/terraware/terraware-web).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
SebastianGoeb pushed a commit to SebastianGoeb/chinese-chart that referenced this pull request Dec 10, 2023
….5.0 (#14)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[JamesIves/github-pages-deploy-action](https://togithub.com/JamesIves/github-pages-deploy-action)
| action | minor | `v4.4.1` -> `v4.5.0` |

---

### Release Notes

<details>
<summary>JamesIves/github-pages-deploy-action
(JamesIves/github-pages-deploy-action)</summary>

###
[`v4.5.0`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/tag/v4.5.0)

[Compare
Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/v4.4.3...v4.5.0)

#### What's Changed

-   The action is now built and run on Node 20.
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.4.1
to 20.4.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1399
- Bump eslint-plugin-jest from 27.2.2 to 27.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1400
- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1401
- Bump eslint-config-prettier from 8.8.0 to 8.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1405
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.4.2
to 20.4.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1413
- Bump eslint-config-prettier from 8.9.0 to 9.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1410
- Upgrade Node for security by
[@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in
[JamesIves/github-pages-deploy-action#1437
- doc: `.gitignore` matches not being deployed by
[@&#8203;sgasse](https://togithub.com/sgasse) in
[JamesIves/github-pages-deploy-action#1459
- build(deps): bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1467
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.9 to
20.9.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1474
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1429
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.9.0 to
20.10.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1479

#### New Contributors

- [@&#8203;sgasse](https://togithub.com/sgasse) made their first
contribution in
[JamesIves/github-pages-deploy-action#1459

**Full Changelog**:
JamesIves/github-pages-deploy-action@v4.4.3...v4.5.0

###
[`v4.4.3`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.3)

[Compare
Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/v4.4.2...v4.4.3)

#### What's Changed

- Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.8.0
to 18.8.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1239
- Bump webfactory/ssh-agent from 0.5.4 to 0.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1252
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.8.4
to 18.11.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1262
- Bump eslint-plugin-jest from 27.0.4 to 27.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1268
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.9 to 18.11.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1276
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.10 to 18.11.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1283
- Bump eslint-config-prettier from 8.5.0 to 8.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1293
- Bump json5 from 2.1.1 to 2.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1294
- Bump minimatch from 3.0.4 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1270
- Bump decode-uri-component from 0.2.0 to 0.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1277
- Bump typescript from 4.8.4 to 4.9.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1281
- Bump eslint-plugin-jest from 27.1.5 to 27.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1296
- Bump rimraf from 3.0.2 to 4.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1307
- Bump typescript from 4.9.4 to 4.9.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1311
- Bump codecov/codecov-action from 3.1.1 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1353
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.13 to 18.16.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1361
- Bump codecov/codecov-action from 3.1.2 to 3.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1372
- Bump [@&#8203;actions/io](https://togithub.com/actions/io) from 1.1.2
to 1.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1339
- Bump prettier from 2.7.1 to 2.8.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1357
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.3 to 20.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1380
- Bump webfactory/ssh-agent from 0.7.0 to 0.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1348
- Bump eslint-config-prettier from 8.6.0 to 8.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1342
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.3
to 20.2.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1381
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.4
to 20.2.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1383
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.5
to 20.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1385
- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1386
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.1
to 20.3.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1387
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.2
to 20.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1389
- Bump semver from 5.7.1 to 5.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1396
- Bump tough-cookie from 4.0.0 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1394
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.3
to 20.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[JamesIves/github-pages-deploy-action#1395

**Full Changelog**:
JamesIves/github-pages-deploy-action@v4...v4.4.3

###
[`v4.4.2`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.2)

[Compare
Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/v4.4.1...v4.4.2)

#### What's Changed

-   Dependency updates

**Full Changelog**:
JamesIves/github-pages-deploy-action@v4...v4.4.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/SebastianGoeb/chinese-chart).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant