karlhorky / archive-webpage-browser-extension

Chrome extension to archive webpages on archive.ph and the Internet Archive Wayback Machine
https://chrome.google.com/webstore/detail/archive-webpage/dnakmmcpobpgknolnfoiagbmpmglnckn
6 stars 0 forks source link

Update dependency upgrades - non-major #92

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.12.13 -> 20.14.2 age adoption passing confidence
@typescript-eslint/utils (source) 7.11.0 -> 7.12.0 age adoption passing confidence
eslint-config-upleveled 8.1.9 -> 8.2.1 age adoption passing confidence
globals 15.3.0 -> 15.4.0 age adoption passing confidence
pnpm (source) 9.1.4 -> 9.2.0 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.1 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/utils) ### [`v7.12.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#7120-2024-06-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.11.0...v7.12.0) This was a version bump only for utils to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
upleveled/eslint-config-upleveled (eslint-config-upleveled) ### [`v8.2.1`](https://togithub.com/upleveled/eslint-config-upleveled/releases/tag/v8.2.1) [Compare Source](https://togithub.com/upleveled/eslint-config-upleveled/compare/v8.2.0...v8.2.1) - Update dependency upgrades - non-major ([#​385](https://togithub.com/upleveled/eslint-config-upleveled/issues/385)) [`02cd2e9`](https://togithub.com/upleveled/eslint-config-upleveled/commit/02cd2e9) - Upgrade tests [`5e2cdfc`](https://togithub.com/upleveled/eslint-config-upleveled/commit/5e2cdfc) ### [`v8.2.0`](https://togithub.com/upleveled/eslint-config-upleveled/releases/tag/v8.2.0) [Compare Source](https://togithub.com/upleveled/eslint-config-upleveled/compare/v8.1.10...v8.2.0) - Enforce authentication in database query functions ([#​384](https://togithub.com/upleveled/eslint-config-upleveled/issues/384)) [`c7f21d7`](https://togithub.com/upleveled/eslint-config-upleveled/commit/c7f21d7) - Upgrade tests [`b1e50d6`](https://togithub.com/upleveled/eslint-config-upleveled/commit/b1e50d6) ### [`v8.1.10`](https://togithub.com/upleveled/eslint-config-upleveled/releases/tag/v8.1.10) [Compare Source](https://togithub.com/upleveled/eslint-config-upleveled/compare/v8.1.9...v8.1.10) - Remove type assertions, simplify [`c163a61`](https://togithub.com/upleveled/eslint-config-upleveled/commit/c163a61) - Update dependency upgrades - non-major ([#​383](https://togithub.com/upleveled/eslint-config-upleveled/issues/383)) [`7c08fce`](https://togithub.com/upleveled/eslint-config-upleveled/commit/7c08fce) - Update dependency upgrades - non-major ([#​382](https://togithub.com/upleveled/eslint-config-upleveled/issues/382)) [`22c3df8`](https://togithub.com/upleveled/eslint-config-upleveled/commit/22c3df8) - Remove unnecessary tslib dependency [`1da96c6`](https://togithub.com/upleveled/eslint-config-upleveled/commit/1da96c6)
sindresorhus/globals (globals) ### [`v15.4.0`](https://togithub.com/sindresorhus/globals/compare/v15.3.0...e1d566f167d71a8cd6f99c7f6ad52ddcc49d5746) [Compare Source](https://togithub.com/sindresorhus/globals/compare/v15.3.0...v15.4.0)
pnpm/pnpm (pnpm) ### [`v9.2.0`](https://togithub.com/pnpm/pnpm/compare/v9.1.4...v9.2.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.4...v9.2.0)
prettier/prettier (prettier) ### [`v3.3.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) [diff](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) ##### Preserve empty lines in front matter ([#​16347](https://togithub.com/prettier/prettier/pull/16347) by [@​fisker](https://togithub.com/fisker)) ```markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown ``` ##### Preserve explicit language in front matter ([#​16348](https://togithub.com/prettier/prettier/pull/16348) by [@​fisker](https://togithub.com/fisker)) ```markdown ---yaml title: Hello slug: home --- --- title: Hello slug: home --- ---yaml title: Hello slug: home --- ``` ##### Avoid line breaks in import attributes ([#​16349](https://togithub.com/prettier/prettier/pull/16349) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.0 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.1 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; ``` ### [`v3.3.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#330) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) [diff](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) πŸ”— [Release Notes](https://prettier.io/blog/2024/06/01/3.3.0.html)

Configuration

πŸ“… Schedule: Branch creation - "after 4pm on thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.