-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore(deps): bump the non-major-deps group across 1 directory with 16 updates #117
Closed
dependabot
wants to merge
1
commit into
development
from
dependabot/npm_and_yarn/web/development/non-major-deps-25015f79cd
Closed
chore(deps): bump the non-major-deps group across 1 directory with 16 updates #117
dependabot
wants to merge
1
commit into
development
from
dependabot/npm_and_yarn/web/development/non-major-deps-25015f79cd
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
… updates Bumps the non-major-deps group with 16 updates in the /web directory: | Package | From | To | | --- | --- | --- | | [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.11.7` | `8.20.5` | | [axios](https://github.com/axios/axios) | `1.6.8` | `1.7.5` | | [mysql2](https://github.com/sidorares/node-mysql2) | `3.9.7` | `3.11.0` | | [next](https://github.com/vercel/next.js) | `14.2.4` | `14.2.6` | | [qs](https://github.com/ljharb/qs) | `6.11.2` | `6.13.0` | | [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs) | `6.9.11` | `6.9.15` | | [swiper](https://github.com/nolimits4web/Swiper) | `11.0.5` | `11.1.10` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.4` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.20` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.4` | `14.2.6` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.41` | | [postcss-import](https://github.com/postcss/postcss-import) | `16.0.0` | `16.1.0` | | [sass](https://github.com/sass/dart-sass) | `1.70.0` | `1.77.8` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.3` | `3.4.10` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.5.4` | Updates `@tanstack/react-table` from 8.11.7 to 8.20.5 - [Release notes](https://github.com/TanStack/table/releases) - [Commits](https://github.com/TanStack/table/commits/v8.20.5/packages/react-table) Updates `axios` from 1.6.8 to 1.7.5 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.8...v1.7.5) Updates `mysql2` from 3.9.7 to 3.11.0 - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](sidorares/node-mysql2@v3.9.7...v3.11.0) Updates `next` from 14.2.4 to 14.2.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.4...v14.2.6) Updates `qs` from 6.11.2 to 6.13.0 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.11.2...v6.13.0) Updates `@types/qs` from 6.9.11 to 6.9.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs) Updates `swiper` from 11.0.5 to 11.1.10 - [Release notes](https://github.com/nolimits4web/Swiper/releases) - [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md) - [Commits](nolimits4web/swiper@v11.0.5...v11.1.10) Updates `@types/qs` from 6.9.11 to 6.9.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs) Updates `@types/react` from 18.3.3 to 18.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `autoprefixer` from 10.4.16 to 10.4.20 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.16...10.4.20) Updates `eslint-config-next` from 14.2.4 to 14.2.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.2.6/packages/eslint-config-next) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1) Updates `postcss` from 8.4.31 to 8.4.41 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.31...8.4.41) Updates `postcss-import` from 16.0.0 to 16.1.0 - [Release notes](https://github.com/postcss/postcss-import/releases) - [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md) - [Commits](postcss/postcss-import@16.0.0...16.1.0) Updates `sass` from 1.70.0 to 1.77.8 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.70.0...1.77.8) Updates `tailwindcss` from 3.3.3 to 3.4.10 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.3.3...v3.4.10) Updates `typescript` from 5.2.2 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.2.2...v5.5.4) --- updated-dependencies: - dependency-name: "@tanstack/react-table" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-deps - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-deps - dependency-name: mysql2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-deps - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-deps - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-deps - dependency-name: "@types/qs" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-major-deps - dependency-name: swiper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-deps - dependency-name: "@types/qs" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-major-deps - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-major-deps - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-major-deps - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-major-deps - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-major-deps - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-major-deps - dependency-name: postcss-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-major-deps - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-major-deps - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-major-deps - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-major-deps ... Signed-off-by: dependabot[bot] <[email protected]>
Superseded by #124. |
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
0 participants
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 non-major-deps group with 16 updates in the /web directory:
8.11.7
8.20.5
1.6.8
1.7.5
3.9.7
3.11.0
14.2.4
14.2.6
6.11.2
6.13.0
6.9.11
6.9.15
11.0.5
11.1.10
18.3.3
18.3.4
10.4.16
10.4.20
14.2.4
14.2.6
5.1.3
5.2.1
8.4.31
8.4.41
16.0.0
16.1.0
1.70.0
1.77.8
3.3.3
3.4.10
5.2.2
5.5.4
Updates
@tanstack/react-table
from 8.11.7 to 8.20.5Release notes
Sourced from
@tanstack/react-table
's releases.... (truncated)
Commits
ab2819c
release: v8.20.59370c9e
release: v8.20.1f269a59
release: v8.19.43f0e5d2
release: v8.19.37c7af15
release: v8.19.2e585a2e
chore: upgrade packages except for angular and typescript (#5635)439e689
release: v8.19.1f159b04
tests: Move tests folders (#5634)85f3f9e
release: v8.17.39668fe1
release: v8.17.0Updates
axios
from 1.6.8 to 1.7.5Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
59cd6b0
chore(release): v1.7.5 (#6574)6700a8a
fix(core): add the missed implementation of AxiosError#status property; (#6573)7004707
fix(adapter): fix undefined reference to hasBrowserEnv (#6572)fed1a4b
fix(core): fixReferenceError: navigator is not defined
for custom environm...550d885
fix(fetch): fix credentials handling in Cloudflare workers (#6533)bcd1c6d
chore(actions): fix sponsor action; (#6566)c8b7be5
chore(action): excludesponsors
branch from CI tests; (#6564)67aa1ef
chore(sponsor): update sponsor block (#6559)ff254a5
chore(action): change sponsors uri origin; (#6563)4f99675
chore(sponsor): update sponsor block (#6558)Updates
mysql2
from 3.9.7 to 3.11.0Release notes
Sourced from mysql2's releases.
... (truncated)
Changelog
Sourced from mysql2's changelog.
... (truncated)
Commits
b9ef741
chore(master): release 3.11.0 (#2895)9576742
feat: fully support VECTOR type results3659488
Add basic vector type (#2866)3d1d8cd
build(deps-dev): bump@typescript-eslint/parser
in /website (#2882)ab54898
build(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /website (#2881)47f7b84
build(deps-dev): bump@typescript-eslint/eslint-plugin
in /website (#2880)859d927
build(deps-dev): bump poku from 2.1.0 to 2.2.0 (#2878)1ac2a5e
build(deps-dev): bump poku from 2.0.0 to 2.2.0 in /website (#2877)8b0bf23
build(deps): bump lucide-react from 0.412.0 to 0.414.0 in /website (#2875)74381c6
build(deps-dev): bump eslint-plugin-react-refresh in /website (#2874)Updates
next
from 14.2.4 to 14.2.6Release notes
Sourced from next's releases.
Commits
427c01d
v14.2.6d4ca0b9
Ensure fetch cache TTL is updated properly (#69164)eee87cb
remove invalid line in disabling webpack cache exampledc40cc9
Fix typo in memory usage docs28110b6
[docs] Backport Multi-Zones docs to 14.x branch (#68460)0bf7f52
v14.2.530d6dfc
fix: metadata route merging conflicts186ec6b
Log stdio for pull-turbo-cache script (#66759)45656d3
Ensure turbo is setup when building in docker (#66804)08e7fd1
Upgrade acorn (#67592)Updates
qs
from 6.11.2 to 6.13.0Changelog
Sourced from qs's changelog.
Commits
5cf516c
v6.13.08d56df2
[New]parse
: addstrictDepth
optionc9a6694
[Tests] usenpm audit
instead ofaud
f90cc35
v6.12.31bf9f7a
[Fix]parse
: properly account forstrictNullHandling
whenallowEmptyArrays
7ebf48b
[meta] fix changelog indentationd0dff11
v6.12.2f0b8d03
[Dev Deps] update@ljharb/eslint-config
,object-inspect
,tape
81835ff
[Fix]:parse
: parse encoded square bracketsdb47dcc
[readme] add CII best practices badgeUpdates
@types/qs
from 6.9.11 to 6.9.15Commits
Updates
swiper
from 11.0.5 to 11.1.10Release notes
Sourced from swiper's releases.
... (truncated)
Changelog
Sourced from swiper's changelog.
... (truncated)
Commits
b7d4a11
11.1.10617a037
fix(pagination) fixed swiper Infinite loop scroll jumping (#7690)94173da
fix(zoom): fix zoomIn after currentScale is set to 1 (#7663)39cd7f5
chore: cleanup sponsorseb1286b
11.1.94847fcb
fix(core): fix loop missing slides with centeredSlides82ae434
fix(mousewheel): fix issue with event handling after Swiper was destroyed4875f26
fix(core): fix types of swiper-effect-utils.d.ts (#7655)450c57a
feat: add types for minTranslate and maxTranslate functions (#7647)bad6831
11.1.8Updates
@types/qs
from 6.9.11 to 6.9.15Commits
Updates
@types/react
from 18.3.3 to 18.3.4Commits
Updates
autoprefixer
from 10.4.16 to 10.4.20Release notes
Sourced from autoprefixer's releases.
Changelog
Sourced from autoprefixer's changelog.
Commits
dae6eb4
Release 10.4.20 versionee43652
Fix fit-content for Firefoxcf80824
Update dependencies49d5ec6
Move to pnpm 98060e33
Release 10.4.19 versionfe7bae4
Remove end→flex-end warning5f6f362
Update dependencies13a86df
Move to flat ESLint configb3e0579
Update dependencies90dc18d
Release 10.4.18 versionUpdates
eslint-config-next
from 14.2.4 to 14.2.6Release notes
Sourced from eslint-config-next's releases.
Commits
427c01d
v14.2.60bf7f52
v14.2.5Updates
eslint-plugin-prettier
from 5.1.3 to 5.2.1Release notes
Sourced from eslint-plugin-prettier's releases.
Changelog
Sourced from eslint-plugin-prettier's changelog.
Commits
51324d9
chore: fix CHANGELOG.md formatting issue24288c7
chore: release eslint-plugin-prettier (#669)ac036cc
build(deps): Bump synckit from 0.8.6 to 0.9.1 (#668)a1e6f4a
build(deps): Bump braces from 3.0.2 to 3.0.3 (#665)de9751c
build(deps): Bump pnpm/action-setup from 2 to 4 in the actions group (#661)02c21a5
chore: release eslint-plugin-prettier (#653)f170011
feat: support parsinghtml
via@html-eslint/parser
natively (#652)Updates
postcss
from 8.4.31 to 8.4.41Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.