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 #25588

Merged
merged 4 commits into from
Jun 28, 2023
Merged

Update all non-major dependencies #25588

merged 4 commits into from
Jun 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/webpack-plugin (source) 2.2.0 -> 2.3.0 age adoption passing confidence
concurrently 8.0.1 -> 8.2.0 age adoption passing confidence
dotenv 16.0.3 -> 16.3.1 age adoption passing confidence
eslint (source) 8.41.0 -> 8.43.0 age adoption passing confidence
eslint-plugin-matrix-org 1.1.0 -> 1.2.0 age adoption passing confidence
katex (source) 0.16.7 -> 0.16.8 age adoption passing confidence
sanitize-html 2.10.0 -> 2.11.0 age adoption passing confidence
semver 7.5.2 -> 7.5.3 age adoption passing confidence
stylelint (source) 15.6.2 -> 15.9.0 age adoption passing confidence
stylelint-scss 5.0.0 -> 5.0.1 age adoption passing confidence
typescript (source) 5.0.4 -> 5.1.3 age adoption passing confidence
webpack-bundle-analyzer 4.8.0 -> 4.9.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript-bundler-plugins (@​sentry/webpack-plugin)

v2.3.0

Compare Source

  • feat(webpack): Generate deterministic debug IDs (#​321)
  • feat: Add filesToDeleteAfterUpload alias for deleteFilesAfterUpload (#​313)
  • feat: Sort globbed files to ensure deterministic bundle IDs (#​318)
  • fix(esbuild): Don't override user code with proxy module (#​322)
  • fix(esbuild): Fix debug ID generation (#​325)
  • fix: Use SENTRY_RELEASE environment variable to set release.name option (#​317)

Work in this release contributed by @​smbroadley. Thank you for your contribution!

v2.2.2

Compare Source

  • fix(esbuild): Don't use namespace for esbuild proxy resolving (#​311)
  • fix: Update commentUseStrictRegex to be lazy instead of greedy (#​309)

Work in this release contributed by @​jdk2pq. Thank you for your contribution!

v2.2.1

Compare Source

  • fix(esbuild): Inject different debug IDs into different output bundles (#​301)
  • fix(webpack): Set minimum webpack 4 peer dep to 4.40.0 (#​290)
  • fix: Use magic-string appendLeft instead of replace (#​303)
  • ref: Improve log message when sourcemap cannot be found (#​287)
open-cli-tools/concurrently (concurrently)

v8.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.1.0...v8.2.0

v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.0.1...v8.1.0

motdotla/dotenv (dotenv)

v16.3.1

Compare Source

Added
  • Add missing type definitions for processEnv and DOTENV_KEY options. #​756

v16.3.0

Compare Source

Added
  • Optionally pass DOTENV_KEY to options rather than relying on process.env.DOTENV_KEY. Defaults to process.env.DOTENV_KEY #​754

v16.2.0

Compare Source

Added
  • Optionally write to your own target object rather than process.env. Defaults to process.env. #​753
  • Add import type URL to types file #​751

v16.1.4

Compare Source

Added
  • Added .github/ to .npmignore #​747

v16.1.3

Compare Source

Removed
  • Removed browser keys for path, os, and crypto in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for path, os, and crypto. node-polyfill-webpack-plugin provides these.

v16.1.2

Compare Source

Changed
  • Exposed private function _configDotenv as configDotenv. #​744

v16.1.1

Compare Source

Added
  • Added type definition for decrypt function
Changed
  • Fixed {crypto: false} in packageJson.browser

v16.1.0

Compare Source

Added
  • Add populate convenience method #​733
  • Accept URL as path option #​720
  • Add dotenv to npm fund command
  • Spanish language README #​698
  • Add .env.vault support. 🎉 (#​730)

ℹ️ .env.vault extends the .env file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read more

Changed
  • Fixed "cannot resolve 'fs'" error on tools like Replit #​693
eslint/eslint (eslint)

v8.43.0

Compare Source

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (#​17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#​17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#​17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#​17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#​17022) (Francesco Trotta)

Documentation

Chores

v8.42.0

Compare Source

Features

  • b8448ff feat: correct no-useless-return behaviour in try statements (#​16996) (Nitin Kumar)

Bug Fixes

  • a589636 fix: Config with ignores and without files should not always apply (#​17181) (Milos Djermanovic)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#​17217) (Francesco Trotta)

Documentation

  • 01d7142 docs: Update README (GitHub Actions Bot)
  • e5182b7 docs: Update README (GitHub Actions Bot)

Chores

matrix-org/eslint-config-matrix-org (eslint-plugin-matrix-org)

v1.2.0: Release 1.2.0

Compare Source

1.2.0 Release

KaTeX/KaTeX (katex)

v0.16.8

Compare Source

Features
  • expose error length and raw error message on ParseError (#​3820) (710774a)
apostrophecms/sanitize-html (sanitize-html)

v2.11.0

Compare Source

  • Fix to allow false in allowedClasses attributes. Thanks to Kevin Jiang for this fix!
  • Upgrade mocha version
  • Apply small linter fixes in tests
  • Add .idea temp files to .gitignore
  • Thanks to Vitalii Shpital for the updates!
  • Show parseStyleAttributes warning in browser only. Thanks to mog422 for this update!
  • Remove empty non-boolean attributes via an exhaustive, configurable list of known non-boolean attributes. Thanks to Dylan Armstrong for this update!
npm/node-semver (semver)

v7.5.3

Compare Source

Bug Fixes
Documentation
stylelint/stylelint (stylelint)

v15.9.0

Compare Source

  • Added: insideFunctions: {"function": int} to number-max-precision (#​6932) (@​romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-radius shorthand (#​6958) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-width shorthand (#​6956) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-column and grid-row (#​6957) (@​mattxwang).

v15.8.0

Compare Source

v15.7.0

Compare Source

v15.6.3

Compare Source

stylelint-scss/stylelint-scss (stylelint-scss)

v5.0.1

Compare Source

  • Fixed: function-no-unknown ignore empty function names (#​826).

Full Changelog: stylelint-scss/stylelint-scss@v5.0.0...v5.0.1

Microsoft/TypeScript (typescript)

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

webpack-contrib/webpack-bundle-analyzer (webpack-bundle-analyzer)

v4.9.0

Compare Source

  • Improvement
    • Display modules included in concatenated entry modules on Webpack 5 when "Show content of concatenated modules" is checked (#​602 by @​pgoldberg)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.


This change is marked as an internal change (Task), so will not be included in the changelog.

@renovate renovate bot requested a review from a team as a code owner June 13, 2023 12:39
@renovate renovate bot requested a review from andybalaam June 13, 2023 12:39
@renovate renovate bot added Dependencies Pull requests that update a dependency file T-Task Tasks for the team like planning labels Jun 13, 2023
@renovate renovate bot enabled auto-merge (squash) June 13, 2023 12:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 156535d to 505c30c Compare June 22, 2023 08:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ec4770c to 6f6246f Compare June 27, 2023 06:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f6246f to e61ff9e Compare June 27, 2023 11:26
@renovate
Copy link
Contributor Author

renovate bot commented Jun 27, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot merged commit 4f1ce3c into develop Jun 28, 2023
16 of 17 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 28, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant