also looking at this
chore(deps): update all non-major dependencies
#24This PR contains the following updates:
Release Notes
stacksjs/stacks (@​stacksjs/docs)
v0.70.23
What's Changed
- chore(deps): update all non-major dependencies by @renovate in https://github.com/stacksjs/stacks/pull/1324
- chore(deps): update dependency @stacksjs/router to ^0.70.22 by @renovate in https://github.com/stacksjs/stacks/pull/1325
- chore(deps): update dependency @vite-pwa/vitepress to v1 by @renovate in https://github.com/stacksjs/stacks/pull/1329
- chore(deps): update devdependency vite-plugin-pwa to v1 by @renovate in https://github.com/stacksjs/stacks/pull/1328
- chore(deps): update dependency @vite-pwa/assets-generator to v1 by @renovate in https://github.com/stacksjs/stacks/pull/1327
- chore(deps): update devdependency supports-hyperlinks to v4 by @renovate in https://github.com/stacksjs/stacks/pull/1330
- chore(deps): update all non-major dependencies - autoclosed by @renovate in https://github.com/stacksjs/stacks/pull/1326
Full Changelog: https://github.com/stacksjs/stacks/compare/v0.70.22...v0.70.23
v0.70.22
Full Changelog: https://github.com/stacksjs/stacks/compare/v0.70.21...v0.70.22
v0.70.21
Full Changelog: https://github.com/stacksjs/stacks/compare/v0.70.20...v0.70.21
v0.70.19
What's Changed
- chore(deps): update all non-major dependencies by @renovate in https://github.com/stacksjs/stacks/pull/1322
Full Changelog: https://github.com/stacksjs/stacks/compare/v0.70.18...v0.70.19
v0.70.18
Full Changelog: https://github.com/stacksjs/stacks/compare/v0.70.17...v0.70.18
v0.70.17
What's Changed
- chore(deps): update devdependency @stripe/stripe-js to v6 by @renovate in https://github.com/stacksjs/stacks/pull/1302
- chore(deps): update tauri monorepo to v2 (major) by @renovate in https://github.com/stacksjs/stacks/pull/1167
- chore(deps): update devdependency vite-ssg to v26 by @renovate in https://github.com/stacksjs/stacks/pull/1317
- chore(deps): update all non-major dependencies by @renovate in https://github.com/stacksjs/stacks/pull/1316
- chore(deps): update devdependency @types/bun to ^1.2.8 by @renovate in https://github.com/stacksjs/stacks/pull/1318
Full Changelog: https://github.com/stacksjs/stacks/compare/v0.70.16...v0.70.17
v0.70.16
Full Changelog: https://github.com/stacksjs/stacks/compare/v0.70.15...v0.70.16
v0.70.15
Full Changelog: https://github.com/stacksjs/stacks/compare/v0.70.14...v0.70.15
v0.70.14
Full Changelog: https://github.com/stacksjs/stacks/compare/v0.70.13...v0.70.14
v0.70.13
Full Changelog: https://github.com/stacksjs/stacks/compare/v0.70.12...v0.70.13
v0.70.12
No significant changes
View changes on GitHub
v0.70.11
No significant changes
View changes on GitHub
v0.70.10
No significant changes
View changes on GitHub
v0.70.9
No significant changes
View changes on GitHub
v0.70.8
No significant changes
View changes on GitHub
v0.70.7
No significant changes
View changes on GitHub
v0.70.6
No significant changes
View changes on GitHub
v0.70.5
No significant changes
View changes on GitHub
v0.70.4
No significant changes
View changes on GitHub
v0.70.3
No significant changes
View changes on GitHub
v0.70.2
No significant changes
View changes on GitHub
v0.70.1
🏡 Chore
❤️ Contributors
- Chris (@chrisbbreuer)
v0.70.0
🏡 Chore
❤️ Contributors
- Chris (@chrisbbreuer)
antfu-collective/bumpp (bumpp)
v10.1.0
🚀 Features
- Replace picocolors with ansis - by @webdiscus in https://github.com/antfu-collective/bumpp/issues/74 <samp>(6f836)</samp>
- Update deps - by @antfu <samp>(7f208)</samp>
View changes on GitHub
unjs/changelogen (changelogen)
v0.6.1
🩹 Fixes
- Pass
cwdin more places before running commands (#266)
🏡 Chore
✅ Tests
- Update snapshot (ec2618f)
❤️ Contributors
- Pooya Parsa (@pi0)
- Daniel Roe (@danielroe)
lint-staged/lint-staged (lint-staged)
v15.5.1
Patch Changes
#1533
5d53534Thanks @iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:✖ Failed to get staged files!
v15.5.0
Minor Changes
- #1526
630af5fThanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier
By default Prettier prefers double quotes.
Previously
- Stage
file.jswith only double quotes"changed to' - Run
git commit -am "I don't like double quotes" - Lint-staged runs
prettier --write file.js, converting all the'back to" - Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
- Commit was not done, original state is restored and single quotes
'are staged
Now
- Stage
file.jswith only double-quotes"changed to' - Run
git commit -am "I don't like double quotes" - Lint-staged runs
prettier --write file.js, converting all the'back to" - Because there are now no changes, lint-staged fails and cancels the commit
- Commit was not done, and there are no staged changes
toplenboren/simple-git-hooks (simple-git-hooks)
v2.12.1
What's Changed
- feat: support esm format configs by @JounQin in https://github.com/toplenboren/simple-git-hooks/pull/120
Full Changelog: https://github.com/toplenboren/simple-git-hooks/compare/2.11.1...2.12.1
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
2 changed files on the files tab, with 0 review threads.