Skip to content

fix(deps): update all non-major dependencies #485

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@clack/prompts (source) ^0.10.0 -> ^0.10.1 age adoption passing confidence
@hono/node-server ^1.13.8 -> ^1.14.1 age adoption passing confidence
@modelcontextprotocol/sdk (source) ^1.6.1 -> ^1.9.0 age adoption passing confidence
@secretlint/core (source) ^9.2.0 -> ^9.3.1 age adoption passing confidence
@secretlint/secretlint-rule-preset-recommend (source) ^9.2.0 -> ^9.3.1 age adoption passing confidence
@types/node (source) ^22.13.0 -> ^22.14.1 age adoption passing confidence
@types/node (source) ^22.13.10 -> ^22.14.1 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.0.8 -> ^3.1.1 age adoption passing confidence
fast-xml-parser ^5.0.8 -> ^5.2.0 age adoption passing confidence
git-url-parse ^16.0.1 -> ^16.0.3 age adoption passing confidence
hono (source) ^4.6.20 -> ^4.7.6 age adoption passing confidence
lucide-vue-next (source) ^0.474.0 -> ^0.488.0 age adoption passing confidence
piscina ^4.8.0 -> ^4.9.2 age adoption passing confidence
repomix ^0.2.29 -> ^0.3.1 age adoption passing confidence
secretlint (source) ^9.2.0 -> ^9.3.1 age adoption passing confidence
tsx (source) ^4.19.2 -> ^4.19.3 age adoption passing confidence
typescript (source) ^5.7.3 -> ^5.8.3 age adoption passing confidence
typescript (source) ^5.8.2 -> ^5.8.3 age adoption passing confidence
vite (source) ^5.4.15 -> ^5.4.18 age adoption passing confidence
vitest (source) ^3.0.8 -> ^3.1.1 age adoption passing confidence
web-tree-sitter (source) ^0.24.7 -> ^0.25.3 age adoption passing confidence
zod (source) ^3.24.1 -> ^3.24.2 age adoption passing confidence

Release Notes

bombshell-dev/clack (@​clack/prompts)

v0.10.1

Compare Source

Patch Changes
  • 11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
  • 30aa7ed: Adds a new selectableGroups boolean to the group multi-select prompt. Using selectableGroups: false will disable the ability to select a top-level group, but still allow every child to be selected individually.
  • Updated dependencies [30aa7ed]
  • Updated dependencies [5dfce8a]
  • Updated dependencies [f574297]
honojs/node-server (@​hono/node-server)

v1.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.14.0...v1.14.1

modelcontextprotocol/typescript-sdk (@​modelcontextprotocol/sdk)

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.8.0...1.9.0

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.7.0...1.8.0

v1.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.6.1...1.7.0

secretlint/secretlint (@​secretlint/core)

v9.3.1

Compare Source

What's Changed
Bug Fixes
CI
Dependency Updates

Full Changelog: secretlint/secretlint@v9.3.0...v9.3.1

v9.3.0

Compare Source

What's Changed
Features
Testing
CI
New Contributors

Full Changelog: secretlint/secretlint@v9.2.1...v9.3.0

v9.2.1

Compare Source

What's Changed
Refactoring
CI
Dependency Updates
Other Changes
New Contributors

Full Changelog: secretlint/secretlint@v9.2.0...v9.2.1

vitest-dev/vitest (@​vitest/coverage-v8)

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source

🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub

v3.0.9

Compare Source

NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v5.2.0

Compare Source

v5.1.0

Compare Source

  • feat: declare package as side-effect free (#​738) (By Thomas Bouffard)
  • fix cjs build mode
  • fix builder return type to string

5.0.9 / 2025-03-14

  • fix: support numeric entities with values over 0xFFFF (#​726) (By Marc Durdin)
  • fix: update strnum to fix parsing 0 if skiplike option is used

5.0.8 / 2025-02-27

  • fix parsing 0 if skiplike option is used.
    • updating strnum dependency

5.0.7 / 2025-02-25

5.0.6 / 2025-02-20

5.0.5 / 2025-02-20

  • fix parsing of string starting with 'e' or 'E' by updating strnum

5.0.4 / 2025-02-20

  • fix CLI to support all the versions of node js when displaying library version.
  • fix CJS import in v5
    • by fixing webpack config

5.0.3 / 2025-02-20

  • Using strnum ESM module
    • new fixes in strum may break your experience

5.0.2 / 2025-02-20

  • fix: include CommonJS resources in the npm package #​714 (By Thomas Bouffard)
  • fix: move babel deps to dev deps

5.0.1 / 2025-02-19

  • fix syntax error for CLI command

5.0.0 / 2025-02-19

  • ESM support
    • no change in the functionality, syntax, APIs, options, or documentation.

4.5.2 / 2025-02-18

  • Fix null CDATA to comply with undefined behavior (#​701) (By Matthieu BOHEAS)
  • Fix(performance): Update check for leaf node in saveTextToParentTag function in OrderedObjParser.js (#​707) (By ...)
  • Fix: emit full JSON string from CLI when no output filename specified (#​710) (By Matt Benson)

4.5.1 / 2024-12-15

  • Fix empty tag key name for v5 (#​697). no impact on v4
  • Fixes entity parsing when used in strict mode (#​699)

4.5.0 / 2024-09-03

  • feat #​666: ignoreAttributes support function, and array of string or regex (By ArtemM)

4.4.1 / 2024-07-28

4.4.0 / 2024-05-18

  • fix #​654: parse attribute list correctly for self closing stop node.
  • fix: validator bug when closing tag is not opened. (#​647) (By Ryosuke Fukatani)
  • fix #​581: typings; return type of tagValueProcessor & attributeValueProcessor (#​582) (By monholm)

4.3.6 / 2024-03-16

4.3.5 / 2024-02-24

  • code for v5 is added for experimental use

4.3.4 / 2024-01-10

4.3.3 / 2024-01-10

  • Remove unnecessary regex

4.3.2 / 2023-10-02

4.3.1 / 2023-09-24

  • revert back "Fix typings for builder and parser to make return type generic" to avoid failure of existing projects. Need to decide a common approach.

4.3.0 / 2023-09-20

4.2.7 / 2023-07-30

  • Fix: builder should set text node correctly when only textnode is present (#​589) (By qianqing)
  • Fix: Fix for null and undefined attributes when building xml (#​585) (#​598). A null or undefined value should be ignored. (By Eugenio Ceschia)

4.2.6 / 2023-07-17

4.2.5 / 2023-06-22

  • change code implementation

4.2.4 / 2023-06-06

  • fix security bug

4.2.3 / 2023-06-05

  • fix security bug

4.2.2 / 2023-04-18

  • fix #​562: fix unpaired tag when it comes in last of a nested tag. Also throw error when unpaired tag is used as closing tag

4.2.1 / 2023-04-18

  • fix: jpath after unpaired tags

4.2.0 / 2023-04-09

  • support updateTag parser property

4.1.4 / 2023-04-08

  • update typings to let user create XMLBuilder instance without options (#​556) (By Patrick)
  • fix: IsArray option isn't parsing tags with 0 as value correctly #​490 (#​557) (By Aleksandr Murashkin)
  • feature: support oneListGroup to group repeated children tags udder single group

4.1.3 / 2023-02-26

  • fix #​546: Support complex entity value

4.1.2 / 2023-02-12

  • Security Fix

4.1.1 / 2023-02-03

  • Fix #​540: ignoreAttributes breaks unpairedTags
  • Refactor XML builder code

4.1.0 / 2023-02-02

  • Fix '<' or '>' in DTD comment throwing an error. (#​533) (By Adam Baker)
  • Set "eNotation" to 'true' as default

4.0.15 / 2023-01-25

  • make "eNotation" optional

4.0.14 / 2023-01-22

  • fixed: add missed typing "eNotation" to parse values

4.0.13 / 2023-01-07

4.0.12 / 2022-11-19

  • fix typescript

4.0.11 / 2022-10-05

  • fix #​501: parse for entities only once

4.0.10 / 2022-09-14

4.0.9 / 2022-07-10

  • fix #​470: stop-tag can have self-closing tag with same name
  • fix #​472: stopNode can have any special tag inside
  • Allow !ATTLIST and !NOTATION with DOCTYPE
  • Add transformTagName option to transform tag names when parsing (#​469) (By Erik Rothoff Andersson)

**4.0.8 / 2


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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 requested a review from yamadashy as a code owner April 14, 2025 03:05
@renovate renovate bot added dependencies Dependencies updates renovate Renovate labels Apr 14, 2025
Copy link

cloudflare-workers-and-pages bot commented Apr 14, 2025

Deploying repomix with  Cloudflare Pages  Cloudflare Pages

Latest commit: c5bd22b
Status: ✅  Deploy successful!
Preview URL: https://52b43a43.repomix.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.repomix.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c29a76e to ec2a849 Compare April 14, 2025 12:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec2a849 to c5bd22b Compare April 14, 2025 19:36
@yamadashy yamadashy closed this Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies updates renovate Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant