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 13 updates #56

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 22, 2024

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

Package From To
@tanstack/react-table 8.11.7 8.17.3
axios 1.6.8 1.7.2
mysql2 3.9.7 3.10.1
qs 6.11.2 6.12.1
@types/qs 6.9.11 6.9.15
swiper 11.0.5 11.1.4
@types/node 20.8.7 20.14.8
autoprefixer 10.4.16 10.4.19
postcss 8.4.31 8.4.38
postcss-import 16.0.0 16.1.0
sass 1.70.0 1.77.6
tailwindcss 3.3.3 3.4.4
typescript 5.2.2 5.5.2

Updates @tanstack/react-table from 8.11.7 to 8.17.3

Release notes

Sourced from @​tanstack/react-table's releases.

v8.17.3

Version 8.17.3 - 5/14/2024, 2:44 PM

Changes

Fix

  • Add a missing guard for undefined in the getFilteredRowModel function. (#5555) (5411f1a1) by @​jjh2613

Packages

  • @​tanstack/table-core@​8.17.3
  • @​tanstack/qwik-table@​8.17.3
  • @​tanstack/react-table@​8.17.3
  • @​tanstack/solid-table@​8.17.3
  • @​tanstack/vue-table@​8.17.3
  • @​tanstack/svelte-table@​8.17.3
  • @​tanstack/react-table-devtools@​8.17.3
  • @​tanstack/angular-table@​8.17.3

v8.17.2

Version 8.17.2 - 5/13/2024, 1:36 PM

Changes

Fix

Packages

  • @​tanstack/angular-table@​8.17.2

v8.17.1

Version 8.17.1 - 5/12/2024, 10:28 PM

Changes

Fix

  • angular esm exports (#5549) (8a55517d) by Kevin Van Cott

Docs

  • add faker dep to example (e8495089) by Kevin Van Cott
  • add missing faker dep to example (0253d527) by Kevin Van Cott
  • fix example link (a3d07674) by Kevin Van Cott

Packages

... (truncated)

Commits

Updates axios from 1.6.8 to 1.7.2

Release notes

Sourced from axios's releases.

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

Release v1.7.0-beta.2

Release notes:

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

Release v1.7.0-beta.1

Release notes:

... (truncated)

Changelog

Sourced from axios's changelog.

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

1.7.0-beta.2 (2024-05-19)

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

... (truncated)

Commits
  • 0e4f9fa chore(release): v1.7.2 (#6414)
  • 4f79aef fix(fetch): enhance fetch API detection; (#6413)
  • 67d1373 chore(release): v1.7.1 (#6411)
  • 733f15f fix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...
  • 3041c61 [Release] v1.7.0 (#6408)
  • 18b13cb chore(docs): add fetch adapter docs; (#6407)
  • e62099b fix(fetch): fixed a possible memory leak in the AbortController for the strea...
  • b49aa8e chore(release): v1.7.0-beta.2 (#6403)
  • d57f03a chore(ci): bump create-pull-request version to fix a bug; (#6405)
  • 097b0d1 chore(ci): add tag resolution for npm releases based on package version; (#6404)
  • Additional commits viewable in compare view

Updates mysql2 from 3.9.7 to 3.10.1

Release notes

Sourced from mysql2's releases.

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

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

v3.9.8

3.9.8 (2024-05-26)

Bug Fixes

  • security: sanitize fields and tables when using nestTables (#2702) (efe3db5)
  • support deno + caching_sha2_password FULL_AUTHENTICATION_PACKET flow (#2704) (2e03694)
  • typings: typo from jonServerPublicKey to onServerPublicKey (#2699) (8b5f691)
Changelog

Sourced from mysql2's changelog.

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)

Bug Fixes

  • security: sanitize fields and tables when using nestTables (#2702) (efe3db5)
  • support deno + caching_sha2_password FULL_AUTHENTICATION_PACKET flow (#2704) (2e03694)
  • typings: typo from jonServerPublicKey to onServerPublicKey (#2699) (8b5f691)
Commits
  • 7de393f chore(master): release 3.10.1 (#2774)
  • aa8604a fix: setMaxParserCache throws TypeError (#2757)
  • b924c5a ci(coverage): disable Codecov patch (#2674)
  • 91852e7 build(deps-dev): bump tsx from 4.15.2 to 4.15.4 in /website (#2773)
  • 4578c11 build(deps): bump sass from 1.77.4 to 1.77.5 in /website (#2772)
  • e97d934 build(deps-dev): bump poku from 1.15.0 to 1.15.1 in /website (#2771)
  • bf68fda build(deps-dev): bump c8 from 10.1.1 to 10.1.2 (#2770)
  • 07225b6 build(deps-dev): bump lint-staged from 15.2.6 to 15.2.7 (#2768)
  • 26989c6 build(deps-dev): bump poku from 1.15.0 to 1.15.1 (#2769)
  • 8187429 build(deps-dev): bump @​typescript-eslint/parser in /website (#2763)
  • Additional commits viewable in compare view

Updates qs from 6.11.2 to 6.12.1

Changelog

Sourced from qs's changelog.

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
  • 29dda21 v6.12.1
  • 7e18298 [Fix] parse: Disable decodeDotInKeys by default to restore previous behavior
  • fd3cd7a [Tests] increase coverage
  • 6d7df02 [Performance] utils: Optimize performance under large data volumes, reduce ...
  • 572533c [Refactor] utils: use +=
  • c4d29f3 [meta] add tea.yaml
  • 062334a v6.12.0
  • f09cffc [meta] make the dist build 50% smaller
  • 934dfe8 [meta] run build in prepack, not prepublish
  • c8a269f [Tests] parse: remove useless tests; add coverage
  • 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.4

Release notes

Sourced from swiper's releases.

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)
  • types: fixed SwiperModule, slideTo, effectInit types (#7428) (bc61bce)

Performance Improvements

  • do not remove and re-add visibility classes for unchanged slides to prevents unnecessary style recalculations (This performance difference is mostly noticable when moving a slide with a mouse or touchmove because updateSlidesProgress is triggered for every keyboard-/touchevent) (#7505) (2c08227)

v11.1.1

Bug Fixes

  • zoom: fix zoom pan not preventing slide changes using touch (f73cc2a), closes #7308

v11.1.0

Bug Fixes

  • a11y: fixed issue with not working "enter" navigation on arrows (aac2dcf), closes #7423
  • a11y: prevent falsy focus handlers (a7c260a), closes #7406
  • core: add/remove slide classes only when changed (3312fba), closes #7356
  • core: don't fix the loop on simple resize (641793f), closes #7325
  • core: fixed thrown error on calling slideTo methods on destroyed swiper (8c6a3c6), closes #7416
  • core: handle grabCursor within breakpoints (e853908), closes #7364
  • core: reset animating flag on translateTo call (7da50bf), closes #7403
  • scrollbar: fix warning (e5371f7), closes #7415
  • thumbs: fix thumbs .swiper type prop to accept string (5b0fa84), closes #7421
  • virtual: don't render first slides when initialSlide set (bab9230), closes #7353
  • zoom: fix panning on SVG elements (eed8a5b), closes #7352

v11.0.7

Bug Fixes

  • core: fix initial slide index shift with centeredSlides and slidesPerView auto (#7319) (cae9c2d)

... (truncated)

Changelog

Sourced from swiper's changelog.

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
  • 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)

11.1.3 (2024-05-13)

Bug Fixes

11.1.2 (2024-05-13)

Bug Fixes

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

Performance Improvements

  • do not remove and re-add visibility classes for unchanged slides to prevents unnecessary style recalculations (This performance difference is mostly noticable when moving a slide with a mouse or touchmove because updateSlidesProgress is triggered for every keyboard-/touchevent) (#7505) (2c08227)

11.1.1 (2024-04-09)

Bug Fixes

  • zoom: fix zoom pan not preventing slide changes using touch (f73cc2a), closes #7308

11.1.0 (2024-03-28)

Bug Fixes

  • a11y: fixed issue with not working "enter" navigation on arrows (aac2dcf), closes #7423
  • a11y: prevent falsy focus handlers (a7c260a), closes #7406
  • core: add/remove slide classes only when changed (3312fba), closes #7356
  • core: don't fix the loop on simple resize (641793f), closes #7325
  • core: fixed thrown error on calling slideTo methods on destroyed swiper (8c6a3c6), closes #7416
  • core: handle grabCursor within breakpoints (e853908), closes #7364
  • core: reset animating flag on translateTo call (7da50bf), closes #7403
  • scrollbar: fix warning (e5371f7), closes #7415
  • thumbs: fix thumbs .swiper type prop to accept string (5b0fa84), closes #7421
  • virtual: don't render first slides when initialSlide set (bab9230), closes #7353
  • zoom: fix panning on SVG elements (eed8a5b), closes #7352

... (truncated)

Commits
  • eb02010 11.1.4
  • c0f7bb6 fix(navigation): prevent hide on click when clicking on navigation buttons
  • 39a3e53 fix(core): check for swiper.el in destroy queue
  • 5737f03 fix(vue): avoid rendering same slide vnode twice for small amount of slides i...
  • f67308c fix(zoom): fix issue when slide change possible during zoom out
  • fc8ed1a fix(a11y): fix slide on focus when loop mode is enabled
  • dd46c69 11.1.3
  • 57923db fix: fix types import
  • 68c5bcc 11.1.2
  • 8ccb08e fix(autoplay): keep 0 transition on touchmove with 0 timeout delay
  • Additional commits viewable in compare view

Updates @types/node from 20.8.7 to 20.14.8

Commits

Updates @types/qs from 6.9.11 to 6.9.15

Commits

Updates autoprefixer from 10.4.16 to 10.4.19

Release notes

Sourced from autoprefixer's releases.

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.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 postcss from 8.4.31 to 8.4.38

Release notes

Sourced from postcss's releases.

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.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
  • a69d45e Release 8.4.38 version
  • 64e35d9 Update dependencies
  • c1ad8fb Merge pull request #1932 from romainmenke/fix-warning-end-index--inventive-nu...
  • b45e7e9 fix endIndex
  • 1bea246 failing test: for endIndex 0 in rangeBy
  • 0fd1d86 Add changelog auto release on Github
  • 49c906e Release 8.4.37 version
  • b5bd92c Fix another broken prev source map issue
  • 2882039 Update dependencies
  • e5ad939 Release 8.4.36 version
  • Additional commits viewable in compare view

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)

16.0.1 / 2024-02-14

  • Fix crash when handling some @imports with media conditions (#557, #558)
Commits

Updates sass from 1.70.0 to 1.77.6

Release notes

Sourced from sass's releases.

Dart Sass 1.77.5

To install Sass 1.77.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fully trim redundant selectors generated by @extend.

See the full changelog for changes in earlier releases.

Dart Sass 1.77.4

To install Sass 1.77.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Embedded Sass

  • Support passing Version input for fatalDeprecations as string over embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted as input for silenceDeprecations and futureDeprecations in pure JS.

See the full changelog for changes in earlier releases.

Dart Sass 1.77.3

To install Sass 1.77.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Dart API

  • Deprecation.duplicateVariableFlags has been deprecated and replaced with Deprecation.duplicateVarFlags to make it consistent with the duplicate-var-flags name used on the command line and in the JS API.

See the full changelog for changes in earlier releases.

Dart Sass 1.77.2

To install Sass 1.77.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

... (truncated)

Changelog

Sourced from sass's changelog.

1.77.6

  • Fix a few cases where comments and occasionally even whitespace wasn't allowed between the end of Sass statements and the following semicolon.

1.77.5

  • Fully trim redundant selectors generated by @extend.

1.77.4

Embedded Sass

  • Support passing Version input for fatalDeprecations as string over embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted as input for silenceDeprecations and futureDeprecations in pure JS.

1.77.3

Dart API

  • Deprecation.duplicateVariableFlags has been deprecated and replaced with Deprecation.duplicateVarFlags to make it consistent with the duplicate-var-flags name used on the command line and in the JS API.

1.77.2

  • Don't emit deprecation warnings for functions and mixins beginning with __.

  • Allow user-defined functions whose names begin with _ and otherwise look like vendor-prefixed functions with special CSS syntax.

Command-Line Interface

  • Properly handle the --silence-deprecation flag.

  • Handle the --fatal-deprecation and --future-deprecation flags for --interactive mode.

1.77.1

  • Fix a crash that could come up with importers in certain contexts.

1.77.0

  • Don't throw errors for at-rules in keyframe blocks.

1.76.0

... (truncated)

Commits
  • 7aae1e6 Fix a bug where comments were incorrectly forbidden in some cases (#2264)
  • cf6f9d0 Build AOT releases with native arm64 runners (#2262)
  • a1b372e Enable AOT build for linux-riscv64 (#2260)
  • ecff05d Remove the heuristic where long selector lists wouldn't be trimmed (#2255)
  • 5ddd7fc Enable AOT build for linux-riscv64-musl (#2258)
  • 53b9ead Regenerate protobuf as part of default task (#2257)
  • 21eeb4d Parse Deprecation.forVersion on compiler side (#2248)
  • 1073c7b Generate deprecations list from the language repo (#2253)
  • fc24fec Use pubspec_parse dependency equality (#2254)
  • 5121eb1 Don't treat underscores as hyphens for the purpose of error checking (#2247)
  • Additional commits viewable in compare view

Updates tailwindcss from 3.3.3 to 3.4.4

Release notes

Sourced from tailwindcss's releases.

v3.4.4

Fixed

  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#13770)
  • Support negative values for {col,row}-{start,end} utilities (#13781)
  • Update embedded browserslist database (#13792)

v3.4.3

Fixed

  • Revert changes to glob handling (#13384)

v3.4.2

Fixed

  • Ensure max specificity of 0,0,1 for button and input Preflight rules (#12735)
  • Improve glob handling for folders with (, ), [ or ] in the file path (#12715)
  • Split :has rules when using experimental.optimizeUniversalDefaults (#12736)
  • Sort arbitrary properties alphabetically across multiple class lists (#12911)
  • Add mix-blend-plus-darker utility (#12923)
  • Ensure dashes are allowed in variant modifiers (#13303)
  • Fix crash showing completions in Intellisense when using a custom separator (#13306)
  • Transpile import.meta.url in config files (#13322Description has been truncated

… updates

Bumps the non-major-deps group with 13 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.17.3` |
| [axios](https://github.com/axios/axios) | `1.6.8` | `1.7.2` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.9.7` | `3.10.1` |
| [qs](https://github.com/ljharb/qs) | `6.11.2` | `6.12.1` |
| [@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.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.7` | `20.14.8` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.19` |
| [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.38` |
| [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.6` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.3` | `3.4.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.5.2` |



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

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

Updates `mysql2` from 3.9.7 to 3.10.1
- [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.10.1)

Updates `qs` from 6.11.2 to 6.12.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.11.2...v6.12.1)

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

Updates `@types/node` from 20.8.7 to 20.14.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Updates `postcss` from 8.4.31 to 8.4.38
- [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.38)

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

Updates `tailwindcss` from 3.3.3 to 3.4.4
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.3...v3.4.4)

Updates `typescript` from 5.2.2 to 5.5.2
- [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.2)

---
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: 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/node"
  dependency-type: direct:development
  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: 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 Jun 22, 2024
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.

None yet

0 participants