Closed dependabot[bot] closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
openfoodfacts-explorer | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 29, 2024 7:26am |
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the minor group with 10 updates in the / directory:
1.1.1
1.1.2
7.16.0
7.17.0
7.16.0
7.17.0
2.42.0
2.43.0
7.0.2
7.1.0
8.4.39
8.4.40
3.2.5
3.2.6
3.4.4
3.4.7
5.5.3
5.5.4
5.3.3
5.3.5
Updates
@iconify/tailwind
from 1.1.1 to 1.1.2Commits
Updates
@typescript-eslint/eslint-plugin
from 7.16.0 to 7.17.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
05c9cb8
chore(release): publish 7.17.0f6c719f
fix(eslint-plugin): [no-unnecessary-condition] false positive on optional pri...6647f7e
chore: enable no-unreachable-loop (#9540)58be99f
chore: enable prefer-object-spread (#9541)5d895b7
chore: enable@typescript-eslint/no-unused-expressions
(#9542)d8c539d
chore: enable no-useless-concat (#9550)f043f30
fix(eslint-plugin): [strict-boolean-expressions] consider assertion function ...0108e9c
chore: enable no-lonely-if (#9547)970f3f1
feat(eslint-plugin): [return-await] add option to report in error-handling sc...dd965a4
feat(eslint-plugin): backport no-unsafe-function type, no-wrapper-object-type...Updates
@typescript-eslint/parser
from 7.16.0 to 7.17.0Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
05c9cb8
chore(release): publish 7.17.058be99f
chore: enable prefer-object-spread (#9541)d1d0ba5
chore(release): publish 7.16.1Updates
eslint-plugin-svelte
from 2.42.0 to 2.43.0Release notes
Sourced from eslint-plugin-svelte's releases.
Commits
b1d59b4
chore: release eslint-plugin-svelte (#828)dc7eefc
fix(deps): update dependency svelte-eslint-parser to ^0.41.0 (#827)5d53db1
chore(deps): update dependency rimraf to v6Updates
openapi-typescript
from 7.0.2 to 7.1.0Release notes
Sourced from openapi-typescript's releases.
Changelog
Sourced from openapi-typescript's changelog.
Commits
30b93bb
[ci] release (#1774)19b9383
fix: schema.content might be omitted (#1763)41cb9a2
fix: add explicit import of performance to fix bazel compatibility issues (#1...2793049
fix: --properties-required-by-default flag (#1764)285b097
feat: Add check option (#1768)0ce35d7
feat: Add the inject option (#1766)990a16f
[ci] release (#1770)e705909
fix: Correct handling of default parameter values in referenced component sch...184ff13
Remove unwanted curly bracket in generated filename (#1767)855d5b8
[ci] release (#1765)Updates
postcss
from 8.4.39 to 8.4.40Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
3f84b41
Release 8.4.40 version293ce45
Merge pull request #1950 from nex3/node-gettersfd7ae73
Declare Node subclass attributes as getters79a6396
Update dependencies53968d7
Make name more clearUpdates
prettier-plugin-svelte
from 3.2.5 to 3.2.6Changelog
Sourced from prettier-plugin-svelte's changelog.
Commits
727ddce
chore: release 3.2.6699c7a9
feat: never quote single attribute expressions in Svelte 5 (#451)Updates
tailwindcss
from 3.4.4 to 3.4.7Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
9824cb6
Update version in package.jsonaa6c10f
Add missing heading to changelog245058c
Update changelog for v3.4.7605d8cd
Update CHANGELOG.md680c55c
Normalize attribute selector fordata-*
andaria-*
modifiers (#14037)866860e
Print eventual lightning CSS parsing errors when the CSS matcher fail (#14034)bdc87ae
Fix class detection in Slim templates with attached attributes and IDs (#14019)d622977
Update changelog0573c07
Loosen :is() wrapping rules in applyImportantSelector for more readable outpu...9c29e47
3.4.6Updates
typescript
from 5.5.3 to 5.5.4Release notes
Sourced from typescript's releases.
Commits
c8a7d58
Bump version to 5.5.4 and LKGc0ded04
🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...5ba41e2
🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...b075332
🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...9dd6f91
Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)bf0ddaf
🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...a44e2d9
🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...f35206d
🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...1109550
Fix baselines on release-5.5 (#59330)8794318
🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...Updates
vite
from 5.3.3 to 5.3.5Changelog
Sourced from vite's changelog.
Commits
4407839
release: v5.3.566bdb1d
refactor(asset): remove rollup 3 public file watch workaround (#16331)b240a83
fix(build): env output is not stable (#17748)b58b423
fix(importMetaGlob): handle alias that starts with hash (#17743)d906d3f
fix(css): resolve url aliases with fragments (fix: #17690) (#17691)3c1bde3
fix(client): fix vite error path (#17744)9983731
chore(deps): update all non-major dependencies (#17734)4fc9b64
chore: extend commit hash (#17709)f4f488f
revert: fix(logger): truncate log over 5000 characters long (#16581) (#17729)df5ceb3
chore(deps): update typescript (#17699)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