-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
⬆️ Bump devDependencies
#1611
Closed
dependabot
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/devdependencies-9657faa958
Closed
⬆️ Bump devDependencies
#1611
dependabot
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/devdependencies-9657faa958
Conversation
This file contains 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
Bumps the devdependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.0.0` | `4.0.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.21.0` | `8.22.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.21.0` | `8.22.0` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.6.0` | `3.0.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.0` | `4.0.2` | Updates `@tailwindcss/postcss` from 4.0.0 to 4.0.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.2/packages/@tailwindcss-postcss) Updates `@typescript-eslint/eslint-plugin` from 8.21.0 to 8.22.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.21.0 to 8.22.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/parser) Updates `tailwind-merge` from 2.6.0 to 3.0.1 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v2.6.0...v3.0.1) Updates `tailwindcss` from 4.0.0 to 4.0.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.2/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: devdependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: devdependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: devdependencies - dependency-name: tailwind-merge dependency-type: direct:development update-type: version-update:semver-major dependency-group: devdependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: devdependencies ... Signed-off-by: dependabot[bot] <support@github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1611 +/- ##
=======================================
Coverage 88.96% 88.96%
=======================================
Files 53 53
Lines 299 299
Branches 37 37
=======================================
Hits 266 266
Misses 32 32
Partials 1 1 ☔ View full report in Codecov by Sentry. |
devDependencies
carloscuesta
approved these changes
Feb 2, 2025
Superseded by #1612. |
auto-merge was automatically disabled
February 2, 2025 15:48
Pull request was closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
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 devdependencies group with 5 updates:
4.0.0
4.0.2
8.21.0
8.22.0
8.21.0
8.22.0
2.6.0
3.0.1
4.0.0
4.0.2
Updates
@tailwindcss/postcss
from 4.0.0 to 4.0.2Release notes
Sourced from
@tailwindcss/postcss
's releases.Changelog
Sourced from
@tailwindcss/postcss
's changelog.Commits
50bafce
Prepare for v4.0.2 release (#16131)0d5e2be
Ensure we process Tailwind CSS features when using@reference
(#16057)0655209
Prepare v4.0.1 release (#16018)9fef2bd
Add:host
rule to@theme
layer (#15975)Updates
@typescript-eslint/eslint-plugin
from 8.21.0 to 8.22.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
94e8098
chore(release): publish 8.22.09f0ce90
docs: add FAQ and docs aroundverbatimModuleSyntax
and similar options (#10...f1e9a5d
fix(eslint-plugin): [no-unnecessary-template-expression] handle template lite...acab0a9
fix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property ...a3a157c
fix(eslint-plugin): [no-extraneous-class] handle accessor keyword (#10678)586e7eb
fix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of u...9e8828b
fix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (#10...74c4155
chore: correct docs test snapshot for no-unused-vars1e2305e
fix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but...974f2b1
docs(eslint-plugin): [no-unused-vars] add types-only values FAQ (#10690)Updates
@typescript-eslint/parser
from 8.21.0 to 8.22.0Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
94e8098
chore(release): publish 8.22.0a885343
feat(parser): add standalone isolatedDeclarations option (#10499)Updates
tailwind-merge
from 2.6.0 to 3.0.1Release notes
Sourced from tailwind-merge's releases.
Commits
493fa8c
v3.0.1b9c136d
update info about supported Tailwind CSS version in READMEe22885e
fix link in v3 changelog7378c16
v3.0.0a00a8e6
change label added to new issues to context-v37c8c994
Merge pull request #518 from dcastil/breaking-feature/513/tailwind-css-v4-sup...7f043a6
small tweaks1950ab6
add migration doc for tailwind-merge v3ef00078
add removed custom separator support to breaking changes in v3 changelog752b103
remove separator from docsUpdates
tailwindcss
from 4.0.0 to 4.0.2Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
50bafce
Prepare for v4.0.2 release (#16131)4052eb2
Allow@variant
to be used at the top-level (#16129)7f1d097
Do not emit empty rules/at-rules (#16121)35a5e8c
Discard invalid declarations when parsing CSS (#16093)60e6195
Ensure escaped theme variables are handled correctly (#16064)3aa0e49
Do not emit@keyframes
in@theme reference
(#16120)88c8906
Prevent modifying CSS variables in plugins (#16103)2242941
Refactor gradient implementation to work around prettier/prettier#17058 (#16072)ea24995
Only generate positivegrid-cols-*
andgrid-rows-*
utilities (#16020)0655209
Prepare v4.0.1 release (#16018)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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