Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

fix(deps): update all non-major dependencies (minor) #521

Merged
merged 1 commit into from
Sep 7, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/browser ^6.10.0 -> ^6.12.0 age adoption passing confidence
@sentry/integrations ^6.10.0 -> ^6.12.0 age adoption passing confidence
@sentry/node ^6.10.0 -> ^6.12.0 age adoption passing confidence
@socialgouv/kosko-charts ^9.1.6 -> ^9.5.4 age adoption passing confidence
codeceptjs (source) ^3.0.7 -> ^3.1.2 age adoption passing confidence
next-urql (source) ^3.1.1 -> ^3.2.1 age adoption passing confidence
ts-node (source) ^10.1.0 -> ^10.2.1 age adoption passing confidence
typescript (source) ^4.3.5 -> ^4.4.2 age adoption passing confidence

Release Notes

getsentry/sentry-javascript

v6.12.0

Compare Source

  • 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)

v6.11.0

Compare Source

  • feat(nextjs): Allow for TypeScript user config files (#​3847)
  • fix(browser): Make sure handler exists for LinkedErrors Integration (#​3861)
  • fix(core): Skip anonymous callbacks while searching frame URLs. (#​3842)
  • fix(core): Stop rejecting in flush and close when client undefined (#​3846)
  • fix(nextjs): Stop SentryWebpackPlugin from uploading unnecessary files (#​3845)
  • fix(react): Require ReactElement in ErrorBoundary props and render (#​3857)
  • fix(tests): Allow tests to run on Windows without WSL (#​3813)
  • fix(utils): Fix false-positive circular references when normalizing Event objects (#​3864)
  • fix(vue): Make Router.name type optional to match VueRouter (#​3843)
  • ref(core): Prevent redundant setup work (#​3862)
  • ref(nextjs): Stop reinitializing the server SDK unnecessarily (#​3860)
SocialGouv/kosko-charts

v9.5.4

Compare Source

Bug Fixes

v9.5.3

Compare Source

Bug Fixes

v9.5.2

Compare Source

Bug Fixes

v9.5.1

Compare Source

Bug Fixes

v9.5.0

Compare Source

Features

9.4.3 (2021-08-30)

Bug Fixes

9.4.2 (2021-08-27)

Bug Fixes

9.4.1 (2021-08-26)

Bug Fixes

v9.4.3

Compare Source

Bug Fixes

v9.4.2

Compare Source

Bug Fixes

v9.4.1

Compare Source

Bug Fixes

v9.4.0

Compare Source

Features

9.3.5 (2021-08-26)

Bug Fixes

9.3.4 (2021-08-26)

Bug Fixes

9.3.3 (2021-08-25)

Bug Fixes

9.3.2 (2021-08-25)

Bug Fixes

9.3.1 (2021-08-25)

Bug Fixes

v9.3.5

Compare Source

Bug Fixes

v9.3.4

Compare Source

Bug Fixes

v9.3.3

Compare Source

Bug Fixes

v9.3.2

Compare Source

Bug Fixes

v9.3.1

Compare Source

Bug Fixes

v9.3.0

Compare Source

Features

9.2.7 (2021-08-23)

Bug Fixes
  • Add SOCIALGOUV_PRODUCTION_NAMESPACE to override prod namespace. (#​668) (b991b28)

9.2.6 (2021-08-23)

Bug Fixes

9.2.5 (2021-08-21)

Bug Fixes

9.2.4 (2021-08-20)

Bug Fixes

9.2.3 (2021-08-19)

Bug Fixes

9.2.3-alpha.1 (2021-08-19)

Bug Fixes
  • Add autodevops template. (0dffcfe)

9.2.2 (2021-08-19)

Bug Fixes

9.2.1 (2021-08-18)

Bug Fixes

v9.2.7

Compare Source

Bug Fixes
  • Add SOCIALGOUV_PRODUCTION_NAMESPACE to override prod namespace. (#​668) (b991b28)

v9.2.6

Compare Source

Bug Fixes

v9.2.5

Compare Source

Bug Fixes
Codeception/codeceptjs

v3.1.2

Compare Source

🛩️ Features:

  • Added coverage plugin to generate code coverage for Playwright & Puppeteer. By @​anirudh-modi
  • Added subtitle plugin to generate subtitles for videos recorded with Playwright. By @​anirudh-modi
  • Configuration: config.tests to accept array of file patterns. See #​2994 by @​monsteramba
exports.config = {
  tests: ['./*_test.js','./sampleTest.js'],
  // ... 
}

🐛 Bugfixes:

🎱 Other:

  • Deprecated puppeteerCoverage plugin in favor of coverage plugin.

v3.1.1

Compare Source

  • [Appium] Fixed #​2759
    grabNumberOfVisibleElements, grabAttributeFrom, grabAttributeFromAll to allow id locators.

v3.1.0

Compare Source

  • [Plawyright] Updated to Playwright 1.13
  • [Playwright] Possible breaking change: BrowserContext is initialized before each test and closed after. This behavior matches recommendation from Playwright team to use different contexts for tests.
  • [Puppeteer] Updated to Puppeteer 10.2.
  • [Protractor] Helper deprecated

🛩️ Features:

🐛 Bugfixes:

FormidableLabs/urql

v3.2.1

Compare Source

Patch Changes
  • ⚠️ Fix issue where the renderToString pass would keep looping due to reexecuting operations on the server, by @​JoviDeCroock (See #​1895)

v3.2.0

Compare Source

Minor Changes
  • Add a mergeMode: 'before' | 'after' option to the simplePagination helper to define whether pages are merged before or after preceding ones when pagination, similar to relayPagination's option, by @​hoangvvo (See #​1174)
Patch Changes
TypeStrong/ts-node

v10.2.1

Compare Source

Fixed

  • Fixes #​1426: Do not import typescript outside of configuration/project loading (#​1433, #​1426) @​Songkeys
    • We take care to load your project's version of typescript, falling back to a globally-installed version if necessary.
    • 10.2.0 introduced a bug where we did not do this consistently, causing global or npx installations of ts-node to attempt loading typescript relative to themselves, not your project.
    • This failed if typescript was not globally installed or npx did not install peer dependencies.

https://github.com/TypeStrong/ts-node/milestone/6

v10.2.0

Compare Source

Questions about this release? Ask in the official discussion thread: #​1423

Added

  • Adds top-level await support to REPL (#​1383, #​245) @​ejose19
    • can be disabled with --no-experimental-repl-await, experimentalReplAwait, or TS_NODE_EXPERIMENTAL_REPL_AWAIT (CLI docs, API docs)
  • Setting "pretty": false disables pretty formatting of diagnostics even when stdout is a TTY (#​1418, #​1420) @​elevatebart
    • Applies to ts-node's pretty option, not to be confused with TypeScript's pretty option
  • Ignores diagnostics which are annoying in an interactive REPL (#​1396, #​1120, #​729, #​850, #​469)
    • For example, when you input const foo = 1 in the REPL, foo is unused. We ignore the resulting diagnostic foo is declared but its value is never read
    • Diagnostics are only ignored in the REPL
    • Diagnostics for non-REPL files imported by the REPL will still be shown
  • Logged stack traces are colorized to match vanilla node's behavior (#​1412, #​1405)

Fixed

https://github.com/TypeStrong/ts-node/milestone/2

Microsoft/TypeScript

v4.4.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: "before 3am on the first day of the month" in timezone Europe/Paris.

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch 2 times, most recently from 9193c48 to 7423092 Compare September 1, 2021 09:02
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 7423092 to 4ad0103 Compare September 7, 2021 09:38
@renovate renovate bot merged commit 0fc2b02 into master Sep 7, 2021
@renovate renovate bot deleted the renovate/all-dependencies-minor-patch branch September 7, 2021 09:38
SocialGroovyBot pushed a commit that referenced this pull request Sep 16, 2021
# [3.1.0](v3.0.10...v3.1.0) (2021-09-16)

### Bug Fixes

* **deps:** update all non-major dependencies ([#521](#521)) ([0fc2b02](0fc2b02))

### Features

* use @socialgouv/actions ([#524](#524)) ([be58df3](be58df3))
@SocialGroovyBot
Copy link
Member

🎉 This PR is included in version 3.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants