chore(deps): bump the production-dependencies group with 7 updates#23
Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
Open
Conversation
Bumps the production-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig) | `9.0.0` | `9.0.1` | | [glob](https://github.com/isaacs/node-glob) | `13.0.3` | `13.0.6` | | [inquirer](https://github.com/SBoudrias/Inquirer.js) | `13.2.4` | `13.3.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.564.0` | `0.577.0` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.13.0` | `7.13.1` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.1` | `3.5.0` | | [marked](https://github.com/markedjs/marked) | `17.0.2` | `17.0.4` | Updates `cosmiconfig` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/cosmiconfig/cosmiconfig/releases) - [Changelog](https://github.com/cosmiconfig/cosmiconfig/blob/main/CHANGELOG.md) - [Commits](cosmiconfig/cosmiconfig@v9.0.0...v9.0.1) Updates `glob` from 13.0.3 to 13.0.6 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v13.0.3...v13.0.6) Updates `inquirer` from 13.2.4 to 13.3.0 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@13.2.4...inquirer@13.3.0) Updates `lucide-react` from 0.564.0 to 0.577.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.577.0/packages/lucide-react) Updates `react-router-dom` from 7.13.0 to 7.13.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.13.1/packages/react-router-dom) Updates `tailwind-merge` from 3.4.1 to 3.5.0 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v3.4.1...v3.5.0) Updates `marked` from 17.0.2 to 17.0.4 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v17.0.2...v17.0.4) --- updated-dependencies: - dependency-name: cosmiconfig dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: glob dependency-version: 13.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: inquirer dependency-version: 13.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: lucide-react dependency-version: 0.577.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: react-router-dom dependency-version: 7.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tailwind-merge dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: marked dependency-version: 17.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 7 updates:
9.0.09.0.113.0.313.0.613.2.413.3.00.564.00.577.07.13.07.13.13.4.13.5.017.0.217.0.4Updates
cosmiconfigfrom 9.0.0 to 9.0.1Changelog
Sourced from cosmiconfig's changelog.
Commits
9a5cda39.0.12174017update changelog536d4a0Prevent race conditions when running multiple instances ofcosmiconfigand ...4b48611remove debug log53d1745remove more EOL node versions7c1a1e3replace resolve with realpathfcc9084add additional path.resolve for windows short paths7e995c8debug52b6b1cdrop node 14 build as it seems to fail for unreachable reasonsdb45e38fix tests on windows (3)Updates
globfrom 13.0.3 to 13.0.6Commits
e80cb3813.0.69cdbbffrevert tsgo, not ready for test coverage correctness yet89c99bause tsgo compilerb7275d5update deps, expand engines to include node 18942e360update workflows, pull taprc out of package.json4a0d53cupdate tap for mockImport bugfixef94ad2update tap180c2d4update docs37993c8remove stray console.error in test03ae4c213.0.5Updates
inquirerfrom 13.2.4 to 13.3.0Release notes
Sourced from inquirer's releases.
Commits
526eca2chore: Publish new release60d02c4docs(@inquirer/prompts): highlight auto-detected locale in i18n section (#2011)f773d21feat(@inquirer/prompts-i18n) New i18n package with first set of localization ...dd52bbefeat: allow cursor to land on disabled choices (#2008)64622edfeat(@inquirer/testing): add nextRender() to unit test render API (#2010)32ed010refactor(@inquirer/select,@inquirer/checkbox): clean up disabled choice rende...b23a483fix(@inquirer/checkbox): include disabled+checked items in the answerfd40b43fix(@inquirer/core): discard keystrokes buffered before prompt creationfd001c1chore: Publish new release260d7ebfix(@inquirer/testing): handle SWC-style namespace objects and missing option...Updates
lucide-reactfrom 0.564.0 to 0.577.0Release notes
Sourced from lucide-react's releases.
... (truncated)
Commits
f6c0d06chore(deps): bump rollup from 4.53.3 to 4.59.0 (#4106)Updates
react-router-domfrom 7.13.0 to 7.13.1Changelog
Sourced from react-router-dom's changelog.
Commits
aa3f078chore: Update version for release (#14829)3207a5cchore: Update version for release (pre) (#14814)Updates
tailwind-mergefrom 3.4.1 to 3.5.0Release notes
Sourced from tailwind-merge's releases.
Commits
270ac79v3.5.086f772eadd changelog for 3.5.06c1f77cMerge pull request #651 from dcastil/feature/add-support-for-tailwind-css-v4.27a4cacfAdd support for decimal fraction values9ef0f79fix incorrectly escaped charactersf4938b0update README with v4.2 supportb02a572Add Tailwind v4.2 font-features utilities support5bd25ecAdd Tailwind v4.2 logical sizing utilities697c920Add Tailwind v4.2 logical border block utilities6656a47Improve JSDoc comments for logical insetsUpdates
markedfrom 17.0.2 to 17.0.4Release notes
Sourced from marked's releases.
Commits
22f0c55chore(release): 17.0.4 [skip ci]46fb9b8fix: prevent ReDoS in inline link regex title group (#3902)5b6faeechore(deps-dev): Bump eslint from 10.0.1 to 10.0.2 (#3904)bcdaf6achore(deps-dev): Bump@semantic-release/npmfrom 13.1.4 to 13.1.5 (#3905)baa78a5docs: Add marked-abc to known extensions list (#3903)1aed9acchore(deps-dev): Bump eslint from 10.0.0 to 10.0.1 (#3901)8045055chore: rename escape helper function (#3900)bced615chore(release): 17.0.3 [skip ci]909fe44fix: escape image alt text (#3896)eb8ba2bchore(deps-dev): Bump@semantic-release/githubfrom 12.0.5 to 12.0.6 (#3897)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions