Skip to content
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 15 updates #98

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the non-major-deps group with 15 updates in the /web directory:

Package From To
@tanstack/react-table 8.11.7 8.20.1
axios 1.6.8 1.7.3
mysql2 3.9.7 3.11.0
next 14.2.4 14.2.5
qs 6.11.2 6.13.0
@types/qs 6.9.11 6.9.15
swiper 11.0.5 11.1.9
autoprefixer 10.4.16 10.4.20
eslint-config-next 14.2.4 14.2.5
eslint-plugin-prettier 5.1.3 5.2.1
postcss 8.4.31 8.4.41
postcss-import 16.0.0 16.1.0
sass 1.70.0 1.77.8
tailwindcss 3.3.3 3.4.9
typescript 5.2.2 5.5.4

Updates @tanstack/react-table from 8.11.7 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.1

v8.20.0

Version 8.20.0 - 8/3/24, 9:32 PM

Changes

Feat

Docs

  • fixed wrong path (#5693) (f8a018d) by Hannes

Packages

  • @​tanstack/vue-table@​8.20.0

v8.19.4

Version 8.19.4 - 8/3/24, 8:50 PM

Changes

Fix

... (truncated)

Commits

Updates axios from 1.6.8 to 1.7.3

Release notes

Sourced from axios's releases.

Release v1.7.3

Release notes:

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Release v1.7.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

Release notes:

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.3 (2024-08-01)

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes

Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

1.7.0 (2024-05-19)

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

... (truncated)

Commits

Updates mysql2 from 3.9.7 to 3.11.0

Release notes

Sourced from mysql2's releases.

v3.11.0

3.11.0 (2024-07-27)

Features

v3.10.3

3.10.3 (2024-07-15)

Bug Fixes

v3.10.2

3.10.2 (2024-07-01)

Bug Fixes

  • typeCast: ensure the same behavior for field.string() with query and execute (#2820) (27e38ea)

v3.10.1

3.10.1 (2024-06-13)

Bug Fixes

v3.10.0

3.10.0 (2024-05-30)

Features

Bug Fixes

  • stream: reads should emit the dataset number for each dataset (#2496, #2628) (4dab4ca)

v3.9.9

3.9.9 (2024-05-29)

Bug Fixes

... (truncated)

Changelog

Sourced from mysql2's changelog.

3.11.0 (2024-07-27)

Features

  • fully support VECTOR type results (9576742)

3.10.3 (2024-07-15)

Bug Fixes

3.10.2 (2024-07-01)

Bug Fixes

  • typeCast: ensure the same behavior for field.string() with query and execute (#2820) (27e38ea)

3.10.1 (2024-06-13)

Bug Fixes

3.10.0 (2024-05-30)

Features

Bug Fixes

  • stream: reads should emit the dataset number for each dataset (#2628) (4dab4ca)

3.9.9 (2024-05-29)

Bug Fixes

  • connection config: remove keepAliveInitialDelay default value (#2712) (688ebab)

3.9.8 (2024-05-26)

... (truncated)

Commits
  • b9ef741 chore(master): release 3.11.0 (#2895)
  • 9576742 feat: fully support VECTOR type results
  • 3659488 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)
  • Additional commits viewable in compare view

Updates next from 14.2.4 to 14.2.5

Release notes

Sourced from next's releases.

v14.2.5

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • avoid merging global css in a way that leaks into other chunk groups (#67373)
  • Fix server action edge redirect with middleware rewrite (#67148)
  • fix(next): reject protocol-relative URLs in image optimization (#65752)
  • fix(next-swc): correct path interop to filepath for wasm (#65633)
  • Use addDependency to track metadata route file changes (#66714)
  • Fix noindex is missing on static not-found page (#67135)
  • perf: improve retrieving versionInfo on Turbo HMR (#67309)
  • fix(next/image): handle invalid url (#67465)
  • fix(next): initial prefetch cache not set properly with different search params (#65977)
  • fix: Backport class properties fix (#67377)
  • Upgrade acorn (#67592)

Misc

  • Log stdio for pull-turbo-cache script (#66759)
  • Ensure turbo is setup when building in docker (#66804)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, @​emmerich, @​huozhi, @​kdy1, @​kwonoj, @​styfle, and @​sokra for helping!

Commits

Updates qs from 6.11.2 to 6.13.0

Changelog

Sourced from qs's changelog.

6.13.0

  • [New] parse: add strictDepth option (#511)
  • [Tests] use npm audit instead of aud

6.12.3

  • [Fix] parse: properly account for strictNullHandling when allowEmptyArrays
  • [meta] fix changelog indentation

6.12.2

  • [Fix] parse: parse encoded square brackets (#506)
  • [readme] add CII best practices badge

6.12.1

  • [Fix] parse: Disable decodeDotInKeys by default to restore previous behavior (#501)
  • [Performance] utils: Optimize performance under large data volumes, reduce memory usage, and speed up processing (#502)
  • [Refactor] utils: use +=
  • [Tests] increase coverage

6.12.0

  • [New] parse/stringify: add decodeDotInKeys/encodeDotKeys options (#488)
  • [New] parse: add duplicates option
  • [New] parse/stringify: add allowEmptyArrays option to allow [] in object values (#487)
  • [Refactor] parse/stringify: move allowDots config logic to its own variable
  • [Refactor] stringify: move option-handling code into normalizeStringifyOptions
  • [readme] update readme, add logos (#484)
  • [readme] stringify: clarify default arrayFormat behavior
  • [readme] fix line wrapping
  • [readme] remove dead badges
  • [Deps] update side-channel
  • [meta] make the dist build 50% smaller
  • [meta] add sideEffects flag
  • [meta] run build in prepack, not prepublish
  • [Tests] parse: remove useless tests; add coverage
  • [Tests] stringify: increase coverage
  • [Tests] use mock-property
  • [Tests] stringify: improve coverage
  • [Dev Deps] update @ljharb/eslint-config , aud, has-override-mistake, has-property-descriptors, mock-property, npmignore, object-inspect, tape
  • [Dev Deps] pin glob, since v10.3.8+ requires a broken jackspeak
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6
Commits
  • 5cf516c v6.13.0
  • 8d56df2 [New] parse: add strictDepth option
  • c9a6694 [Tests] use npm audit instead of aud
  • f90cc35 v6.12.3
  • 1bf9f7a [Fix] parse: properly account for strictNullHandling when allowEmptyArrays
  • 7ebf48b [meta] fix changelog indentation
  • d0dff11 v6.12.2
  • f0b8d03 [Dev Deps] update @ljharb/eslint-config, object-inspect, tape
  • 81835ff [Fix]: parse: parse encoded square brackets
  • db47dcc [readme] add CII best practices badge
  • Additional commits viewable in compare view

Updates @types/qs from 6.9.11 to 6.9.15

Commits

Updates swiper from 11.0.5 to 11.1.9

Release notes

Sourced from swiper's releases.

v11.1.8

Bug Fixes

  • core: fixed typo in utils/elementIsChildOf (#7649) (575e715)

v11.1.7

Bug Fixes

v11.1.6

Bug Fixes

  • controller: fix 2 way control in element (6eec16b), closes #7628

Features

  • a11y: added new prop for a11y module - scrollOnFocus (#7632) (f4f7da0)
  • element: added support for using slots as swiper wrappers (#7624) (e374e06)

v11.1.5

Bug Fixes

  • element: fix observer to watch for slides (7cffede), closes #7598
  • improved 3d rotate fix in Safari (cb83879), closes #7532
  • update navigation.scss to remove SASS Deprecation Warning (#7612) (a3e0bf8)
  • vue: add breakpointsBase type (4adb85b), closes #7607

v11.1.4

Bug Fixes

  • a11y: fix slide on focus when loop mode is enabled (fc8ed1a), closes #7540
  • core: check for swiper.el in destroy queue (39a3e53), closes #7530
  • navigation: prevent hide on click when clicking on navigation buttons (c0f7bb6), closes #7559
  • vue: avoid rendering same slide vnode twice for small amount of slides in loop + virtual mode (#7556) (5737f03)
  • zoom: fix issue when slide change possible during zoom out (f67308c)

v11.1.3

Bug Fixes

v11.1.2

Bug Fixes

  • autoplay: keep 0 transition on touchmove with 0 timeout delay (8ccb08e), closes #7515
  • core: centerInsuffientSlides takes offsets into account (#7437) (5a271ff)

... (truncated)

Changelog

Sourced from swiper's changelog.

11.1.9 (2024-07-31)

Bug Fixes

  • core: fix loop missing slides with centeredSlides (4847fcb), closes #7584
  • core: fix types of swiper-effect-utils.d.ts (#7655) (4875f26)
  • mousewheel: fix issue with event handling after Swiper was destroyed (82ae434), closes #7654

Features

  • add types for minTranslate and maxTranslate functions (#7647) (450c57a)

11.1.8 (2024-07-26)

Bug Fixes

  • core: fixed typo in utils/elementIsChildOf (#7649) (575e715)

11.1.7 (2024-07-24)

Bug Fixes

11.1.6 (2024-07-23)

Bug Fixes

  • controller: fix 2 way control in element (6eec16b), closes #7628

Features

  • a11y: added new prop for a11y module - scrollOnFocus (#7632) (f4f7da0)
  • element: added support for using slots as swiper wrappers (#7624) (e374e06)

11.1.5 (2024-07-15)

Bug Fixes

  • element: fix observer to watch for slides (7cffede), closes #7598
  • improved 3d rotate fix in Safari (cb83879), closes #7532
  • update navigation.scss to remove SASS Deprecation Warning (#7612) (a3e0bf8)
  • vue: add breakpointsBase type (4adb85b), closes #7607

11.1.4 (2024-05-30)

Bug Fixes

  • a11y: fix slide on focus when loop mode is enabled (fc8ed1a), closes #7540
  • core: check for swiper.el in destroy queue (39a3e53), closes #7530

... (truncated)

Commits

Updates @types/qs from 6.9.11 to 6.9.15

Commits

Updates autoprefixer from 10.4.16 to 10.4.20

Release notes

Sourced from autoprefixer's releases.

10.4.20

  • Fixed fit-content prefix for Firefox.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

10.4.17

  • Fixed user-select: contain prefixes.
Changelog

Sourced from autoprefixer's changelog.

10.4.20

  • Fixed fit-content prefix for Firefox.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

10.4.17

  • Fixed user-select: contain prefixes.
Commits

Updates eslint-config-next from 14.2.4 to 14.2.5

Release notes

Sourced from eslint-config-next's releases.

v14.2.5

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • avoid merging global css in a way that leaks into other chunk groups (#67373)
  • Fix server action edge redirect with middleware rewrite (#67148)
  • fix(next): reject protocol-relative URLs in image optimization (#65752)
  • fix(next-swc): correct path interop to filepath for wasm (#65633)
  • Use addDependency to track metadata route file changes (#66714)
  • Fix noindex is missing on static not-found page (#67135)
  • perf: improve retrieving versionInfo on Turbo HMR (#67309)
  • fix(next/image): handle invalid url (#67465)
  • fix(next): initial prefetch cache not set properly with different search params (#65977)
  • fix: Backport class properties fix (#67377)
  • Upgrade acorn (#67592)

Misc

  • Log stdio for pull-turbo-cache script (#66759)
  • Ensure turbo is setup when building in docker (#66804)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, @​emmerich, @​huozhi, @​kdy1, @​kwonoj, @​styfle, and @​sokra for helping!

Commits

Updates eslint-plugin-prettier from 5.1.3 to 5.2.1

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.1

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.1

Patch Changes

5.2.0

Minor Changes

Commits
  • 51324d9 chore: fix CHANGELOG.md formatting issue
  • 24288c7 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 parsing html via @html-eslint/parser natively (#652)
  • See full diff in compare view

Updates postcss from 8.4.31 to 8.4.41

Release notes

Sourced from postcss's releases.

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

8.4.39

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

8.4.33

8.4.32

Changelog

Sourced from postcss's changelog.

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

8.4.39

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).
Commits

Updates postcss-import from 16.0.0 to 16.1.0

Changelog

Sourced from postcss-import's changelog.

16.1.0 / 2024-03-20

  • Allow bundling URLs with fragments (useful for Vite users) (#560, #561)Description has been truncated

… updates

Bumps the non-major-deps group with 15 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.1` |
| [axios](https://github.com/axios/axios) | `1.6.8` | `1.7.3` |
| [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.5` |
| [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.9` |
| [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.5` |
| [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.9` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.5.4` |



Updates `@tanstack/react-table` from 8.11.7 to 8.20.1
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.20.1/packages/react-table)

Updates `axios` from 1.6.8 to 1.7.3
- [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.3)

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.5
- [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.5)

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.9
- [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.9)

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 `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.5
- [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.5/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.9
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.9/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.3...v3.4.9)

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: 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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 12, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 19, 2024

Superseded by #109.

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/development/non-major-deps-55da42924e branch August 19, 2024 00:28
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants