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

Update all non major dependencies #141

Merged
merged 1 commit into from
Aug 15, 2023
Merged

Update all non major dependencies #141

merged 1 commit into from
Aug 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@sentry/node (source) 7.61.1 -> 7.64.0 age adoption passing confidence dependencies minor
@types/lodash (source) 4.14.196 -> 4.14.197 age adoption passing confidence devDependencies patch
@types/node (source) 18.17.4 -> 18.17.5 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 6.3.0 -> 6.4.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 6.3.0 -> 6.4.0 age adoption passing confidence devDependencies minor
applicationinsights 2.7.0 -> 2.7.2 age adoption passing confidence dependencies patch
eslint (source) 8.46.0 -> 8.47.0 age adoption passing confidence devDependencies minor
eslint-import-resolver-typescript 3.5.5 -> 3.6.0 age adoption passing confidence devDependencies minor
node 18.17.0 -> 18.17.1 age adoption passing confidence patch
sass 1.64.2 -> 1.65.1 age adoption passing confidence devDependencies minor
stylelint-config-clean-order 5.0.1 -> 5.2.0 age adoption passing confidence devDependencies minor
stylelint-selector-bem-pattern 3.0.0 -> 3.0.1 age adoption passing confidence devDependencies patch
superagent 8.0.9 -> 8.1.0 age adoption passing confidence dependencies minor

Release Notes

getsentry/sentry-javascript (@​sentry/node)

v7.64.0

Compare Source

  • feat(core): Add setMeasurement export (#​8791)
  • fix(nextjs): Check for existence of default export when wrapping pages (#​8794)
  • fix(nextjs): Ensure imports are valid relative paths (#​8799)
  • fix(nextjs): Only re-export default export if it exists (#​8800)

v7.63.0

Compare Source

  • build(deps): bump @​opentelemetry/instrumentation from 0.41.0 to 0.41.2
  • feat(eventbuilder): Export exceptionFromError for use in hybrid SDKs (#​8766)
  • feat(node-experimental): Re-export from node (#​8786)
  • feat(tracing): Add db connection attributes for mysql spans (#​8775)
  • feat(tracing): Add db connection attributes for postgres spans (#​8778)
  • feat(tracing): Improve data collection for mongodb spans (#​8774)
  • fix(nextjs): Execute sentry config independently of autoInstrumentServerFunctions and autoInstrumentAppDirectory (#​8781)
  • fix(replay): Ensure we do not flush if flush took too long (#​8784)
  • fix(replay): Ensure we do not try to flush when we force stop replay (#​8783)
  • fix(replay): Fix hasCheckout handling (#​8782)
  • fix(replay): Handle multiple clicks in a short time (#​8773)
  • ref(replay): Skip events being added too long after initial segment (#​8768)

v7.62.0

Compare Source

Important Changes
  • feat(integrations): Add ContextLines integration for html-embedded JS stack frames (#​8699)

This release adds the ContextLines integration as an optional integration for the Browser SDKs to @sentry/integrations.

This integration adds source code from inline JavaScript of the current page's HTML (e.g. JS in <script> tags) to stack traces of captured errors.
It can't collect source code from assets referenced by your HTML (e.g. <script src="..." />).

The ContextLines integration is useful when you have inline JS code in HTML pages that can't be accessed by Sentry's backend, for example, due to a login-protected page.

import { ContextLines } from "@&#8203;sentry/integrations";

Sentry.init({
  // ...
  integrations: [
    new ContextLines({
      // The number of lines to collect before and after each stack frame's line number
      // Defaults to 7
      frameContextLines: 7,
    }),
  ],
});
Other Changes
  • fix(nextjs): Make all wrappers isomorphic and available in all runtimes (#​8743)
  • fix(replay): Cancel debounce when replay is too short/long (#​8742)
  • fix(utils): dirname and basename should handle Windows paths (#​8737)
  • ref: Hoist flush, close, and lastEventId into @sentry/core (#​8731)
  • ref(node): Don't call JSON.stringify on prisma client when logging (#​8745)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.4.0

Compare Source

Bug Fixes
  • eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#​7289) (bad37a2)
  • eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#​7394) (ad8401a)

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.4.0

Compare Source

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

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

microsoft/ApplicationInsights-node.js (applicationinsights)

v2.7.2

Compare Source

#​1185 Fix issue with older version of Node.js runtime

v2.7.1

Compare Source

#​1179 Update dependencies with security vulnerabilities
#​1162 Update azure/opentelemetry-instrumentation Dependency

eslint/eslint (eslint)

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.6.0

Compare Source

Minor Changes
nodejs/node (node)

v18.17.1: 2023-08-09, Version 18.17.1 'Hydrogen' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

More detailed information on each of the vulnerabilities can be found in August 2023 Security Releases blog post.

Commits
sass/dart-sass (sass)

v1.65.1

Compare Source

  • Update abs-percent deprecatedIn version to 1.65.0.

v1.65.0

Compare Source

  • All functions defined in CSS Values and Units 4 are now parsed as calculation
    objects: round(), mod(), rem(), sin(), cos(), tan(), asin(),
    acos(), atan(), atan2(), pow(), sqrt(), hypot(), log(), exp(),
    abs(), and sign().

  • Deprecate explicitly passing the % unit to the global abs() function. In
    future releases, this will emit a CSS abs() function to be resolved by the
    browser. This deprecation is named abs-percent.

kutsan/stylelint-config-clean-order (stylelint-config-clean-order)

v5.2.0

Compare Source

Features

v5.1.0

Compare Source

Features

  • Adds support for changing severity level to error. To use it, extend the config from "stylelint-config-clean-order/error".
simonsmith/stylelint-selector-bem-pattern (stylelint-selector-bem-pattern)

v3.0.1

Compare Source

  • Update postcss-bem-linter to ^4.0.1

3.0.0

  • Update postcss-bem-linter to ^4.0.0
  • Update stylelint to ^15.9.0 - BREAKING CHANGE
    • Drops support for Node 12

2.1.1

  • Bump dependencies to resolve warnings #​56

2.1.0

  • Supports implicitUtilities #​38

2.0.0

1.1.1

  • Support ignoreCustomProperties.
  • Use root for implicitComponents warning if no node is in the warning.

1.1.0

  • Supports implicitComponents.

1.0.0

  • Namespace rule name.

0.2.3

  • Move PostCSS from devDependencies to dependencies.

0.2.2

  • Remove code for default options that didn't work anyway.

0.2.1

  • Fix option-validating bug that errored when presetOptions were passed.

0.2.0

  • Upgrade to stylelint v3; use stylelint.createPlugin().

0.1.0+

  • Initial experimentation.
ladjs/superagent (superagent)

v8.1.0

Compare Source

  • chore: bump deps, xo linting 8b5400b
  • Merge pull request #​1764 from tobiasdiez/es6_http2wrapper 2fd4292
  • Merge pull request #​1766 from slickmb/fix/emit_end_when_unzipping a29a062
  • Merge pull request #​1773 from NikoRaisanen/bugfix-handle-bigint a62866a
  • Merge pull request #​1774 from afharo/remove-v14-destroy-before-abort-hack 4691583
  • fix: do not force-set req.destroyed = true on abort 70c464c
  • fix: fixed BigInt sent as json 259a43f
  • fix: only emit 'end' after unzip is done writing ef969fa
  • feat: migrate to es6 class instead of util.inherit in http2wrapper 7801408
  • fix: fixed eslint-plugin-compat issue 73c7efb
  • chore: fixed rimraf dep causing tests to fail 988636f

Configuration

📅 Schedule: Branch creation - "after 9am every weekday,before 5pm every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 79fa269 to ed11489 Compare August 14, 2023 23:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ed11489 to 7f3f89b Compare August 15, 2023 01:43
@Gweaton Gweaton merged commit aa17686 into main Aug 15, 2023
8 checks passed
@Gweaton Gweaton deleted the renovate/all-minor-patch branch August 15, 2023 09:44
yndajas added a commit that referenced this pull request Aug 31, 2023
2.28.0 introduced a breaking change to `import/order` where the order
of nested groups (whose purpose is to define different types of imports
that are of equivalent rank) started to matter: a single nested group
would be treated as though it wasn't nested

We [got around this][1] by adding a second nested group with most if
not all of the other import types we use

It looks like #141
brought us back to 2.27.5. If we go back to 2.28.0 now and revert to
the simpler config, for some reason the ESLint errors don't reappear

In any case, I submitted a [bug fix][2] in eslint-plugin-import 💅
This was released in 2.28.1, so we should upgrade, hopefully preventing
an unexpected return to confusing errors

[1]: ab5a73e
[2]: import-js/eslint-plugin-import#2854
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant