Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

fix(deps): update all dependencies (patch) #92

Merged
merged 1 commit into from
Jun 15, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/node ^6.2.0 -> ^6.2.5 age adoption passing confidence
@sentry/tracing ^6.2.0 -> ^6.2.5 age adoption passing confidence
@socialgouv/kosko-charts ^2.0.0-beta.17 -> ^2.0.0 age adoption passing confidence
@types/jest ^26.0.15 -> ^26.0.23 age adoption passing confidence
@types/koa ^2.11.6 -> ^2.11.8 age adoption passing confidence
@types/koa-bodyparser ^4.3.0 -> ^4.3.1 age adoption passing confidence
@types/koa-router ^7.4.1 -> ^7.4.2 age adoption passing confidence
@types/node ^14.14.7 -> ^14.14.45 age adoption passing confidence
@types/node ^14.14.7 -> ^14.14.45 age adoption passing confidence
@types/nodemailer ^6.4.0 -> ^6.4.2 age adoption passing confidence
SocialGouv/gitlab-ci-yml v18.11.0 -> v18.11.1 age adoption passing confidence
exceljs ^4.2.0 -> ^4.2.1 age adoption passing confidence
knex (source) ^0.21.11 -> ^0.21.19 age adoption passing confidence
koa ^2.13.0 -> ^2.13.1 age adoption passing confidence
kubernetes-models ^1.0.1 -> ^1.0.3 age adoption passing confidence
nodemon (source) ^2.0.6 -> ^2.0.7 age adoption passing confidence
objection ^2.2.3 -> ^2.2.15 age adoption passing confidence
rxjs (source) ^6.6.3 -> ^6.6.7 age adoption passing confidence
ts-jest (source) ^26.4.3 -> ^26.4.4 age adoption passing confidence
typed-rest-client ^1.8.0 -> ^1.8.4 age adoption passing confidence
typescript (source) ^4.0.5 -> ^4.0.7 age adoption passing confidence

Release Notes

getsentry/sentry-javascript

v6.2.5

Compare Source

  • [utils] fix: Avoid performance.timeOrigin if too skewed (#​3356)

v6.2.4

Compare Source

  • [browser] fix: Add SentryRequestType to RateLimitingCategory mapping (#​3328)
  • [browser] ref: Add fast-path to fetchImpl and cleanup redundant iframe (#​3341)
  • [node] fix: Fallback to empty string if req.baseUrl is empty (#​3329)
  • [node] ref: Remove circular dependency in @sentry/node (#​3335)
  • [tracing] fix: Attach mysql tracing to Connection.createQuery instead of Connection.prototype.query (#​3353)
  • [tracing] ref: Clarify naming in BrowserTracing integration (#​3338)
  • [ember] ref: Fix tests to be forward compatible with component changes (#​3347)
  • [ember] ref: Silence deprecation warnings in beta (#​3346)

v6.2.3

Compare Source

  • [gatsby] fix: Update Vercel environment variables to match their current system variables (#​3337)

v6.2.2

Compare Source

  • [hub] fix: Only create sessions if the correct methods are defined (#​3281)
  • [core] fix: Don't override SDK metadata (#​3304)
  • [browser] fix: Prevent fetch errors loops with invalid fetch implementations (#​3318)
  • [serverless] ref: Add compatible runtime nodejs14.x to building awslambda layer (#​3303)
  • [ember] fix: Keep route hook context when performance-wrapping (#​3274)
  • [integrations] fix: Normalized Event before caching. (#​3305)

v6.2.1

Compare Source

  • [core] fix: Moves SDK metadata-setting into the NodeClient/BrowserClient to protect it from being overwritten by other classes extending BaseClient like @​sentry/serverless (#​3279)
SocialGouv/kosko-charts

v2.0.0

Compare Source

BREAKING CHANGES
  • COMPLETE REWORK

@socialgouv/kosko-charts is now exposing component and environment
generators !

v2.0.0-beta.23

Compare Source

Bug Fixes

v2.0.0-beta.22

Compare Source

Bug Fixes
  • nginx: use /index.html for probes (6e15237)

v2.0.0-beta.21

Compare Source

Bug Fixes
  • nginx: use / for probes (2ee3697)

v2.0.0-beta.20

Compare Source

Features

v2.0.0-beta.19

Compare Source

Bug Fixes

v2.0.0-beta.18

Compare Source

Bug Fixes
  • utils: committed conflicts (ed3ac80)
Features
SocialGouv/gitlab-ci-yml

v18.11.1

Compare Source

exceljs/exceljs

v4.2.1

Compare Source

knex/knex

v0.21.19

Compare Source

  • SQLite: Made the constraint detection case-insensitive #​4332

v0.21.18

Compare Source

  • CLI: Fix an issue with npm@7 and ESM when type was set to 'module' in package.json #​4295

v0.21.17

Compare Source

Bug fixes:
  • SQLite: Fix SQLite foreign on delete when altering a table #​4261
New features:

v0.21.16

Compare Source

Bug fixes:
  • MSSQL: Avoid passing unsupported pool param. Fixes node-mssql 7+ support #​4236

v0.21.15

Compare Source

New features:
  • SQLite: Add primary/foreign support on alterTable #​4162
  • SQLite: Add dropPrimary/dropForeign support on alterTable #​4162
Typings:
Test / internal changes:
  • Extract knex config resolution logic #​4166
  • Run CI using GitHub Actions #​4168
  • Add Node.js 15 to CI matrix #​4173

v0.21.14

Compare Source

New features:
  • MSSQL: support "returning" on inserts, updates and deletes on tables with triggers #​4152
  • Use esm import if package.json type is "module" #​4158
Bug fixes:
  • Make sure query-response and query-error events contain _knexTxId #​4160
Test / internal changes:
  • Improved integration test framework #​4161

v0.21.13

Compare Source

New features:
  • SQLite: Add support for dropForeign #​4092
  • Add support for WHERE clauses to "upsert" queries #​4148
Bug fixes:
  • MSSQL: Avoid connection getting stuck on socket hangup #​4157
  • Oracle: Support specifying non-default DB port #​4147
  • Oracle: Support inserts with only default values (empty body) #​4092
  • CLI: fix irregular seed file execution order #​4156
  • Fix performance of asyncStackTraces with enable-source-maps node flag #​4154
Typings:
  • PostgreSQL: Add support for application_name #​4153
  • Fix types for insert to allow array #​4105
  • Add types for userParams and withUserParams #​4119
  • Added type for withKeyName #​4139
  • Fix batchInsert definitions #​4131
  • Fix types for WhereIn signature (value or query builder) #​3863
  • Add types for connection config of mysql2 driver #​4144
Test / internal changes:

v0.21.12

Compare Source

Typings:
  • Reintroduce support for globally defining table/record mapping #​4100
  • Add a few missing types for MSSQL Connection #​4103
  • Make .ignore() and .merge() return QueryBuilder rather than QueryInterface #​4102
  • Use tarn config TS types instead of generic-pool #​4064
koajs/koa

v2.13.1

Compare Source

==================

fixes

others

tommy351/kubernetes-models-ts

v1.0.3

Compare Source

v1.0.2

Compare Source

remy/nodemon

v2.0.7

Compare Source

Bug Fixes
vincit/objection.js

v2.2.15

Compare Source

v2.2.14

Compare Source

v2.2.13

Compare Source

v2.2.12

Compare Source

v2.2.11

Compare Source

v2.2.10

Compare Source

v2.2.9

Compare Source

v2.2.8

Compare Source

v2.2.7

Compare Source

v2.2.6

Compare Source

v2.2.5

Compare Source

v2.2.4

Compare Source

kulshekhar/ts-jest

v26.4.4

Compare Source

Bug Fixes
Features
Microsoft/typed-rest-client

v1.8.1

Compare Source

Microsoft/TypeScript

v4.0.7

Compare Source

This release contains a fix for an issue when language service plugins have no specified name.

v4.0.6

Compare Source

This release contains fixes for a security risk involving language service plugin loading. More details are available here.


Configuration

📅 Schedule: "before 3am on Monday" 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 added the dependencies Pull requests that update a dependency file label Feb 14, 2021
@renovate renovate bot force-pushed the renovate/patch-all branch 7 times, most recently from 901f12c to 5c4d0c6 Compare February 25, 2021 02:03
@renovate renovate bot force-pushed the renovate/patch-all branch from 5c4d0c6 to 876c39d Compare March 1, 2021 03:32
@renovate renovate bot changed the title fix(deps): update all dependencies (patch) chore(deps): update all dependencies (patch) Mar 1, 2021
@renovate renovate bot force-pushed the renovate/patch-all branch 5 times, most recently from 69a2ccc to f7bdd31 Compare March 1, 2021 16:47
@renovate renovate bot changed the title chore(deps): update all dependencies (patch) fix(deps): update all dependencies (patch) Mar 1, 2021
@renovate renovate bot force-pushed the renovate/patch-all branch 4 times, most recently from 10d07e3 to 858acfc Compare March 9, 2021 17:37
@renovate renovate bot force-pushed the renovate/patch-all branch 6 times, most recently from c3aef11 to 8691686 Compare March 17, 2021 17:01
@renovate renovate bot force-pushed the renovate/patch-all branch 2 times, most recently from f09bf9e to 7b04c1f Compare March 25, 2021 18:45
@renovate renovate bot force-pushed the renovate/patch-all branch 2 times, most recently from 836e6c1 to f2e8a2c Compare March 29, 2021 03:54
@renovate renovate bot force-pushed the renovate/patch-all branch 6 times, most recently from c3c04f3 to 8aaf8f1 Compare April 6, 2021 10:22
@renovate renovate bot force-pushed the renovate/patch-all branch 5 times, most recently from 35019e2 to 3cb5fe3 Compare April 15, 2021 19:47
@renovate renovate bot force-pushed the renovate/patch-all branch from 3cb5fe3 to b2add4c Compare June 15, 2021 23:10
@renovate renovate bot merged commit 68d070f into master Jun 15, 2021
@renovate renovate bot deleted the renovate/patch-all branch June 15, 2021 23:11
douglasduteil added a commit that referenced this pull request Jun 30, 2021
SocialGroovyBot added a commit that referenced this pull request Jul 1, 2021
## [2.4.5](v2.4.4...v2.4.5) (2021-07-01)

### Bug Fixes

* **deps:** update all dependencies ([#92](#92)) ([68d070f](68d070f))
* **deps:** update dependency date-fns to v2 ([#54](#54)) ([ac824c6](ac824c6))
* **deps:** update kosko monorepo ([#97](#97)) ([7693dd0](7693dd0))
@SocialGroovyBot
Copy link
Member

🎉 This PR is included in version 2.4.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants