Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.0
->1.1.2
0.0.7-beta.2
->0.0.7
7.25.0
->7.36.0
18.11.14
->18.11.19
8.29.0
->8.33.0
4.10.2
->4.12.0
7.3.0
->7.3.3
8.7.0
->8.8.0
7.18.2
->7.26.3
2.8.1
->2.8.3
1.3.0
->1.6.1
4.1.1
->4.1.2
3.12.1
->3.12.2
4.9.4
->4.9.5
0.25.8
->0.28.4
Release Notes
BeeeQueue/eslint-plugin
v1.1.2
Compare Source
Patch Changes
e49877c
-base
: Disabledunicorn/no-negated-condition
v1.1.1
Compare Source
Patch Changes
4dae415
- Updated dependencies.edgedb/edgedb-js
v0.0.7
Compare Source
getsentry/sentry-javascript
v7.36.0
Compare Source
This Release re-introduces the accidentally removed but still deprecated
maskInputOptions
option for Session Replay.Furthermore, replays are now stopped instead of paused when a rate limit is encountered.
maskInputOptions
(#6981)BaseClient
integrations added after init (#7011)v7.35.0
Compare Source
Session Replay is deprecating privacy options in favor of a more streamlined API. Please see the Replay migration guide for further information.
Additionally, the following configuration options will no longer be configurable:
slimDOMOptions
,recordCanvas
,inlineStylesheet
,collectFonts
,inlineImages
.ErrorBoundary
,withErrorBoundary
andshowReportDialog
(#6987)_app
instead ofmain
(#7009)scope.getLastBreadcrumb
if available (#6969)Work in this release contributed by @boblauer. Thank you for your contribution!
v7.34.0
Compare Source
This release adds automatic injection of the Next.js SDK into serverside
app
directory bundles, allowing users to call the Sentry SDK in server components.app
directory (#6927)\
(#6932)Work in this release contributed by @mdtro. Thank you for your contribution!
v7.33.0
Compare Source
With this release, the sample rate for Session Replays will default to 0. We recommend explicitly setting the sample rate via the
replaysSessionSampleRate
andreplaysOnErrorSampleRate
options.v7.32.1
Compare Source
v7.32.0
Compare Source
app
directory browser bundle (#6812)includeLocalVariables
option to enableLocalVariables
integration (#6874)flush
method to integration (#6776)enableLongTask
to option ofBrowserTracing
(#6837)initialFlushDelay
option (#6867)Work in this release contributed by @h3rmanj. Thank you for your contribution!
v7.31.1
Compare Source
v7.31.0
Compare Source
The Next.js SDK now supports error and performance monitoring for Next.js middleware and Edge API routes.
To set it up, add a
sentry.edge.config.js
orsentry.edge.config.ts
file to the root of your project and initialize the SDK:The Next.js will automatically instrument Edge API routes and middleware.
If you want to opt out of automatic instrumentation of middleware can use the
autoInstrumentMiddleware
option in thesentry
object of your Next.js configuration:Middleware can be manually instrumented by using the
wrapMiddlewareWithSentry
function.withSentryConfig
as an alternative to thesentry
property (#6721)checkoutEveryNms
(#6722)isBuild()
andIS_BUILD
(#6727)v7.30.0
Compare Source
addIntegration
method to client (#6651)replay_event
type for events (#6481)LocalVariables
integration to capture local variables to stack frames (#6478)replayType
from tags and intoreplay_event
(#6658)res.json
andres.send
(#6674)res.end
to fixnext export
(#6682)instrumentSever
(#6592)Work in this release contributed by @rjoonas, @Naddiseo, and @theofidry. Thank you for your contributions!
v7.29.0
Compare Source
This update includes a change to the
@sentry/nextjs
SDK that may increase response times of requests in applicationsdeployed to Vercel or AWS lambdas to ensure that error events are sent consistently.
Additionally, Next.js applications deployed to Vercel or AWS lambdas may also see an uptick in sent transactions. (for
more information see #6578)
getSdkMetadata
toClient
(#6643)prepareEvent
util & ensure dropping replays works (#6522)maskAllText
selector (#6637)pageload
transactions early (#6609)v7.28.1
Compare Source
_metadata
in client options (#6600)v7.28.0
Compare Source
index.server.ts
to avoid TS error (#6577)this
through wrappers (#6572)undefined
as possible event type (#6584)v7.27.0
Compare Source
This release exports the Session Replay integration via
@sentry/browser
and all framework SDKs building on top of it.Going forward, the
@sentry/replay
package doesn't have to be installed explicitly to use Replay.Furthermore, this release increases the maximim replay session duration from 30 minutes to 1 hour.
Replay
integration from Browser SDK (#6508)MAX_SESSION_LIFE
to 1 hour (#6561)beforeSend
handling defensive for different event types (#6507)maskAllText
selector more specific (#6544)dsn
in envelope header if tunneling is active (#6568)Work in this release contributed by @theofidry. Thank you for your contribution!
v7.26.0
Compare Source
Work in this release contributed by @theofidry. Thank you for your contribution!
eslint/eslint
v8.33.0
Compare Source
Features
2cc7954
feat: addrestrictDefaultExports
option to no-restricted-exports rule (#16785) (Nitin Kumar)Documentation
17f4be2
docs: Fix examples in no-multiple-empty-lines rule (#16835) (jonz94)9c7cfe3
docs: 'Source Code' content in 'Set up Development Environment' page (#16780) (Ben Perlmutter)ede5c64
docs: Custom processors page (#16802) (Ben Perlmutter)2620614
docs: Code of Conduct page (#16781) (Ben Perlmutter)50a8efd
docs: report a sec vulnerability page (#16808) (Ben Perlmutter)ed60afd
docs: Update page titles, section landing pages, and side TOC (#16760) (Ben Perlmutter)333c712
docs: add background to code-path-diagrams for dark-mode (#16822) (Tanuj Kanti)f5f7b9b
docs: Update README (GitHub Actions Bot)2aa4f5f
docs: no-constant-condition: Add multi-comparison example (#16776) (Sebastian Simon)40287db
docs: Remove Google Group icon (#16779) (Nicholas C. Zakas)ea10ca5
docs: 'a .eslint' -> 'an .eslint' for consistency (#16809) (Ben Perlmutter)3be0748
docs: add example for nodejs lintText api (#16789) (Siva K)ce4f5ff
docs: Replace removed related rules with a valid rule (#16800) (Ville Saalo)v8.32.0
Compare Source
Features
fc20f24
feat: add suggestions for redundant wrapping in prefer-regex-literals (#16658) (YeonJuan)Bug Fixes
b4f8329
fix: ignore directives for no-fallthrough (#16757) (gfyoung)Documentation
17b65ad
docs: IA Update page URL move (#16665) (Ben Perlmutter)5981296
docs: fix theme switcher button (#16752) (Sam Chen)6669413
docs: deploy prerelease docs under the/docs/next/
path (#16541) (Nitin Kumar)78ecfe0
docs: use inline code for rule options name (#16768) (Percy Ma)fc2ea59
docs: Update README (GitHub Actions Bot)762a872
docs: Update README (GitHub Actions Bot)Chores
2952d6e
chore: sync templates/*.md files with issue templates (#16758) (gfyoung)3e34418
chore: Add new issues to triage project (#16740) (Nicholas C. Zakas)v8.31.0
Compare Source
Features
52c7c73
feat: check assignment patterns in no-underscore-dangle (#16693) (Milos Djermanovic)b401cde
feat: add options to check destructuring in no-underscore-dangle (#16006) (Morten Kaltoft)30d0daf
feat: group properties with values in parentheses inkey-spacing
(#16677) (Francesco Trotta)Bug Fixes
35439f1
fix: correct syntax error inprefer-arrow-callback
autofix (#16722) (Francesco Trotta)87b2470
fix: new instance of FlatESLint should load latest config file version (#16608) (Milos Djermanovic)Documentation
4339dc4
docs: Update README (GitHub Actions Bot)4e4049c
docs: optimize code block structure (#16669) (Sam Chen)54a7ade
docs: do not escape code blocks of formatters examples (#16719) (Sam Chen)e5ecfef
docs: Add function call example for no-undefined (#16712) (Elliot Huffman)a3262f0
docs: Add mastodon link (#16638) (Amaresh S M)a14ccf9
docs: clarify files property (#16709) (Sam Chen)3b29eb1
docs: fix npm link (#16710) (Abdullah Osama)a638673
docs: fix search bar focus onEsc
(#16700) (Shanmughapriyan S)f62b722
docs: country flag missing in windows (#16698) (Shanmughapriyan S)4d27ec6
docs: display zh-hans in the docs language switcher (#16686) (Percy Ma)8bda20e
docs: remove manually maintained anchors (#16685) (Percy Ma)b68440f
docs: User Guide Getting Started expansion (#16596) (Ben Perlmutter)Chores
65d4e24
chore: Upgrade @eslint/eslintrc@1.4.1 (#16729) (Brandon Mills)8d93081
chore: fix CI failure (#16721) (Sam Chen)8f17247
chore: Set up automatic updating of README (#16717) (Nicholas C. Zakas)4cd87cb
ci: bump actions/stale from 6 to 7 (#16713) (dependabot[bot])fd20c75
chore: sort package.json scripts in alphabetical order (#16705) (Darius Dzien)10a5c78
chore: update ignore patterns ineslint.config.js
(#16678) (Milos Djermanovic)v8.30.0
Compare Source
Features
075ef2c
feat: add suggestion for no-return-await (#16637) (Daniel Bartholomae)7190d98
feat: update globals (#16654) (Sébastien Règne)Bug Fixes
1a327aa
fix: Ensure flat config unignores work consistently like eslintrc (#16579) (Nicholas C. Zakas)9b8bb72
fix: autofix recursive functions in no-var (#16611) (Milos Djermanovic)Documentation
6a8cd94
docs: Clarify Discord info in issue template config (#16663) (Nicholas C. Zakas)ad44344
docs: CLI documentation standardization (#16563) (Ben Perlmutter)293573e
docs: fix broken line numbers (#16606) (Sam Chen)fa2c64b
docs: use relative links for internal links (#16631) (Percy Ma)75276c9
docs: reorder options in no-unused-vars (#16625) (Milos Djermanovic)7276fe5
docs: Fix anchor in URL (#16628) (Karl Horky)6bef135
docs: don't apply layouts to html formatter example (#16591) (Tanuj Kanti)dfc7ec1
docs: Formatters page updates (#16566) (Ben Perlmutter)8ba124c
docs: update theprefer-const
example (#16607) (Pavel)e6cb05a
docs: fix css leaking (#16603) (Sam Chen)Chores
f2c4737
chore: upgrade @eslint/eslintrc@1.4.0 (#16675) (Milos Djermanovic)ba74253
chore: standardize npm script names per #14827 (#16315) (Patrick McElhaney)0d9af4c
ci: fix npm v9 problem withfile:
(#16664) (Milos Djermanovic)90c9219
refactor: migrate off deprecated function-style rules in all tests (#16618) (Bryan Mishkin)fastify/fastify
v4.12.0
Compare Source
What's Changed
New Contributors
Full Changelog: fastify/fastify@v4.11.0...v4.12.0
v4.11.0
Compare Source
What's Changed
setErrorHandler
example by @trim21 in https://github.com/fastify/fastify/pull/4484New Contributors
Full Changelog: fastify/fastify@v4.10.2...v4.11.0
sindresorhus/p-queue
[
v7.3.3
](https://togithub.comConfiguration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.