-
Notifications
You must be signed in to change notification settings - Fork 0
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
- Update all non-major dependencies with digest and pinDigest #169
Conversation
|
889fa3f
to
83fdc92
Compare
83fdc92
to
ca6e575
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
^2.1.5
->^2.2.0
v4.0.2
->v4.2.0
v4.2.0
->v4.2.2
v4.0.4
->v4.1.0
3.20.3
->3.21.0
v1.0.3
->v1.2.0
^1.7.7
->^1.7.9
2.7.9
->2.8.3
2.7.9-bin
->2.8.3-bin
v6.8.0
->v6.10.0
v5.5.1
->v5.6.1
v3.6.1
->v3.7.1
^3.1.7
->^3.2.2
3.2.3
^3.17.4
->^3.17.5
^9.28.0
->^9.32.0
^1.23.1
->^1.24.1
^1.3
->^1.3.2
^4.0.2
->^4.0.6
^8.4.0
->^8.5.0
8.3.12-fpm-bullseye
->8.4.1-fpm-bullseye
^11.3.6
->^11.5.0
^8.4.47
->^8.4.49
^2.0.2
->^2.0.3
^4.9
->^4.10.1
^2.8
->^2.9.0
^3.4.13
->^3.4.16
^3.5.10
->^3.5.13
Release Notes
tailwindlabs/heroicons (@heroicons/vue)
v2.2.0
Compare Source
Added
Fixed
solid/arrow-left-circle
(#1211)actions/cache (actions/cache)
v4.2.0
Compare Source
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
1.11.1
1.1.3
0.38.3
Full Changelog: actions/cache@v4...v4.2.0
v4.1.2
Compare Source
What's Changed
isGhes
logic by @jww3 in https://github.com/actions/cache/pull/14744.1.2
release by @Link- in https://github.com/actions/cache/pull/1477New Contributors
Full Changelog: actions/cache@v4...v4.1.2
v4.1.1
Compare Source
What's Changed
cache-hit
output by @joshmgross in https://github.com/actions/cache/pull/1467Full Changelog: actions/cache@v4.1.0...v4.1.1
v4.1.0
Compare Source
What's Changed
save-always
input by @joshmgross in https://github.com/actions/cache/pull/1452New Contributors
Full Changelog: actions/cache@v4.0.2...v4.1.0
actions/checkout (actions/checkout)
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946v4.2.1
Compare Source
actions/setup-node (actions/setup-node)
v4.1.0
Compare Source
What's Changed
isGhes
logic by @jww3 in https://github.com/actions/setup-node/pull/1148This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors
Full Changelog: actions/setup-node@v4...v4.1.0
appleboy/ssh-action (appleboy/ssh-action)
v1.2.0
Compare Source
Changelog
Features
703ffa3
: feat(actions): enhance system performance and API integration (@appleboy)Bug fixes
3f14168
: fix: typo in success message (#340) (@1ukastesar)25259c3
: fix: refactor and enhance API and testing infrastructure (@appleboy)Enhancements
bb32884
: chore: enhance CI/CD workflows and documentation formatting (@appleboy)362a7f1
: chore: support running commands from a file (#341) (@kyle-leonhard)176437b
: chore: refactor codebase for improved consistency and performance (@appleboy)Refactor
bf84378
: refactor: refactor codebase and improve API performance (@appleboy)Build process updates
2763143
: ci(script): enhance CI workflows and API integration (@appleboy)8b84eae
: ci(script): improve CI robustness and coverage across environments (@appleboy)Documentation updates
ab698e5
: docs(readme): enhance network protocol support and testing (@appleboy)7eaf766
: docs(readme): update SSH action and enhance Chinese README files (@appleboy)v1.1.0
Compare Source
Changelog
Bug fixes
0c7561b
: fix: switch to SSH key authentication for security (@appleboy)Enhancements
9b978f0
: chore: update SSH action version in README files (@appleboy)1991c55
: chore(file): update target file (@appleboy)aa293c2
: chore: optimize system configuration and API integration (@appleboy)036cad7
: chore: update drone-ssh to version 1.7.7 (@appleboy)8b60782
: chore(cli): enhance version handling and testing mechanisms (@appleboy)5ade826
: chore: improve CLI reliability and version visibility (@appleboy)eaeb069
: chore(cli): enhance curl command with silent mode and redirects (@appleboy)58164d0
: chore: remove Dockerfile and related configurations (@appleboy)Refactor
da612c8
: refactor: optimize CI pipeline for faster execution (@appleboy)Build process updates
c781418
: ci: enhance GitHub Actions for IPv6 and flexibility (#303) (@appleboy)d2d6858
: ci: enhance GitHub workflow for SSH actions and deployments (@appleboy)551964e
: ci: optimize GitHub Actions workflow configuration (@appleboy)f916346
: ci: refactor CI workflow and improve robustness (#320) (@appleboy)aabaf12
: ci: add bug report template (@appleboy)c8594ae
: ci: implement GitHub Actions for remote SSH execution (@appleboy)40aad53
: ci: add SSH authentication setup for GitHub Actions (@appleboy)0b0e770
: ci: optimize and enhance SSH server workflow (@appleboy)977b74a
: ci: enhance CI workflow with SSH job and optimizations (@appleboy)2eeab5b
: ci: refactor GitHub Actions key management (@appleboy)acd41e5
: ci: enhance SSH job testing with varied key/password scenarios (@appleboy)f05aefe
: ci: enhance SSH action configuration and error handling (@appleboy)e40b597
: ci: add GitHub Actions job for SSH key passphrase support (@appleboy)15b64dc
: ci: enhance CI pipeline with SSH key handling improvements (@appleboy)a39b3cc
: ci: enhance CI/CD pipeline with SSH command execution (@appleboy)815c574
: ci: enhance deployment with multi-host SSH action (@appleboy)378323e
: ci: add multi-server support to CI workflow (@appleboy)fc1c1fc
: ci: add GitHub Actions job fored25519
key support (@appleboy)f0e5a23
: ci: add environment variable handling in GitHub Actions (@appleboy)9c32aa6
: ci: refactor workflows and API integrations (@appleboy)97f8d75
: ci: enable root access in CI pipeline (@appleboy)5a8776f
: ci: switch to password authentication in GitHub workflow (@appleboy)b6941ae
: ci: refactor codebase and optimize performance (@appleboy)43895f2
: ci: refactor SSH testing workflows and job configurations (@appleboy)06fa62e
: ci: rename the workflow files. (@appleboy)b4a07ca
: ci: enhance GitHub Actions with secret variable support (#330) (@appleboy)25ce8cb
: ci: implement automated release workflow with GoReleaser (@appleboy)Documentation updates
8a779a5
: docs: describe true usage of allenvs parameter (#301) (@hussu010)fe44be0
: docs: improve documentation and CI robustness (@appleboy)dd0f09c
: docs: improve README clarity and completeness (@appleboy)71d43ea
: docs: improve documentation and testing configurations (@appleboy)28428a1
: docs: improve cross-platform clipboard support for key copying (@appleboy)d732991
: docs(lang): README.zh-cn Document (#332) (@astralwaveio)axios/axios (axios)
v1.7.9
Compare Source
Reverts
Contributors to this release
v1.7.8
Compare Source
Bug Fixes
globalThis.TextEncoder
when available (#6634) (df956d1)Contributors to this release
docker/build-push-action (docker/build-push-action)
v6.10.0
Compare Source
call
input to set method for evaluating build by @crazy-max in https://github.com/docker/build-push-action/pull/1265Full Changelog: docker/build-push-action@v6.9.0...v6.10.0
v6.9.0
Compare Source
Full Changelog: docker/build-push-action@v6.8.0...v6.9.0
docker/metadata-action (docker/metadata-action)
v5.6.1
Compare Source
Full Changelog: docker/metadata-action@v5.6.0...v5.6.1
v5.6.0
Compare Source
commit_date
global expression by @trim21 in https://github.com/docker/metadata-action/pull/471 https://github.com/docker/metadata-action/pull/475Full Changelog: docker/metadata-action@v5.5.1...v5.6.0
docker/setup-buildx-action (docker/setup-buildx-action)
v3.7.1
Compare Source
uuid
package by @crazy-max in https://github.com/docker/setup-buildx-action/pull/369Full Changelog: docker/setup-buildx-action@v3.7.0...v3.7.1
v3.7.0
Compare Source
buildkitd-flags
if opt-in by @crazy-max in https://github.com/docker/setup-buildx-action/pull/363uuid
package and switch tocrypto
by @crazy-max in https://github.com/docker/setup-buildx-action/pull/366Full Changelog: docker/setup-buildx-action@v3.6.1...v3.7.0
cure53/DOMPurify (dompurify)
v3.2.2
: DOMPurify 3.2.2Compare Source
v3.2.1
: DOMPurify 3.2.1Compare Source
v3.2.0
: DOMPurify 3.2.0Compare Source
francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)
v3.17.5
Compare Source
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.32.0
Compare Source
✨ Enhancements
checkMultiRootNodes
option tovue/no-duplicate-attr-inheritance
rule and changed to ignore multi-root components by default.ignoreElementNamespaces
option tovue/no-v-text-v-html-on-component
rule.ignoreTags
option tovue/attribute-hyphenation
rule andvue/v-on-event-hyphenation
rule.vue/restricted-component-names
rule that enforces using only specific component names.vue/slot-name-casing
rule that enforces specific casing for slot names.vue/require-explicit-slots
rule.shallowRef
invue/prefer-use-template-ref
rule.🐛 Bug Fixes
vue/prefer-use-template-ref
rule to only check root-level variables.Full Changelog: vuejs/eslint-plugin-vue@v9.31.0...v9.32.0
v9.31.0
Compare Source
✨ Enhancements
caseSensitive
option tovue/no-reserved-component-names
rule.vue/prefer-use-template-ref
rule that requires usinguseTemplateRef()
instead ofref()
for template refs.vue/no-empty-component-block
rule auto-fixable.🐛 Bug Fixes
v-bind:name
invue/require-explicit-slots
rule.⚙️ Updates
vue/define-macros-order
rule to skip TypeScriptdeclare
statements.Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0
v9.30.0
Compare Source
🐛 Bug Fixes
vue/custom-event-name-casing
rule to checkdefineEmits()
variable and$emit()
in<template>
.vue/require-valid-default-prop
rule.Full Changelog: vuejs/eslint-plugin-vue@v9.29.1...v9.30.0
v9.29.1
Compare Source
🐛 Bug Fixes
Full Changelog: vuejs/eslint-plugin-vue@v9.29.0...v9.29.1
v9.29.0
Compare Source
✨ Enhancements
New Rules
vue/no-deprecated-delete-set
rule that disallows using deprecated$delete
and$set
.Others
vue/no-undef-properties
rule.useTemplateRef()
tovue/no-unused-refs
rule.vue/require-valid-default-prop
rule.vue/require-default-prop
rule.vue/no-boolean-default
rule.vue/no-required-prop-with-default
rule.vue/no-restricted-props
rule.vue/no-setup-props-reactivity-loss
rule.⚙️ Updates
.tsx
files.FakerPHP/Faker (fakerphp/faker)
v1.24.1
Compare Source
What's Changed
New Contributors
Full Changelog: FakerPHP/Faker@v1.24.0...v1.24.1
v1.24.0
Compare Source
What's Changed
New Contributors
Full Changelog: FakerPHP/Faker@v1.23.1...v1.24.0
inertiajs/inertia-laravel (inertiajs/inertia-laravel)
v1.3.2
Compare Source
v1.3.1
Compare Source
laravel/sanctum (laravel/sanctum)
v4.0.6
Compare Source
v4.0.5
Compare Source
v4.0.4
Compare Source
HasApiTokens
by @cosmastech in https://github.com/laravel/sanctum/pull/544v4.0.3
Compare Source
Configuration
📅 Schedule: Branch creation - "after 7am on the first day of the month,before 3pm on the first day of the month" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.