Skip to content

chore(deps): update all non-major dependencies #23

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stacksjs/cli (source) ^0.70.21 -> ^0.70.23 age adoption passing confidence
@stacksjs/logging (source) ^0.70.21 -> ^0.70.23 age adoption passing confidence
@stacksjs/storage (source) ^0.70.21 -> ^0.70.23 age adoption passing confidence
@types/bun (source) ^1.2.8 -> ^1.2.12 age adoption passing confidence
bun-plugin-dtsx ^0.21.9 -> ^0.21.12 age adoption passing confidence
bunfig ^0.8.2 -> ^0.8.5 age adoption passing confidence
dynamodb-toolbox (source) ^2.0.0 -> ^2.2.1 age adoption passing confidence
lint-staged ^15.5.0 -> ^15.5.2 age adoption passing confidence
simple-git-hooks ^2.12.1 -> ^2.13.0 age adoption passing confidence
typescript (source) ^5.8.2 -> ^5.8.3 age adoption passing confidence

Release Notes

stacksjs/stacks (@​stacksjs/cli)

v0.70.23

Compare Source

What's Changed

Full Changelog: stacksjs/stacks@v0.70.22...v0.70.23

v0.70.22

Compare Source

Full Changelog: stacksjs/stacks@v0.70.21...v0.70.22

stacksjs/bun-plugin-dtsx (bun-plugin-dtsx)

v0.21.12

Compare Source

No significant changes

    View changes on GitHub

v0.21.11

Compare Source

compare changes

🏡 Chore
❤️ Contributors
stacksjs/bunfig (bunfig)

v0.8.5

Compare Source

No significant changes

    View changes on GitHub

v0.8.4

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.8.3

Compare Source

compare changes

🏡 Chore
❤️ Contributors
dynamodb-toolbox/dynamodb-toolbox (dynamodb-toolbox)

v2.2.1: 🌈

Compare Source

Changes

v2.2.0: 🌈

Compare Source

Changes

⚠️ SMALL BREAKING CHANGE HERE ⚠️

The methods of the ConditionParser and PathParser have been updated. ConditionParser and PathParser are now stateless classes and better handle polymorphism.

Query, Scan and BatchGet table commands attributes options can now contain paths from distinct entities.

Please compare the v1 docs and the v2 docs for more details.

BEFORE:

const {
  ConditionExpression,
  ExpressionAttributeNames,
  ExpressionAttributeValues
} = PokemonEntity.build(ConditionParser)
  .parse({ attr: 'level', gte: 50 })
  .toCommandOptions()

const { ProjectionExpression, ExpressionAttributeNames } =
  PokemonEntity.build(PathParser)
    .parse(['name', 'level'])
    .toCommandOptions()

AFTER:

const {
  ConditionExpression,
  ExpressionAttributeNames,
  ExpressionAttributeValues
} = PokemonEntity.build(ConditionParser).parse({
  attr: 'level',
  gte: 50
})

const { ProjectionExpression, ExpressionAttributeNames } =
  PokemonEntity.build(PathParser).parse(['name', 'level'])

v2.1.2: 🌈

Compare Source

Changes

v2.1.1: 🌈

Compare Source

Changes

⚠️ SMALL BREAKING CHANGE HERE ⚠️

The UpdateAttributesCommand now does a complete override on deep any attribute values, which is closer to what it was intended to:

BEFORE:

const command = PokemonEntity.build(UpdateAttributesCommand)
  .item({ anyAttr: { foo: "bar" } })
  .params()
// => SET anyAttr.foo = 'bar'

AFTER:

const command = PokemonEntity.build(UpdateAttributesCommand)
  .item({ anyAttr: { foo: "bar" } })
  .params()
// => SET anyAttr = { foo: 'bar' }

v2.1.0: 🌈

Compare Source

Changes

lint-staged/lint-staged (lint-staged)

v15.5.2

Compare Source

Patch Changes

v15.5.1

Compare Source

Patch Changes
  • #​1533 5d53534 Thanks @​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!
    
toplenboren/simple-git-hooks (simple-git-hooks)

v2.13.0

Compare Source

Minor Changes
microsoft/TypeScript (typescript)

v5.8.3

Compare Source


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.

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^0.70.22 chore(deps): update all non-major dependencies to ^0.70.23 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 586143a to 345da82 Compare April 5, 2025 00:49
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^0.70.23 chore(deps): update all non-major dependencies Apr 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 58b2384 to eaaac0a Compare April 15, 2025 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a550a26 to f4bff54 Compare April 23, 2025 18:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a1f03ac to e33fd6a Compare May 2, 2025 13:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from da2eefe to 49ecd2b Compare May 6, 2025 18:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 49ecd2b to b484278 Compare May 7, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants