Bump the dependencies group across 1 directory with 13 updates
Bumps the dependencies group with 13 updates in the / directory:
| Package | From | To |
|---|---|---|
| @tabler/icons-react | 3.11.0 |
3.12.0 |
| @tanstack/react-table | 8.19.3 |
8.20.1 |
| @tanstack/react-virtual | 3.8.3 |
3.9.0 |
| mdx-bundler | 10.0.2 |
10.0.3 |
| @types/node | 20.14.12 |
22.4.0 |
| @typescript-eslint/eslint-plugin | 7.17.0 |
8.1.0 |
| @typescript-eslint/parser | 7.17.0 |
8.1.0 |
| autoprefixer | 10.4.19 |
10.4.20 |
| husky | 9.1.3 |
9.1.4 |
| lint-staged | 15.2.7 |
15.2.9 |
| postcss | 8.4.40 |
8.4.41 |
| prettier-plugin-tailwindcss | 0.6.5 |
0.6.6 |
| tailwindcss | 3.4.7 |
3.4.10 |
Updates @tabler/icons-react from 3.11.0 to 3.12.0
Release notes
Sourced from @tabler/icons-react's releases.
Release 3.12.0
18 new icons:
outline/arrows-transfer-up-downoutline/brand-amieoutline/brand-bebooutline/building-airportoutline/camera-aioutline/camera-bitcoinoutline/camera-moonoutline/chart-columnoutline/chart-covariateoutline/congruent-tooutline/diaperoutline/file-aioutline/file-bitcoinoutline/lock-passwordoutline/phone-doneoutline/phone-endoutline/phone-ringingoutline/stopwatchFixed icons:
outline/bolt-off,outline/bolt,outline/phone-outgoing,outline/phone-pause
Commits
9561ff8Release 3.12.0- See full diff in compare view
Updates @tanstack/react-table from 8.19.3 to 8.20.1
Release notes
Sourced from @tanstack/react-table's releases.
v8.20.1
Version 8.20.1 - 8/3/24, 10:29 PM
Changes
Fix
- id building was not consistent when using deep accessorKey (4754) (#5430) (84cf73a) by Roman Kozodoi
Docs
- fix link to row-models doc in guide/tables.md (#5467) (55da0c3) by
@0ctothorp- Update columns.md (#5666) (a8d1971) by squidjam
Packages
@tanstack/table-core@8.20.1@tanstack/angular-table@8.20.1@tanstack/lit-table@8.20.1@tanstack/qwik-table@8.20.1@tanstack/react-table@8.20.1@tanstack/solid-table@8.20.1@tanstack/svelte-table@8.20.1@tanstack/vue-table@8.20.1@tanstack/react-table-devtools@8.20.1v8.20.0
Version 8.20.0 - 8/3/24, 9:32 PM
Changes
Feat
- add support for reactivity in Vue-adapter (#5687) (ab8e318) by
@OlaAlsakerDocs
- fixed wrong path (#5693) (f8a018d) by Hannes
Packages
@tanstack/vue-table@8.20.0v8.19.4
Version 8.19.4 - 8/3/24, 8:50 PM
Changes
Fix
... (truncated)
Commits
9370c9erelease: v8.20.1f269a59release: v8.19.4- See full diff in compare view
Updates @tanstack/react-virtual from 3.8.3 to 3.9.0
Release notes
Sourced from @tanstack/react-virtual's releases.
v3.9.0
Version 3.9.0 - 8/14/24, 12:20 PM
Changes
Feat
- support inverted horizontal scrolling for right-to-left locales (#787) (2f5821a) by Christian Achgill
Chore
- deps: update all non-major dependencies (#792) (0691037) by renovate[bot]
- examples: Resolve duplicate first page and incorrect rendering start (#785) (06d631e) by JaeYoung
Packages
@tanstack/lit-virtual@3.9.0@tanstack/solid-virtual@3.9.0@tanstack/svelte-virtual@3.9.0@tanstack/virtual-core@3.9.0@tanstack/vue-virtual@3.9.0@tanstack/react-virtual@3.9.0v3.8.6
Version 3.8.6 - 8/9/24, 5:43 AM
Changes
Fix
- correct key for getVirtualItems memo (#788) (895cde5) by
@nguyenyouPackages
@tanstack/virtual-core@3.8.6@tanstack/lit-virtual@3.8.6@tanstack/react-virtual@3.8.6@tanstack/solid-virtual@3.8.6@tanstack/svelte-virtual@3.8.6@tanstack/vue-virtual@3.8.6v3.8.5
Version 3.8.5 - 8/5/24, 3:34 AM
Changes
Fix
- examples: Remove conflicting React type definitions (#779) (9927904) by JaeYoung
... (truncated)
Commits
e62601crelease: v3.9.0a3bf66arelease: v3.8.6b5e207crelease: v3.8.4- See full diff in compare view
Updates mdx-bundler from 10.0.2 to 10.0.3
Commits
aa5b349fix(build): default NODE_ENV to production (#232)073d910docs: share custom components in nested MDX files (#227)- See full diff in compare view
Updates @types/node from 20.14.12 to 22.4.0
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 7.17.0 to 8.1.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.1.0
8.1.0 (2024-08-12)
🚀 Features
- eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
- eslint-plugin: [no-unsafe-return] check promise any (#8693)
- eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
- typescript-eslint: add JSDoc comments on generated configs (#9672)
- typescript-estree: restrict variable declarator definite/init combinations (#9228)
🩹 Fixes
- eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
- eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
- eslint-plugin: [member-ordering] get accessor member name & take into account
abstractand decorator (#9775)- eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
- eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
- utils: correct types to align with
@types/eslintv9 (#9657)- website: tsconfig is blank (#9745)
❤️ Thank You
- Aly Thobani
- Brad Zacher
@bradzacher- James
@Zamiell- Josh Goldberg ✨
- Joshua Chen
- Olivier Zalmanski
@OlivierZal- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.0.1
8.0.1 (2024-08-05)
🩹 Fixes
- eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694)
❤️ Thank You
- Jake Bailey
@jakebaileyYou can read about our versioning strategy and releases on our website.
v8.0.0
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.1.0 (2024-08-12)
🚀 Features
eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true
typescript-estree: restrict variable declarator definite/init combinations
eslint-plugin: [no-unsafe-return] check promise any
eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods
🩹 Fixes
eslint-plugin: [no-unsafe-enum-comparison] typo in test
eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references
eslint-plugin: [member-ordering] get accessor member name & take into account
abstractand decoratoreslint-plugin: [prefer-optional-chain] wrong parenthesis fix output
eslint-plugin: [no-unnecessary-type-parameters] clarify message
❤️ Thank You
- Aly Thobani
- Brad Zacher
- James
- Josh Goldberg ✨
- Joshua Chen
- Olivier Zalmanski
- YeonJuan
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
8.0.1 (2024-08-05)
🩹 Fixes
- eslint-plugin: [no-unused-vars] ignore imports used only as types
❤️ Thank You
... (truncated)
Commits
3d78392chore(release): publish 8.1.0abe351dfix(eslint-plugin): [no-unnecessary-type-parameters] clarify message (#9737)6a1c177feat(eslint-plugin): [no-misused-promises] check subtype methods against heri...fc3ba92fix(eslint-plugin): [prefer-optional-chain] wrong parenthesis fix output (#9597)c20bd2ffeat(eslint-plugin): [no-unsafe-return] check promise any (#8693)3d9ae44fix(eslint-plugin): [member-ordering] get accessor member name & take into ac...fe56157fix(eslint-plugin): [no-unnecessary-type-parameters] skip checking function b...278697ffix(eslint-plugin): [no-unsafe-enum-comparison] typo in test (#9779)a4992fffeat(typescript-estree): restrict variable declarator definite/init combinati...a26e3c7chore: enable prefer-regexp-test (#9658)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 7.17.0 to 8.1.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.1.0
8.1.0 (2024-08-12)
🚀 Features
- eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
- eslint-plugin: [no-unsafe-return] check promise any (#8693)
- eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
- typescript-eslint: add JSDoc comments on generated configs (#9672)
- typescript-estree: restrict variable declarator definite/init combinations (#9228)
🩹 Fixes
- eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
- eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
- eslint-plugin: [member-ordering] get accessor member name & take into account
abstractand decorator (#9775)- eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
- eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
- utils: correct types to align with
@types/eslintv9 (#9657)- website: tsconfig is blank (#9745)
❤️ Thank You
- Aly Thobani
- Brad Zacher
@bradzacher- James
@Zamiell- Josh Goldberg ✨
- Joshua Chen
- Olivier Zalmanski
@OlivierZal- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.0.1
8.0.1 (2024-08-05)
🩹 Fixes
- eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694)
❤️ Thank You
- Jake Bailey
@jakebaileyYou can read about our versioning strategy and releases on our website.
v8.0.0
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.1.0 (2024-08-12)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.0.1 (2024-08-05)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.0.0 (2024-07-31)
🚀 Features
parser: always enable comment, loc, range, tokens
typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService
❤️ Thank You
- Abraham Guo
- Alfred Ringstad
- auvred
- Brad Zacher
- Christopher Aubut
- Collin Bachman
- James Henry
- Josh Goldberg
- Josh Goldberg ✨
- Kirk Waiblinger
- StyleShit
- Victor Lin
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
7.18.0 (2024-07-29)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
3d78392chore(release): publish 8.1.0a26e3c7chore: enable prefer-regexp-test (#9658)e05c2e5chore(release): publish 8.0.11db993achore(release): publish 8.0.01b0468eMerge branch 'main'35cf3d2chore(release): publish 7.18.0f3dfc0aMerge branch 'main' into v8ae980e3Merge branch 'main'c365664Merge branch 'main'6bd4211Merge branch 'main'- Additional commits viewable in compare view
Updates autoprefixer from 10.4.19 to 10.4.20
Commits
dae6eb4Release 10.4.20 versionee43652Fix fit-content for Firefoxcf80824Update dependencies49d5ec6Move to pnpm 9- See full diff in compare view
Updates husky from 9.1.3 to 9.1.4
Commits
fc549e09.1.49891aceclarify deprecation message- See full diff in compare view
Updates lint-staged from 15.2.7 to 15.2.9
Release notes
Sourced from lint-staged's releases.
v15.2.9
Patch Changes
- #1463
b69ce2dThanks@iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warningMaxListenersExceededWarning: Possible EventEmitter memory leak detected.v15.2.8
Patch Changes
f0480f0Thanks@iiroj! - In the previous version the nativegit rev-parse --show-toplevelcommand was taken into use for resolving the current git repo root. This version switched the--show-toplevelflag with--show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.jschild_process. The new flag returns a path relative to the working directory, avoiding the issue.The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
Changelog
Sourced from lint-staged's changelog.
15.2.9
Patch Changes
- #1463
b69ce2dThanks@iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warningMaxListenersExceededWarning: Possible EventEmitter memory leak detected.15.2.8
Patch Changes
f0480f0Thanks@iiroj! - In the previous version the nativegit rev-parse --show-toplevelcommand was taken into use for resolving the current git repo root. This version switched the--show-toplevelflag with--show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.jschild_process. The new flag returns a path relative to the working directory, avoiding the issue.The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
Commits
0ce5e14chore(changeset): release (#1465)b69ce2dfix: set max event listeners to the number of tasks (#1463)52f6eefchore(changeset): release (#1462)8d8fe23build: update repository url in package.jsonf0480f0Revert "chore(changeset): release (#1461)"1da81c0chore(changeset): release (#1461)cc04e08ci: add required permission for provenance generationfa2dac8Revert "chore(changeset): release (#1455)"8325985chore(changeset): release (#1455)92f295fbuild(deps): update dependencies (#1460)- Additional commits viewable in compare view
Updates postcss from 8.4.40 to 8.4.41
Release notes
Sourced from postcss's releases.
8.4.41
- Fixed types (by
@nex3and@querkmachine).- Cleaned up RegExps (by
@bluwy).
Changelog
Sourced from postcss's changelog.
8.4.41
- Fixed types (by
@nex3and@querkmachine).- Cleaned up RegExps (by
@bluwy).
Commits
57e0211Release 8.4.41 versionf27134fUpdate dependencies146d31cMerge pull request #1952 from nex3/rule-props3707c3bMerge remote-tracking branch 'origin/main' into rule-props9ab3619DeclareInput.toJSON()be59ad4Remove dead website165154bUpdate dependencies6127a44Declaration#variable do not have setter536726dFix type58fa0efSort keys- Additional commits viewable in compare view
Updates prettier-plugin-tailwindcss from 0.6.5 to 0.6.6
Commits
0368ffb0.6.6b7830c6Support Tailwind CSSv4.0.0-alpha.19(#310)ee50b9bAdd cache for known plugins (#301)f69f739Remove versions key in testsf6661cdFix code stylec0c5040Convert tests to typescriptb2c8574Fix type error96d9d18Hide Pug debug logs during testingc5eed72Add compatibility withprettier-plugin-multiline-arrays(#299)f101793Move fixtures' expected outputs to the fixture directories (#298)- Additional commits viewable in compare view
Updates tailwindcss from 3.4.7 to 3.4.10
Release notes
Sourced from tailwindcss's releases.
v3.4.10
Fixed
- Bump versions of plugins in the Standalone CLI (#14185)
v3.4.9
Fixed
- No longer warns when broad glob patterns are detecting
vendorfoldersv3.4.8
Fixed
Changelog
Sourced from tailwindcss's changelog.
[3.4.10] - 2024-08-13
Fixed
- Bump versions of plugins in the Standalone CLI (#14185)
[3.4.9] - 2024-08-08
Fixed
- No longer warns when broad glob patterns are detecting
vendorfolders[3.4.8] - 2024-08-07
Fixed
Commits
f07dbff3.4.10c4f2362Bump versions of plugins in the Standalone CLI (#14185)f65023e3.4.9702ba6aDon't warn about broad globs in vendor folders (#14147)16761183.4.869c81f2renamemastertomain858696aWarn when broad glob patterns are used in the content configuration (#14140)1f23c2eBump to latest cssnano v6 (#14105)28bd90eAutomate checksum generation for standalone CLI (#14081)- See full diff in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| base | ❌ Failed (Inspect) | Aug 17, 2024 7:53am |
Looks like these dependencies are updatable in another way, so this is no longer needed.