discord / access

Access, a centralized portal for employees to transparently discover, request, and manage their access for all internal systems needed to do their jobs
Apache License 2.0
311 stars 35 forks source link

Bump the npm-major group across 1 directory with 12 updates #120

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps the npm-major group with 11 updates in the / directory:

Package From To
@mui/styled-engine-sc 5.14.7 6.0.0-alpha.18
@mui/x-data-grid 6.18.4 7.14.0
@mui/x-date-pickers 6.18.4 7.14.0
@sentry/react 7.109.0 8.26.0
@tanstack/react-query 4.33.0 5.52.1
@testing-library/react 14.2.2 16.0.0
react-hook-form-mui 6.7.3 7.0.1
@types/node 20.12.5 22.5.0
husky 8.0.3 9.1.5
lint-staged 14.0.1 15.2.9
typescript 4.9.5 5.5.4

Updates @mui/styled-engine-sc from 5.14.7 to 6.0.0-alpha.18

Release notes

Sourced from @​mui/styled-engine-sc's releases.

v6.0.0-alpha.14

A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

@mui/material@v6.0.0-alpha.14

BREAKING CHANGES

  • [Grid] Update Grid props to match PigmentGrid (#42742) @​DiegoAndai

    Use the codemod below to migrate the props:

    npx @mui/codemod@next v6.0.0/grid-v2-props /path/to/folder
    

Changes

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexey-kozlenkov, @​danilo-leal, @​DiegoAndai, @​Janpot, @​jxdp, @​LukasTy, @​ohgree, @​oliviertassinari, @​renovate[bot], @​sai6855, @​siriwatknp

v6.0.0-alpha.13

A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:

... (truncated)

Changelog

Sourced from @​mui/styled-engine-sc's changelog.

Versions

6.0.0-rc.0

Aug 22, 2024

A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

  • ⚡ Rendering performance improvements

@mui/material@6.0.0-rc.0

Breaking changes

  • [Box] Remove component from BoxOwnProps (#43384) @​DiegoAndai

    The component prop has been removed from the BoxOwnProps as it is already included in the Box type. This might affect your code if you are using the styled function with the Box component. If this is the case, use a div element instead of Box:

    -const StyledBox = styled(Box)`
    +const StyledDiv = styled('div')`
       color: white;
     `;
    

    This yields the same end result. If this doesn't work for you, you can also cast the styled returned value to typeof Box:

     const StyledBox = styled(Box)`
       color: white;
    -`;
    +` as typeof Box;
    

Changes

@mui/codemod@6.0.0-rc.0

Docs

... (truncated)

Commits


Updates @mui/x-data-grid from 6.18.4 to 7.14.0

Release notes

Sourced from @​mui/x-data-grid's releases.

v7.14.0

We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 💫 Allow filtering the axis on zoom, making the axis adapt by removing values outside the view.

  • 📊 Improve bar chart performances

  • 🌍 Improve Czech (cs-CZ) and Hebrew (he-IL) locales on the Data Grid

  • 🌍 Improve Chinese (zh-HK), Hebrew (he-IL), and Vietnamese (vi-VN) locales on the Date and Time Pickers

  • 🐞 Bugfixes

Data Grid

@mui/x-data-grid@7.14.0

@mui/x-data-grid-pro@7.14.0 pro

Same changes as in @mui/x-data-grid@7.14.0.

@mui/x-data-grid-premium@7.14.0 premium

Same changes as in @mui/x-data-grid-pro@7.14.0, plus:

  • [DataGridPremium] Fix clipboard paste not working for a single cell on non-first page (#14261) @​arminmeh
  • [DataGridPremium] Fix onCellSelectionModelChange not triggered when additional cell range is selected (#14199) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@7.14.0

@mui/x-date-pickers-pro@7.14.0 pro

Same changes as in @mui/x-date-pickers@7.14.0.

Charts

@mui/x-charts@7.14.0

... (truncated)

Changelog

Sourced from @​mui/x-data-grid's changelog.

7.14.0

Aug 23, 2024

We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 💫 Allow filtering the axis on zoom, making the axis adapt by removing values outside the view.

  • 📊 Improve bar chart performances

  • 🌍 Improve Czech (cs-CZ) and Hebrew (he-IL) locales on the Data Grid

  • 🌍 Improve Chinese (zh-HK), Hebrew (he-IL), and Vietnamese (vi-VN) locales on the Date and Time Pickers

  • 🐞 Bugfixes

Data Grid

@mui/x-data-grid@7.14.0

@mui/x-data-grid-pro@7.14.0 pro

Same changes as in @mui/x-data-grid@7.14.0.

@mui/x-data-grid-premium@7.14.0 premium

Same changes as in @mui/x-data-grid-pro@7.14.0, plus:

  • [DataGridPremium] Fix clipboard paste not working for a single cell on non-first page (#14261) @​arminmeh
  • [DataGridPremium] Fix onCellSelectionModelChange not triggered when additional cell range is selected (#14199) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@7.14.0

@mui/x-date-pickers-pro@7.14.0 pro

... (truncated)

Commits


Updates @mui/x-date-pickers from 6.18.4 to 7.14.0

Release notes

Sourced from @​mui/x-date-pickers's releases.

v7.14.0

We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 💫 Allow filtering the axis on zoom, making the axis adapt by removing values outside the view.

  • 📊 Improve bar chart performances

  • 🌍 Improve Czech (cs-CZ) and Hebrew (he-IL) locales on the Data Grid

  • 🌍 Improve Chinese (zh-HK), Hebrew (he-IL), and Vietnamese (vi-VN) locales on the Date and Time Pickers

  • 🐞 Bugfixes

Data Grid

@mui/x-data-grid@7.14.0

@mui/x-data-grid-pro@7.14.0 pro

Same changes as in @mui/x-data-grid@7.14.0.

@mui/x-data-grid-premium@7.14.0 premium

Same changes as in @mui/x-data-grid-pro@7.14.0, plus:

  • [DataGridPremium] Fix clipboard paste not working for a single cell on non-first page (#14261) @​arminmeh
  • [DataGridPremium] Fix onCellSelectionModelChange not triggered when additional cell range is selected (#14199) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@7.14.0

@mui/x-date-pickers-pro@7.14.0 pro

Same changes as in @mui/x-date-pickers@7.14.0.

Charts

@mui/x-charts@7.14.0

... (truncated)

Changelog

Sourced from @​mui/x-date-pickers's changelog.

7.14.0

Aug 23, 2024

We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 💫 Allow filtering the axis on zoom, making the axis adapt by removing values outside the view.

  • 📊 Improve bar chart performances

  • 🌍 Improve Czech (cs-CZ) and Hebrew (he-IL) locales on the Data Grid

  • 🌍 Improve Chinese (zh-HK), Hebrew (he-IL), and Vietnamese (vi-VN) locales on the Date and Time Pickers

  • 🐞 Bugfixes

Data Grid

@mui/x-data-grid@7.14.0

@mui/x-data-grid-pro@7.14.0 pro

Same changes as in @mui/x-data-grid@7.14.0.

@mui/x-data-grid-premium@7.14.0 premium

Same changes as in @mui/x-data-grid-pro@7.14.0, plus:

  • [DataGridPremium] Fix clipboard paste not working for a single cell on non-first page (#14261) @​arminmeh
  • [DataGridPremium] Fix onCellSelectionModelChange not triggered when additional cell range is selected (#14199) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@7.14.0

@mui/x-date-pickers-pro@7.14.0 pro

... (truncated)

Commits


Updates @sentry/react from 7.109.0 to 8.26.0

Release notes

Sourced from @​sentry/react's releases.

8.26.0

Important Changes

  • feat(node): Add fsInstrumentation (#13291)

    This release adds fsIntegration, an integration that instruments the fs API to the Sentry Node SDK. The integration creates spans with naming patterns of fs.readFile, fs.unlink, and so on.

    This integration is not enabled by default and needs to be registered in your Sentry.init call. You can configure via options whether to include path arguments or error messages as span attributes when an fs call fails:

    Sentry.init({
      integrations: [
        Sentry.fsIntegration({
          recordFilePaths: true,
          recordErrorMessagesAsSpanAttributes: true,
        }),
      ],
    });
    

    WARNING: This integration may add significant overhead to your application. Especially in scenarios with a lot of file I/O, like for example when running a framework dev server, including this integration can massively slow down your application.

Other Changes

  • feat(browser): Add spotlightBrowser integration (#13263)

  • feat(browser): Allow sentry in safari extension background page (#13209)

  • feat(browser): Send CLS as standalone span (experimental) (#13056)

  • feat(core): Add OpenTelemetry-specific getTraceData implementation (#13281)

  • feat(nextjs): Always add browserTracingIntegration (#13324)

  • feat(nextjs): Always transmit trace data to the client (#13337)

  • feat(nextjs): export SentryBuildOptions (#13296)

  • feat(nextjs): Update experimental_captureRequestError to reflect RequestInfo.path change in Next.js canary (#13344)

  • feat(nuxt): Always add tracing meta tags (#13273)

  • feat(nuxt): Set transaction name for server error (#13292)

  • feat(replay): Add a replay-specific logger (#13256)

  • feat(sveltekit): Add bundle size optimizations to plugin options (#13318)

  • feat(sveltekit): Always add browserTracingIntegration (#13322)

  • feat(tracing): Make long animation frames opt-out (#13255)

  • fix(astro): Correctly extract request data (#13315)

  • fix(astro): Only track access request headers in dynamic page requests (#13306)

  • fix(nuxt): Add import line for disabled autoImport (#13342)

  • fix(nuxt): Add vue to excludeEsmLoaderHooks array (#13346)

  • fix(opentelemetry): Do not overwrite http span name if kind is internal (#13282)

  • fix(remix): Ensure origin is correctly set for remix server spans (#13305)

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

8.26.0

Important Changes

  • feat(node): Add fsInstrumentation (#13291)

    This release adds fsIntegration, an integration that instruments the fs API to the Sentry Node SDK. The integration creates spans with naming patterns of fs.readFile, fs.unlink, and so on.

    This integration is not enabled by default and needs to be registered in your Sentry.init call. You can configure via options whether to include path arguments or error messages as span attributes when an fs call fails:

    Sentry.init({
      integrations: [
        Sentry.fsIntegration({
          recordFilePaths: true,
          recordErrorMessagesAsSpanAttributes: true,
        }),
      ],
    });
    

    WARNING: This integration may add significant overhead to your application. Especially in scenarios with a lot of file I/O, like for example when running a framework dev server, including this integration can massively slow down your application.

Other Changes

  • feat(browser): Add spotlightBrowser integration (#13263)

  • feat(browser): Allow sentry in safari extension background page (#13209)

  • feat(browser): Send CLS as standalone span (experimental) (#13056)

  • feat(core): Add OpenTelemetry-specific getTraceData implementation (#13281)

  • feat(nextjs): Always add browserTracingIntegration (#13324)

  • feat(nextjs): Always transmit trace data to the client (#13337)

  • feat(nextjs): export SentryBuildOptions (#13296)

  • feat(nextjs): Update experimental_captureRequestError to reflect RequestInfo.path change in Next.js canary (#13344)

  • feat(nuxt): Always add tracing meta tags (#13273)

  • feat(nuxt): Set transaction name for server error (#13292)

  • feat(replay): Add a replay-specific logger (#13256)

  • feat(sveltekit): Add bundle size optimizations to plugin options (#13318)

  • feat(sveltekit): Always add browserTracingIntegration (#13322)

  • feat(tracing): Make long animation frames opt-out (#13255)

  • fix(astro): Correctly extract request data (#13315)

  • fix(astro): Only track access request headers in dynamic page requests (#13306)

  • fix(nuxt): Add import line for disabled autoImport (#13342)

  • fix(nuxt): Add vue to excludeEsmLoaderHooks array (#13346)

  • fix(opentelemetry): Do not overwrite http span name if kind is internal (#13282)

... (truncated)

Commits
  • bff9dfd release: 8.26.0
  • 93fe406 Merge pull request #13351 from getsentry/prepare-release/8.26.0
  • 2d4e4f5 meta: Update Changelog for 8.26.0
  • 3fc12c6 fix(ci): Fix incorrect changed_any_code check in job_build (#13353)
  • fd49d0b fix(nuxt): Add vue to excludeEsmLoaderHooks array (#13346)
  • 6c0f01a fix(ci): Bring back job skipping for PRs without code changes (#13340)
  • 334f869 docs(vercel-edge): Update @sentry/vercel-edge readme to remove alpha status...
  • 043ae7e feat(nextjs): Always transmit trace data to the client (#13337)
  • 3871892 feat(nextjs): Update experimental_captureRequestError to reflect `RequestIn...
  • e623782 fix(nuxt): Add import line for disabled autoImport (#13342)
  • Additional commits viewable in compare view


Updates @tanstack/react-query from 4.33.0 to 5.52.1

Release notes

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

v5.52.1

Version 5.52.1 - 8/22/24, 4:37 PM

Changes

Fix

  • react-query: Add missing React 19 peer dependency. (#7937) (ca2e306) by @​kbumsik

Docs

  • make copyable example useful by default (#7928) (639363c) by Lanre Adelowo

Packages

  • @​tanstack/react-query@​5.52.1
  • @​tanstack/react-query-devtools@​5.52.1
  • @​tanstack/react-query-persist-client@​5.52.1
  • @​tanstack/react-query-next-experimental@​5.52.1

v5.52.0

Version 5.52.0 - 8/20/24, 6:54 PM

Changes

Feat

  • eslint-plugin-query: add rule that disallows putting the result of query hooks directly in a React hook dependency array (#7911) (f65ebe7) by Manuel Schiller

Refactor

  • query-core: type override subscribe in InfiniteQueryObserver more clearly (#7914) (683c85e) by @​manudeli

Docs

  • fix typos (#7898) (c7fb5fd) by Shubh Porwal

Packages

  • @​tanstack/eslint-plugin-query@​5.52.0
  • @​tanstack/query-core@​5.52.0
  • @​tanstack/query-broadcast-client-experimental@​5.52.0
  • @​tanstack/query-persist-client-core@​5.52.0
  • @​tanstack/query-sync-storage-persister@​5.52.0
  • @​tanstack/react-query@​5.52.0
  • @​tanstack/react-query-devtools@​5.52.0
  • @​tanstack/react-query-persist-client@​5.52.0
  • @​tanstack/react-query-next-experimental@​5.52.0
  • @​tanstack/solid-query@​5.52.0
  • @​tanstack/solid-query-devtools@​5.52.0

... (truncated)

Commits


Updates @testing-library/react from 14.2.2 to 16.0.0

Release notes

Sourced from @​testing-library/react's releases.

v16.0.0

16.0.0 (2024-06-03)

Features

  • Move @testing-library/dom and @types/react-dom to peer dependencies (#1305) (a4744fa)

BREAKING CHANGES

  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency. @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

v15.0.7

15.0.7 (2024-05-07)

Bug Fixes

  • Ensure act is not any when React.act is not declared (#1323) (c1f2957)

v15.0.6

15.0.6 (2024-05-01)

Bug Fixes

v15.0.5

15.0.5 (2024-04-26)

Bug Fixes

  • Stop restricting container option based on hydrate (#1313) (d143f46)

v15.0.4

15.0.4 (2024-04-23)

Bug Fixes

  • Ensure renderHook options extend options for render (#1308) (48282c2)

v15.0.3

... (truncated)

Commits
  • a4744fa feat: Move @testing-library/dom and @types/react-dom to peer dependencie...
  • c1f2957 fix: Ensure act is not any when React.act is not declared (#1323)
  • b6e59f7 fix: export new act when available (#1319)
  • f6a1677 chore: Adjust tests to workaround 18.3.0 bug (#1315)
  • d143f46 fix: Stop restricting container option based on hydrate (#1313)
  • 48282c2 fix: Ensure renderHook options extend options for render (#1308)
  • 067d0c6 fix: Don't raise TypeScript errors when hydating document (#1304)
  • c63b873 fix: Improve legacyRoot error message (#1301)
  • 1645d21 fix: Stop using nullish coalescing (#1299)
  • 787cb85 Release: 15.0.0 (#1295)
  • Additional commits viewable in compare view


Updates react-hook-form-mui from 6.7.3 to 7.0.1

Commits


Updates styled-components from 5.3.11 to 6.1.12

Release notes

Sourced from styled-components's releases.

v6.1.12

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12

v6.1.11

What's Changed

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.10...v6.1.11

v6.1.10

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.9...v6.1.10

v6.1.9

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.8...v6.1.9

v6.1.8

Revert adding peerDependencies from v6.1.7; apparently some package managers have differing behaviors around peerDependenciesMeta[package].optional which is causing issues. Will revisit at a later date if possible.

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.7...v6.1.8

v6.1.7

What's Changed

  • chore: add a... _Description has been truncated_
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.