Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@stacksjs/bumpx ^0.1.17 -> ^0.1.61 age adoption passing confidence devDependencies patch
@stacksjs/logsmith ^0.1.8 -> ^0.1.15 age adoption passing confidence devDependencies patch
@types/bun (source) ^1.2.20 -> ^1.2.21 age adoption passing confidence devDependencies patch
@types/express (source) ^4.17.0 -> ^4.17.23 age adoption passing confidence devDependencies patch
@types/node (source) ^20.0.0 -> ^20.19.11 age adoption passing confidence devDependencies minor
@types/react (source) ^18.0.0 -> ^18.3.24 age adoption passing confidence devDependencies minor
bunfig ^0.11.1 -> ^0.15.0 age adoption passing confidence dependencies minor
eslint (source) ^8.0.0 -> ^8.57.1 age adoption passing confidence devDependencies minor
eslint (source) 8 -> 8.57.1 age adoption passing confidence devDependencies minor
eslint-config-next (source) ^14.0.0 -> ^14.2.32 age adoption passing confidence devDependencies minor
express (source) ^4.18.0 -> ^4.21.2 age adoption passing confidence dependencies minor
fastify (source) ^4.0.0 -> ^4.29.1 age adoption passing confidence dependencies minor
lodash (source) ^4.17.0 -> ^4.17.21 age adoption passing confidence dependencies patch
next (source) ^14.0.0 -> ^14.2.32 age adoption passing confidence dependencies minor
node (source) >=20.0.0 -> >=20.19.4 age adoption passing confidence engines minor
node (source) 20.10.0 -> 20.19.4 age adoption passing confidence volta minor
node (source) >=18.0.0 -> >=18.20.8 age adoption passing confidence engines minor
npm (source) >=9.0.0 -> >=9.9.4 age adoption passing confidence engines minor
npm (source) 10.2.3 -> 10.9.3 age adoption passing confidence volta minor
prettier (source) ^3.0.0 -> ^3.6.2 age adoption passing confidence devDependencies minor
react (source) ^18.0.0 -> ^18.3.1 age adoption passing confidence dependencies minor
react-dom (source) ^18.0.0 -> ^18.3.1 age adoption passing confidence dependencies minor
ts-pkgx ^0.4.51 -> ^0.4.54 age adoption passing confidence dependencies patch
typescript (source) ^5.0.0 -> ^5.9.2 age adoption passing confidence devDependencies minor
typescript (source) ^5.8.3 -> ^5.9.2 age adoption passing confidence devDependencies minor

Release Notes

stacksjs/bumpx (@​stacksjs/bumpx)

v0.1.61

Compare Source

No significant changes

    View changes on GitHub

v0.1.60

Compare Source

No significant changes

    View changes on GitHub

v0.1.59

Compare Source

No significant changes

    View changes on GitHub

v0.1.58

Compare Source

No significant changes

    View changes on GitHub

v0.1.57

Compare Source

No significant changes

    View changes on GitHub

v0.1.56

Compare Source

No significant changes

    View changes on GitHub

v0.1.55

Compare Source

No significant changes

    View changes on GitHub

v0.1.54

Compare Source

No significant changes

    View changes on GitHub

v0.1.53

Compare Source

No significant changes

    View changes on GitHub

v0.1.52

Compare Source

No significant changes

    View changes on GitHub

v0.1.46

Compare Source

No significant changes

    View changes on GitHub

v0.1.45

Compare Source

No significant changes

    View changes on GitHub

v0.1.38

Compare Source

No significant changes

    View changes on GitHub

v0.1.37

Compare Source

No significant changes

    View changes on GitHub

v0.1.36

Compare Source

No significant changes

    View changes on GitHub

v0.1.35

Compare Source

No significant changes

    View changes on GitHub

v0.1.34

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.1.33

Compare Source

No significant changes

    View changes on GitHub

v0.1.32

Compare Source

No significant changes

    View changes on GitHub

v0.1.30

Compare Source

No significant changes

    View changes on GitHub

v0.1.29

Compare Source

No significant changes

    View changes on GitHub

v0.1.28

Compare Source

No significant changes

    View changes on GitHub

v0.1.27

Compare Source

No significant changes

    View changes on GitHub

v0.1.26

Compare Source

No significant changes

    View changes on GitHub

v0.1.25

Compare Source

No significant changes

    View changes on GitHub

v0.1.24

Compare Source

No significant changes

    View changes on GitHub

v0.1.23

Compare Source

No significant changes

    View changes on GitHub

v0.1.22

Compare Source

No significant changes

    View changes on GitHub

v0.1.21

Compare Source

No significant changes

    View changes on GitHub

v0.1.20

Compare Source

No significant changes

    View changes on GitHub

v0.1.19

Compare Source

No significant changes

    View changes on GitHub

v0.1.18

Compare Source

No significant changes

    View changes on GitHub
stacksjs/logsmith (@​stacksjs/logsmith)

v0.1.15

Compare Source

No significant changes

    View changes on GitHub

v0.1.14

Compare Source

No significant changes

    View changes on GitHub

v0.1.11

Compare Source

No significant changes

    View changes on GitHub

v0.1.10

Compare Source

No significant changes

    View changes on GitHub

v0.1.9

Compare Source

No significant changes

    View changes on GitHub
stacksjs/bunfig (bunfig)

v0.15.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.14.1

Compare Source

No significant changes

    View changes on GitHub

v0.12.0

Compare Source

compare changes

🚀 Enhancements
❤️ Contributors
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores

v8.57.0

Compare Source

Features
  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)
Bug Fixes
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)
Documentation
Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features
  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)
Documentation
  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)
Chores

v8.54.0

Compare Source

Features
  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)
Bug Fixes
  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)
Documentation
  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)
Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • [`4fc44c

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.

Copy link

netlify bot commented Jul 26, 2025

Deploy Preview for stacks-launchpad failed. Why did it fail? →

Name Link
🔨 Latest commit 179f439
🔍 Latest deploy log https://app.netlify.com/projects/stacks-launchpad/deploys/68b26286ba7cc8000847299b

Copy link

pkg-pr-new bot commented Jul 26, 2025

Open in StackBlitz

npm i https://pkg.pr.new/stacksjs/launchpad/launchpad-installer@35
npm i https://pkg.pr.new/stacksjs/launchpad/@stacksjs/launchpad@35

commit: 2a8389b

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2163120 to 23d431f Compare July 26, 2025 06:53
@renovate renovate bot changed the title chore(deps): update dependency ts-pkgx to v0.4.4 chore(deps): update dependency ts-pkgx to v0.4.5 Jul 26, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 23d431f to 5cead79 Compare July 26, 2025 14:53
@renovate renovate bot changed the title chore(deps): update dependency ts-pkgx to v0.4.5 chore(deps): update dependency ts-pkgx to v0.4.6 Jul 26, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5cead79 to 590751f Compare July 26, 2025 19:14
@renovate renovate bot changed the title chore(deps): update dependency ts-pkgx to v0.4.6 chore(deps): update dependency ts-pkgx to v0.4.7 Jul 26, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 590751f to 0830995 Compare July 27, 2025 03:42
@renovate renovate bot changed the title chore(deps): update dependency ts-pkgx to v0.4.7 chore(deps): update dependency ts-pkgx to v0.4.8 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0830995 to 0ff5886 Compare July 27, 2025 07:35
@renovate renovate bot changed the title chore(deps): update dependency ts-pkgx to v0.4.8 chore(deps): update dependency ts-pkgx to v0.4.9 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ff5886 to 8ca6bbd Compare July 27, 2025 15:35
@renovate renovate bot changed the title chore(deps): update dependency ts-pkgx to v0.4.9 chore(deps): update dependency ts-pkgx to v0.4.10 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ca6bbd to 0b2f273 Compare July 27, 2025 18:51
@renovate renovate bot changed the title chore(deps): update dependency ts-pkgx to v0.4.10 chore(deps): update dependency ts-pkgx to v0.4.11 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b2f273 to c63585b Compare July 28, 2025 00:00
@renovate renovate bot added patch and removed minor labels Jul 28, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c63585b to 9718627 Compare July 28, 2025 01:08
@renovate renovate bot changed the title chore(deps): update dependency ts-pkgx to v0.4.11 chore(deps): update dependency ts-pkgx to v0.4.12 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9718627 to 162ad15 Compare July 28, 2025 01:16
@renovate renovate bot changed the title chore(deps): update dependency ts-pkgx to v0.4.12 chore(deps): update dependency ts-pkgx to v0.4.12 - autoclosed Jul 28, 2025
@renovate renovate bot closed this Jul 28, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from d5d6027 to 06a0ad3 Compare August 23, 2025 02:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from cd39ed6 to f581076 Compare August 31, 2025 00:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f581076 to f1692cc Compare August 31, 2025 02:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f1692cc to 2a8389b Compare August 31, 2025 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants