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 17 updates #213

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@sentry/nextjs 7.64.0 7.68.0
axios 1.4.0 1.5.0
html-react-parser 4.2.1 4.2.2
jose 4.14.4 4.14.6
react-hook-form 7.45.4 7.46.1
react-i18next 13.2.1 13.2.2
swr 2.2.1 2.2.2
@sentry/cli 2.20.5 2.20.6
@types/node 20.5.1 20.5.9
@types/react 18.2.20 18.2.21
@typescript-eslint/eslint-plugin 6.4.0 6.6.0
@typescript-eslint/parser 6.4.0 6.6.0
cypress-axe 1.4.0 1.5.0
eslint 8.47.0 8.48.0
msw 1.2.3 1.3.0
prettier 3.0.2 3.0.3
typescript 5.1.6 5.2.2

Updates @sentry/nextjs from 7.64.0 to 7.68.0

Release notes

Sourced from @​sentry/nextjs's releases.

7.68.0

  • feat(browser): Add BroadcastChannel and SharedWorker to TryCatch EventTargets (#8943)
  • feat(core): Add name to Span (#8949)
  • feat(core): Add ServerRuntimeClient (#8930)
  • fix(node-experimental): Ensure span.finish() works as expected (#8947)
  • fix(remix): Add new sourcemap-upload script files to prepack assets. (#8948)
  • fix(publish): Publish downleveled TS3.8 types and fix types path (#8954)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 75.35 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.24 KB
@​sentry/browser - Webpack (gzipped) 21.84 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 69.87 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.18 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 20.18 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 220.81 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 85.09 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 59.73 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.08 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 75.37 KB
@​sentry/react - Webpack (gzipped) 21.88 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 93.23 KB
@​sentry/nextjs Client - Webpack (gzipped) 50.81 KB

7.67.0

Important Changes

  • feat: Mark errors caught by the SDK as unhandled
    • feat(browser): Mark errors caught from TryCatch integration as unhandled (#8890)
    • feat(integrations): Mark errors caught from HttpClient and CaptureConsole integrations as unhandled (#8891)
    • feat(nextjs): Mark errors caught from NextJS wrappers as unhandled (#8893)
    • feat(react): Mark errors captured from ErrorBoundary as unhandled (#8914)
    • feat(remix): Mark errors caught from Remix instrumentation as unhandled (#8894)
    • feat(serverless): Mark errors caught in Serverless handlers as unhandled (#8907)
    • feat(vue): Mark errors caught by Vue wrappers as unhandled (#8905)

This release fixes inconsistent behaviour of when our SDKs classify captured errors as unhandled. Previously, some of our instrumentations correctly set unhandled, while others set handled. Going forward, all errors caught automatically from our SDKs will be marked as unhandled. If you manually capture errors (e.g. by calling Sentry.captureException), your errors will continue to be reported as handled.

This change might lead to a decrease in reported crash-free sessions and consequently in your release health score. If you have concerns about this, feel free to open an issue.

Other Changes

  • feat(node-experimental): Implement new performance APIs (#8911)

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

7.68.0

  • feat(browser): Add BroadcastChannel and SharedWorker to TryCatch EventTargets (#8943)
  • feat(core): Add name to Span (#8949)
  • feat(core): Add ServerRuntimeClient (#8930)
  • fix(node-experimental): Ensure span.finish() works as expected (#8947)
  • fix(remix): Add new sourcemap-upload script files to prepack assets. (#8948)
  • fix(publish): Publish downleveled TS3.8 types and fix types path (#8954)

7.67.0

Important Changes

  • feat: Mark errors caught by the SDK as unhandled
    • feat(browser): Mark errors caught from TryCatch integration as unhandled (#8890)
    • feat(integrations): Mark errors caught from HttpClient and CaptureConsole integrations as unhandled (#8891)
    • feat(nextjs): Mark errors caught from NextJS wrappers as unhandled (#8893)
    • feat(react): Mark errors captured from ErrorBoundary as unhandled (#8914)
    • feat(remix): Add debugid injection and map deletion to sourcemaps script (#8814)
    • feat(remix): Mark errors caught from Remix instrumentation as unhandled (#8894)
    • feat(serverless): Mark errors caught in Serverless handlers as unhandled (#8907)
    • feat(vue): Mark errors caught by Vue wrappers as unhandled (#8905)

This release fixes inconsistent behaviour of when our SDKs classify captured errors as unhandled. Previously, some of our instrumentations correctly set unhandled, while others set handled. Going forward, all errors caught automatically from our SDKs will be marked as unhandled. If you manually capture errors (e.g. by calling Sentry.captureException), your errors will continue to be reported as handled.

This change might lead to a decrease in reported crash-free sessions and consequently in your release health score. If you have concerns about this, feel free to open an issue.

Other Changes

  • feat(node-experimental): Implement new performance APIs (#8911)
  • feat(node-experimental): Sync OTEL context with Sentry AsyncContext (#8797)
  • feat(replay): Allow to configure maxReplayDuration (#8769)
  • fix(browser): Add replay and profiling options to BrowserClientOptions (#8921)
  • fix(browser): Check for existence of instrumentation targets (#8939)
  • fix(nextjs): Don't re-export default in route handlers (#8924)
  • fix(node): Improve mysql integration (#8923)
  • fix(remix): Guard against missing default export for server instrument (#8909)
  • ref(browser): Deprecate top-level wrap function (#8927)
  • ref(node-otel): Avoid exporting internals & refactor attribute adding (#8920)

Work in this release contributed by @​SorsOps. Thank you for your contribution!

7.66.0

  • fix: Defer tracing decision to downstream SDKs when using SDK without performance (#8839)
  • fix(nextjs): Fix package.json exports (#8895)

... (truncated)

Commits
  • d074cec release: 7.68.0
  • 86badae Merge pull request #8958 from getsentry/prepare-release/7.68.0
  • 5dd16de meta: Update Changelog for 7.68.0
  • 8766bdd fix(ts): Publish downleveled TS3.8 types, fix types path (#8954)
  • 6643671 feat(core): Add name to Span (#8949)
  • 0d49557 fix(node-experimental): Ensure span.finish() works as expected (#8947)
  • 3487fa3 fix(remix): Add new sourcemap-upload script files to prepack assets. (#8948)
  • f54e121 feat(core): Add ServerRuntimeClient (#8930)
  • e2f0f4b docs(node-experimental): Update readme for current status (#8945)
  • 1e8921b feat(browser): Add BroadcastChannel and SharedWorker to TryCatch EventTar...
  • 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 jose from 4.14.4 to 4.14.6

Release notes

Sourced from jose's releases.

v4.14.6

Fixes

  • build: publish bundle and umd files with jose-browser-runtime module (62fcbcc), closes #571

v4.14.5

Refactor

  • catch type error when decoding base64url signature (#569) (935e920)
  • catch type errors when decoding various base64url strings (9024e87)
Changelog

Sourced from jose's changelog.

4.14.6 (2023-09-04)

Fixes

  • build: publish bundle and umd files with jose-browser-runtime module (62fcbcc), closes #571

4.14.5 (2023-09-02)

Refactor

  • catch type error when decoding base64url signature (#569) (935e920)
  • catch type errors when decoding various base64url strings (9024e87)
Commits
  • 4c1520d chore(release): 4.14.6
  • 62fcbcc fix(build): publish bundle and umd files with jose-browser-runtime module
  • 3a5a892 chore: cleanup after release
  • fb3d4aa chore(release): 4.14.5
  • 9024e87 refactor: catch type errors when decoding various base64url strings
  • 935e920 refactor: catch type error when decoding base64url signature (#569)
  • f57c197 test: run webkit in github actions safari
  • 0c4b940 chore: bump dev deps
  • e2836e6 chore: bump dev deps
  • e536ad5 build(deps-dev): bump edge-runtime from 2.4.4 to 2.4.5 (#552)
  • Additional commits viewable in compare view

Updates react-hook-form from 7.45.4 to 7.46.1

Release notes

Sourced from react-hook-form's releases.

Version 7.46.1

🐞 fix #10878 return disabled field state (#10879)

thanks to @​Moshyfawn

Version 7.46.0

🧟‍♂️ feat: support disabled prop for useController (#10810)

const [disabled, setDisabled] = useState(false)
useController({
  disabled
})
  • field value will be disabled
  • field value will be omitted

🫖 prevent reset argument mutation (#10847) 🐞 fix: add exact option for array name in useWatch. (#10707) 🐞 update isDirty when setting disabled in register (#10805) 🧶 feat: trigger passed names to construct resolver options (#10590)

thanks to @​selimb @​vonagam @​jgullstr and @​rabbitson87

Version 7.46.0-next.0

disabled prop

  • new disabled props for useForm
  • allow user to disable the entire form with all associated inputs
useForm({
  disabled: true
})
const App = () => {
const [disabled, setDisabled] = useState(false);
const { register, handleSubmit, control } = useForm({
disabled,
});
return (
<form
onSubmit={handleSubmit(async () => {
setDisabled(true);
await sleep(100);
setDisabled(false);
})}
>
</tr></table>

... (truncated)

Commits

Updates react-i18next from 13.2.1 to 13.2.2

Changelog

Sourced from react-i18next's changelog.

13.2.2

  • Fix missing TransWithoutContext type 1672
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.9

Commits

Updates @types/react from 18.2.20 to 18.2.21

Commits

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

Release notes

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

v6.6.0

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

Features

  • rule-tester: allow to create empty tests (#7467) (654b35d)

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

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.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

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

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
  • a3a3932 chore: publish v6.6.0
  • 7012279 fix(eslint-plugin): [key-spacing] consider properties with parens and comment...
  • 337525b chore(deps): update dependency jest to v29.6.4 (#7575)
  • 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)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.4.0 to 6.6.0

Release notes

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

v6.6.0

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

Features

  • rule-tester: allow to create empty tests (#7467) (654b35d)

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

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.6.0 (2023-09-04)

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

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

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)

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

| Package | From | To |
| --- | --- | --- |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `7.64.0` | `7.68.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` |
| [jose](https://github.com/panva/jose) | `4.14.4` | `4.14.6` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.45.4` | `7.46.1` |
| [react-i18next](https://github.com/i18next/react-i18next) | `13.2.1` | `13.2.2` |
| [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.9` |
| [@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.6.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.4.0` | `6.6.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.3.0` |
| [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.68.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.68.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 `jose` from 4.14.4 to 4.14.6
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.14.4...v4.14.6)

Updates `react-hook-form` from 7.45.4 to 7.46.1
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.45.4...v7.46.1)

Updates `react-i18next` from 13.2.1 to 13.2.2
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v13.2.1...v13.2.2)

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/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.20.5...2.20.6)

Updates `@types/node` from 20.5.1 to 20.5.9
- [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.6.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.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.4.0 to 6.6.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.6.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.3.0
- [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.3.0)

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: jose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: react-i18next
  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-minor
  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 7, 2023 07:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 7, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2023

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

@dependabot dependabot bot closed this Sep 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-minor-patch-b298a3b913 branch September 12, 2023 11:20
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