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

Bump the all-minor-patch group with 15 updates #207

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps the all-minor-patch group with 15 updates:

Package From To
@sentry/nextjs 7.64.0 7.66.0
axios 1.4.0 1.5.0
html-react-parser 4.2.1 4.2.2
next 13.4.9 13.4.19
swr 2.2.1 2.2.2
@sentry/cli 2.20.5 2.20.6
@types/node 20.5.1 20.5.7
@types/react 18.2.20 18.2.21
@typescript-eslint/eslint-plugin 6.4.0 6.5.0
@typescript-eslint/parser 6.4.0 6.5.0
cypress-axe 1.4.0 1.5.0
eslint 8.47.0 8.48.0
msw 1.2.3 1.2.5
prettier 3.0.2 3.0.3
typescript 5.1.6 5.2.2

Updates @sentry/nextjs from 7.64.0 to 7.66.0

Release notes

Sourced from @​sentry/nextjs's releases.

7.66.0

  • fix: Defer tracing decision to downstream SDKs when using SDK without performance (#8839)
  • fix(nextjs): Fix package.json exports (#8895)
  • fix(sveltekit): Ensure target file exists before applying auto instrumentation (#8881)
  • ref: Use consistent console instrumentation (#8879)
  • ref(browser): Refactor sentry breadcrumb to use hook (#8892)
  • ref(tracing): Add origin to spans (#8765)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 75.27 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.25 KB
@​sentry/browser - Webpack (gzipped) 21.86 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 69.79 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.2 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 20.19 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 220.3 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 85.13 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 59.84 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.1 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 75.29 KB
@​sentry/react - Webpack (gzipped) 21.89 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 93.13 KB
@​sentry/nextjs Client - Webpack (gzipped) 50.8 KB

7.66.0-alpha.0

Important Changes

  • feat(replay): Upgrade to rrweb2.0

This should be fully backwards compatible with previously recorded replays. Only breaking change is that we will not be masking aria-label by default. This is to better support searching by clicks. Another issue is there is about a 13% bundle size increase, however this comes with improved performance and improved replay fidelity especially in regards to web components.

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 83.79 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.2 KB
@​sentry/browser - Webpack (gzipped) 21.85 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 78.09 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.22 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 20.18 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 251.41 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 84.88 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 59.86 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.11 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 83.81 KB
@​sentry/react - Webpack (gzipped) 21.88 KB

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

7.66.0

  • fix: Defer tracing decision to downstream SDKs when using SDK without performance (#8839)
  • fix(nextjs): Fix package.json exports (#8895)
  • fix(sveltekit): Ensure target file exists before applying auto instrumentation (#8881)
  • ref: Use consistent console instrumentation (#8879)
  • ref(browser): Refactor sentry breadcrumb to use hook (#8892)
  • ref(tracing): Add origin to spans (#8765)

7.65.0

  • build: Remove build-specific polyfills (#8809)
  • build(deps): bump protobufjs from 6.11.3 to 6.11.4 (#8822)
  • deps(sveltekit): Bump @sentry/vite-plugin (#8877)
  • feat(core): Introduce Sentry.startActiveSpan and Sentry.startSpan (#8803)
  • fix: Memoize AsyncLocalStorage instance (#8831)
  • fix(nextjs): Check for validity of API route handler signature (#8811)
  • fix(nextjs): Fix requestAsyncStorageShim path resolution on windows (#8875)
  • fix(node): Log entire error object in OnUncaughtException (#8876)
  • fix(node): More relevant warning message when tracing extensions are missing (#8820)
  • fix(replay): Streamline session creation/refresh (#8813)
  • fix(sveltekit): Avoid invalidating data on route changes in wrapServerLoadWithSentry (#8801)
  • fix(tracing): Better guarding for performance observer (#8872)
  • ref(sveltekit): Remove custom client fetch instrumentation and use default instrumentation (#8802)
  • ref(tracing-internal): Deprecate tracePropagationTargets in BrowserTracing (#8874)
Commits
  • 7306479 release: 7.66.0
  • 6272f7c Merge pull request #8896 from getsentry/prepare-release/7.66.0
  • cf95612 meta(changelog): Update changelog for 7.66.0
  • fe2c801 fix(nextjs): Fix package.json exports (#8895)
  • 0fd86bc ref(tracing): Add origin to spans (#8765)
  • e72c047 ref(browser): Refactor sentry breadcrumb to use hook (#8892)
  • e3dda4c fix(sveltekit): Ensure target file exists before applying auto instrumentatio...
  • ff0da3e ref: Use consistent console instrumentation (#8879)
  • 7ed50ed fix: Defer tracing decision to downstream SDKs when using SDK without perform...
  • 06caf0d Merge pull request #8882 from getsentry/master
  • Additional commits viewable in compare view

Updates axios from 1.4.0 to 1.5.0

Release notes

Sourced from axios's releases.

Release v1.5.0

Release notes:

Bug Fixes

  • adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#5837) (9a414bb)
  • dns: fixed cacheable-lookup integration; (#5836) (b3e327d)
  • headers: added support for setting header names that overlap with class methods; (#5831) (d8b4ca0)
  • headers: fixed common Content-Type header merging; (#5832) (8fda276)

Features

Contributors to this release

Changelog

Sourced from axios's changelog.

1.5.0 (2023-08-26)

Bug Fixes

  • adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#5837) (9a414bb)
  • dns: fixed cacheable-lookup integration; (#5836) (b3e327d)
  • headers: added support for setting header names that overlap with class methods; (#5831) (d8b4ca0)
  • headers: fixed common Content-Type header merging; (#5832) (8fda276)

Features

Contributors to this release

Commits
  • 6365751 chore(release): v1.5.0 (#5838)
  • 1601f4a feat(export): export adapters without unsafe prefix (#5839)
  • dff74ae docs: linting documentation notes (#5791)
  • ca73eb8 feat: export getAdapter function (#5324)
  • 9a414bb fix(adapter): make adapter loading error more clear by using platform-specifi...
  • b3e327d fix(dns): fixed cacheable-lookup integration; (#5836)
  • 8fda276 fix(headers): fixed common Content-Type header merging; (#5832)
  • d8b4ca0 fix(headers): added support for setting header names that overlap with class ...
  • 3f53eb6 docs: Add axios error type definitions in README.MD (#5788)
  • See full diff in compare view

Updates html-react-parser from 4.2.1 to 4.2.2

Release notes

Sourced from html-react-parser's releases.

v4.2.2

4.2.2 (2023-09-01)

Build System

  • deps: bump style-to-js from 1.1.3 to 1.1.4 (#1034) (7620daf)
Changelog

Sourced from html-react-parser's changelog.

4.2.2 (2023-09-01)

Build System

  • deps: bump style-to-js from 1.1.3 to 1.1.4 (#1034) (7620daf)
Commits
  • 33864db Merge pull request #1035 from remarkablemark/release-please--branches--master...
  • 45c96e6 chore(master): release 4.2.2
  • 7620daf build(deps): bump style-to-js from 1.1.3 to 1.1.4 (#1034)
  • 071189c build(deps-dev): bump prettier from 3.0.2 to 3.0.3 (#1033)
  • 1eff0d6 build(deps-dev): bump @​typescript-eslint/parser from 6.4.1 to 6.5.0 (#1032)
  • fe19337 build(deps-dev): bump eslint from 8.47.0 to 8.48.0 (#1031)
  • 3af3fbf build(deps-dev): bump jest-environment-jsdom from 29.6.3 to 29.6.4 (#1030)
  • 262a79f build(deps-dev): bump typescript from 5.1.6 to 5.2.2 (#1029)
  • 1e82a84 build(deps-dev): bump jest from 29.6.3 to 29.6.4 (#1028)
  • 2a36f9c build(deps-dev): bump @​rollup/plugin-node-resolve from 15.2.0 to 15.2.1 (#1027)
  • Additional commits viewable in compare view

Updates next from 13.4.9 to 13.4.19

Release notes

Sourced from next's releases.

v13.4.19

Core Changes

  • fix: invalid module transform for @headlessui/react: #54206
  • chore: remove unnecessary type cast in dev-build-watcher: #54221
  • fix process.env not being available in standalone mode: #54203
  • Fix missing devPageFiles collection: #54224
  • Add Route and LinkProps stub generics: #54226
  • Use createClientModuleProxy from Flight Server: #54232
  • Add default not found to loader tree of group routes root layer: #54228
  • feat(image): add support for custom loaderFile when loader: default: #53417
  • Fix renamed export of Server Actions: #54241
  • Ensures App Router Link respects scroll-behavior: smooth when only hash is changed.: #54243

Misc Changes

Credits

Huge thanks to @​opnay, @​styfle, @​timneutkens, @​ztanner, @​shuding, @​huozhi, @​vinaykulk621, @​balazsorban44, @​goguda, and @​coreyleelarson for helping!

v13.4.19-canary.0

Core Changes

  • fix: invalid module transform for @headlessui/react: #54206
  • chore: remove unnecessary type cast in dev-build-watcher: #54221
  • fix process.env not being available in standalone mode: #54203
  • Fix missing devPageFiles collection: #54224
  • Add Route and LinkProps stub generics: #54226
  • Use createClientModuleProxy from Flight Server: #54232
  • Add default not found to loader tree of group routes root layer: #54228
  • feat(image): add support for custom loaderFile when loader: default: #53417
  • Fix renamed export of Server Actions: #54241
  • Ensures App Router Link respects scroll-behavior: smooth when only hash is changed.: #54243

Misc Changes

Credits

Huge thanks to @​opnay, @​styfle, @​timneutkens, @​ztanner, @​shuding, @​huozhi, @​vinaykulk621, @​balazsorban44, @​goguda, and @​coreyleelarson for helping!

... (truncated)

Commits

Updates swr from 2.2.1 to 2.2.2

Release notes

Sourced from swr's releases.

v2.2.2

What's Changed

New Contributors

Full Changelog: vercel/swr@v2.2.1...v2.2.2

Commits

Updates @sentry/cli from 2.20.5 to 2.20.6

Release notes

Sourced from @​sentry/cli's releases.

2.20.6

Various fixes & improvements

Changelog

Sourced from @​sentry/cli's changelog.

2.20.6

Various fixes & improvements

Commits
  • e96c9b0 release: 2.20.6
  • dc00980 feat(rn): Allow custom bundle command and Expo export:embed in xcode wrap cal...
  • 4e55418 feat(bash-hook): Add support for SENTRY_RELEASE in bash-hook (#1720)
  • fcbaad2 misc: Add CONTRIBUTING.md for working with integration tests
  • 56fe5ea test: Prevent .sentryclirc being read from global config
  • e985672 test: Do not sign git tags and commits during tests
  • ce5fce1 test: Make sure to always skip opening editor in git-based tests
  • 72a3f1d Merge branch 'release/2.20.5'
  • See full diff in compare view

Updates @types/node from 20.5.1 to 20.5.7

Commits

Updates @types/react from 18.2.20 to 18.2.21

Commits

Updates @typescript-eslint/eslint-plugin from 6.4.0 to 6.5.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.5.0

6.5.0 (2023-08-28)

Bug Fixes

  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)

Features

  • bump supported TS version to 5.2 (#7535) (f18c88d)
  • support Explicit Resource Management syntax for TS 5.2 (#7479) (c11e05c)

You can read about our versioning strategy and releases on our website.

v6.4.1

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293
  • utils: [ts-eslint] small type fixes (#7474) (4402db1)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.5.0 (2023-08-28)

Bug Fixes

  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)

You can read about our versioning strategy and releases on our website.

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293

You can read about our versioning strategy and releases on our website.

Commits
  • 4f34d0b chore: publish v6.5.0
  • 23ac499 fix(eslint-plugin): [consistent-type-assertions] wrap object return value wit...
  • 85f34da docs: add info for no-extra-semi (#7330)
  • ef1367e chore: publish v6.4.1
  • 2e1cfd5 chore: upgrade to yarn 3 (#6162)
  • b52658f fix(eslint-plugin): [no-unnecessary-condition] false positives with branded t...
  • 66cc514 chore: enable logical-assignment-operators rule internally (#7484)
  • e1897db docs: fix typo in member-ordering (#7488)
  • See full diff in compare view

Updates @typescript-eslint/parser from 6.4.0 to 6.5.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.5.0

6.5.0 (2023-08-28)

Bug Fixes

  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)

Features

  • bump supported TS version to 5.2 (#7535) (f18c88d)
  • support Explicit Resource Management syntax for TS 5.2 (#7479) (c11e05c)

You can read about our versioning strategy and releases on our website.

v6.4.1

6.4.1 (2023-08-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293
  • utils: [ts-eslint] small type fixes (#7474) (4402db1)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.5.0 (2023-08-28)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.4.1 (2023-08-21)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

Commits

Updates cypress-axe from 1.4.0 to 1.5.0

Release notes

Sourced from cypress-axe's releases.

v1.5.0

1.5.0 (2023-09-01)

Features

Commits

Updates eslint from 8.47.0 to 8.48.0

Release notes

Sourced from eslint's releases.

v8.48.0

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)

Bug Fixes

  • 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)

Documentation

  • 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar)

Chores

  • 8dd3cec chore: upgrade @​eslint/js@​8.48.0 (#17501) (Milos Djermanovic)
  • 6d0496e chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.48.0 - August 25, 2023

  • 8dd3cec chore: upgrade @​eslint/js@​8.48.0 (#17501) (Milos Djermanovic)
  • 6d0496e chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar)
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)
  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)
  • cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)
  • 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar)
Commits

Updates msw from 1.2.3 to 1.2.5

Release notes

Sourced from msw's releases.

v1.2.5 (2023-08-28)

Bug Fixes

  • allow installs with any version of pnpm (#1713) (d35e851faa3d75b58b8051084c50b7f02491df84) @​kettanaito

v1.2.4 (2023-08-25)

Bug Fixes

Commits
  • ad27719 chore(release): v1.2.5
  • 5277824 docs: add typescript version range decision (#1716)
  • d35e851 fix: allow installs with any version of pnpm (#1713)
  • 6cf5289 chore(release): v1.2.4
  • d6e8ff2 docs: add trigger.dev to bronze sponsors (#1708)
  • a93f63b fix(dependency): unpin the "chalk" dependency (<...

    Description has been truncated

Bumps the all-minor-patch group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `7.64.0` | `7.66.0` |
| [axios](https://github.com/axios/axios) | `1.4.0` | `1.5.0` |
| [html-react-parser](https://github.com/remarkablemark/html-react-parser) | `4.2.1` | `4.2.2` |
| [next](https://github.com/vercel/next.js) | `13.4.9` | `13.4.19` |
| [swr](https://github.com/vercel/swr) | `2.2.1` | `2.2.2` |
| [@sentry/cli](https://github.com/getsentry/sentry-cli) | `2.20.5` | `2.20.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.5.1` | `20.5.7` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.20` | `18.2.21` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.4.0` | `6.5.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.4.0` | `6.5.0` |
| [cypress-axe](https://github.com/component-driven/cypress-axe) | `1.4.0` | `1.5.0` |
| [eslint](https://github.com/eslint/eslint) | `8.47.0` | `8.48.0` |
| [msw](https://github.com/mswjs/msw) | `1.2.3` | `1.2.5` |
| [prettier](https://github.com/prettier/prettier) | `3.0.2` | `3.0.3` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.6` | `5.2.2` |


Updates `@sentry/nextjs` from 7.64.0 to 7.66.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.64.0...7.66.0)

Updates `axios` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.4.0...v1.5.0)

Updates `html-react-parser` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/remarkablemark/html-react-parser/releases)
- [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md)
- [Commits](remarkablemark/html-react-parser@v4.2.1...v4.2.2)

Updates `next` from 13.4.9 to 13.4.19
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.4.9...v13.4.19)

Updates `swr` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.2.1...v2.2.2)

Updates `@sentry/cli` from 2.20.5 to 2.20.6
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/2.20.6/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.20.5...2.20.6)

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

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

Updates `@typescript-eslint/eslint-plugin` from 6.4.0 to 6.5.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.4.0 to 6.5.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/parser)

Updates `cypress-axe` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/component-driven/cypress-axe/releases)
- [Commits](component-driven/cypress-axe@v1.4.0...v1.5.0)

Updates `eslint` from 8.47.0 to 8.48.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.47.0...v8.48.0)

Updates `msw` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v1.2.3...v1.2.5)

Updates `prettier` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.2...3.0.3)

Updates `typescript` from 5.1.6 to 5.2.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.6...v5.2.2)

---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: html-react-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: swr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@sentry/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: cypress-axe
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 1, 2023 18:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2023

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

@dependabot dependabot bot closed this Sep 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-minor-patch-55fbd1700d branch September 4, 2023 06:04
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