fix(deps): update all non-major dependencies (minor)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@sentry/browser | dependencies | minor | 6.11.0 -> 6.13.2 |
@sentry/browser | dependencies | minor | 6.11.0 -> 6.12.0 |
@typescript-eslint/eslint-plugin | devDependencies | minor | 4.29.1 -> 4.32.0 |
@typescript-eslint/eslint-plugin | devDependencies | minor | 4.29.1 -> 4.31.2 |
@typescript-eslint/parser | devDependencies | minor | 4.29.1 -> 4.32.0 |
@typescript-eslint/parser | devDependencies | minor | 4.29.1 -> 4.31.2 |
datatables.net-dt (source) | dependencies | minor | 1.10.25 -> 1.11.3 |
eslint-plugin-jsdoc | devDependencies | minor | 36.0.7 -> 36.1.0 |
glob | devDependencies | minor | 7.1.7 -> 7.2.0 |
i18next (source) | dependencies | minor | 20.4.0 -> 20.6.1 |
i18next (source) | dependencies | minor | 20.4.0 -> 20.5.0 |
mocha (source) | devDependencies | minor | 9.0.3 -> 9.1.2 |
qr-scanner | dependencies | minor | 1.2.0 -> 1.3.0 |
rollup (source) | devDependencies | minor | 2.56.2 -> 2.58.0 |
rollup (source) | devDependencies | minor | 2.56.2 -> 2.57.0 |
typescript (source) | devDependencies | minor | 4.3.5 -> 4.4.3 |
Release Notes
getsentry/sentry-javascript
v6.13.2
- fix(browser): Use getGlobalObject for document check (#3996)
- misc(all): Disallow direct usage of globals (#3999)
v6.13.1
- fix(browser): Check for document when sending outcomes (#3993)
v6.13.0
- feat(browser): Client Report Support (#3955)
- feat(perf): Add experimental option to improve LCP collection (#3879)
- fix(browser): Make sure that
document.head
ordocument.body
exists forinjectReportDialog
(#3972) - fix(browser): Parse frames-only
safari(-web)-extension
stack (#3929) - fix(ember): Move
ember-source
todevDependencies
(#3962) - fix(hub): Don't set
lastEventID
for transactions (#3966) - fix(nextjs): Include nextjs config's
basePath
onurlPrefix
(#3922) - fix(node): Add protocol detection for get/request calls without explict protocol (#3950)
- fix(node): Disable
autoSessionTracking
if dsn undefined (#3954) - fix(vue): Check for matched route existence before starting transaction (#3973)
- ref(browser): Migrate unit tests from Chai and Karma to Jest (#3965)
- ref(nextjs): Exclude cross-platform tracing code from bundles (#3978)
- ref(tracing): Idle transaction refactoring (#3988)
v6.12.0
- fix(nextjs): Differentiate between webpack 4 and 5 in server builds (#3878)
- fix(core): Skip native frames while searching frame URLs. (#3897)
- fix(vue): Attach props only if VM is available (#3902)
- feat(tracing): Add pg-native support to Postgres integration. (#3894)
- ref(ember): Update addon to support Ember 4.0.0 (beta) (#3915)
- feat(react): Make Profiler _mountSpan attribute protected (#3904)
- fix(ember): allow ember-beta to fail (#3910)
- fix(tracing): Prevent metrics erroring module load in web workers (#3941)
- misc(browser): Log when event is dropped by Dedupe integration (#3943)
typescript-eslint/typescript-eslint
v4.32.0
Bug Fixes
-
eslint-plugin: [consistent-type-definitions] correct fix for
export default
(#3899) (ebb33ed) -
eslint-plugin: [no-require-imports] report only global
require
(#3871) (8aa87a1) - eslint-plugin: [no-shadow] ignore type-only imports properly (#3868) (dda9cee)
-
eslint-plugin: [no-var-requires] report problems within
NewExpression
(#3884) (ed5e459) - eslint-plugin: [padding-line-between-statements] problems within namespaces not being reported (#3869) (1861356)
-
eslint-plugin: [prefer-regexp-exec] respect flags when using
RegExp
(#3855) (ffdb5ff) - eslint-plugin: [prefer-return-this-type] handle generics properly in fixer (#3852) (9e98b8f)
- eslint-plugin: false-positive/negative with array index in no-unnecessary-condition (#3805) (bdb8f0b)
Features
- eslint-plugin: [no-type-alias]: add allowGenerics option (#3865) (4195919)
-
eslint-plugin: add
no-non-null-asserted-nullish-coalescing
rule (#3349) (4e99961) -
eslint-plugin: add new extended rule
no-restricted-imports
(#3775) (ec5d506) -
eslint-plugin-internal: [prefer-ast-types-enum] add
DefinitionType
enum (#3916) (13b7de5)
4.31.2 (2021-09-20)
Note: Version bump only for package @typescript-eslint/eslint-plugin
4.31.1 (2021-09-13)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.31.2
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.31.1
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.31.0
Bug Fixes
Features
- eslint-plugin: [prefer-readonly-parameter-types] add option treatMethodsAsReadonly (#3733) (a46e318)
- eslint-plugin: [restrict-template-expressions] add option to allow RegExp (#3709) (363b3dc)
-
eslint-plugin: add
no-meaningless-void-operator
rule (#3641) (ea40ab6) -
eslint-plugin: add extension rule
padding-line-between-statements
(#3418) (f79ae9b)
v4.30.0
Bug Fixes
- eslint-plugin: [dot-notation] false positive with optional chaining (#3711) (c19fc6e), closes #3510
- eslint-plugin: [prefer-reduce-type-parameter] handle already existing type params (#3706) (71dd273)
- eslint-plugin: isTypeReadonly error with <TS3.7 (#3731) (5696407)
Features
4.29.3 (2021-08-23)
Note: Version bump only for package @typescript-eslint/eslint-plugin
4.29.2 (2021-08-16)
Note: Version bump only for package @typescript-eslint/eslint-plugin
4.29.1 (2021-08-09)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.29.3
Note: Version bump only for package @typescript-eslint/eslint-plugin
v4.29.2
Note: Version bump only for package @typescript-eslint/eslint-plugin
i18next/i18next
v20.6.1
- fix deepFind if looking for nesting array item
v20.6.0
- feature: key prefix option 1644
v20.5.0
- introduce missingKeyNoValueFallbackToKey option
mochajs/mocha
v9.1.2
🐛 Fixes
-
#4746: Browser: stop using all global vars in
browser-entry.js
(@PaperStrike)
🔩 Other
- #4754: Remove dependency wide-align (@juergba)
- #4736: ESM: remove code for Node versions <10 (@juergba)
v9.1.1
🐛 Fixes
-
#4623:
XUNIT
andJSON
reporter crash inparallel
mode (@curtisman)
v9.1.0
🎉 Enhancements
rollup/rollup
v2.58.0
2021-10-01
Features
- Add a flag to more reliably identify entry points in the
resolveId
hook (#4230)
Merge Requests
- #4230: Add isEntry flag to resolveId and this.resolve (@lukastaegert)
- #4233: Remove unused rollup-plugin-typescript ambient module types (@dnalborczyk)
- #4235: Update dependencies (@lukastaegert)
v2.57.0
2021-09-22
Features
- Add
generatedCode
option to allow Rollup to use es2015 features for smaller output and more efficient helpers (#4215) - Improve AMD and SystemJS parsing performance by wrapping relevant functions in parentheses (#4215)
- Using
preferConst
will now show a warning withstrictDeprecations: true
(#4215)
Bug Fixes
- Improve ES3 syntax compatibility by more consequently quoting reserved words as props in generated code (#4215)
- Do not use
Object.assign
in generated code to ensure ES5 compatibility without the need for polyfills (#4215) - Support live-bindings in dynamic namespace objects that contain reexported external or synthetic namespaces (#4215)
- Use correct "this" binding in dynamic import expressions for CommonJS and AMD (#4215)
- Properly handle
shimMissingExports
for exports that are only used internally (#4215) - Prevent unhandled rejection for failed module parsing (#4228)
Merge Requests
- #4212: chore: remove unused ambient types (@dnalborczyk)
- #4215: Use ES2015 features in generated code snippets (@lukastaegert)
- #4219: chore: bump rollup typescript, remove unused micromatch (@dnalborczyk)
- #4220: chore: use forceConsistentCasingInFileNames in ts-config (@dnalborczyk)
- #4224: prepare for useDefineForClassFields (@dnalborczyk)
- #4228: fix: prevent UnhandledPromiseRejectionWarning when module resolution/parsing fails (@kherock)
v2.56.3
2021-08-23
Bug Fixes
- Make sure moduleInfo contains complete information about imported ids in the moduleParsed hook (#4208)
Merge Requests
-
#4208:
ModuleInfo.importedIds
will return null ifresolvedIds[source]
is undefined (@FoxDaxian and @lukastaegert)
Microsoft/TypeScript
v4.4.3
This patch release contains fix for leaking file watchers on package.json
, and a minor fix for completions in JavaScript files.
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.4.0 (Beta).
- fixed issues query for Typescript 4.4.1 (RC).
- fixed issues query for Typescript 4.4.2.
- fixed issues query for Typescript 4.4.3.
Downloads are available on:
v4.4.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.4.0 (Beta).
- fixed issues query for Typescript 4.4.1 (RC).
- fixed issues query for Typescript 4.4.2.
Downloads are available on:
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.