chore(deps): update all non-major dependencies#2523
Merged
Conversation
|
Contributor
1f11584 to
c5a43f3
Compare
fe05259 to
7724f4c
Compare
gfellerph
requested changes
Jan 24, 2024
a55ed31 to
6392683
Compare
6392683 to
1cbac50
Compare
|
gfellerph
approved these changes
Jan 24, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
16.2.11->16.2.1216.2.11->16.2.120.1.0->0.4.04.10.0->4.11.018.19.7->18.19.916.18.71->16.18.752.6.10->2.6.116.19.0->6.19.16.19.0->6.19.1v4.1.0->v4.3.010.4.16->10.4.173.35.0->3.35.113.6.2->13.6.316.3.1->16.4.016.3.1->16.4.043.0.0->43.0.13.2.2->3.2.43.2.2->3.2.41.69.7->1.70.016.1.0->16.2.06.0.0->6.1.029.1.1->29.1.25.89.0->5.90.0Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v16.2.12Compare Source
@angular-devkit/build-angular
changesets/changesets (@changesets/parse)
v0.4.0Compare Source
Minor Changes
a971652Thanks @Andarist! -package.json#exportshave been added to limit what (and how) code might be imported from the package.Patch Changes
a971652]:v0.3.16Compare Source
Patch Changes
521205d]:v0.3.15Compare Source
Patch Changes
8c08469]:v0.3.14Compare Source
Patch Changes
dd9b76f]:v0.3.13Compare Source
Patch Changes
c87eba6]:v0.3.12Compare Source
Patch Changes
27a5a82]:v0.3.11Compare Source
Patch Changes
957e39cThanks @akphi! - Fixed an issue with failing to parse changesets containing a completely empty summary.v0.3.10Compare Source
Patch Changes
9a993ba]:v0.3.9Compare Source
Patch Changes
e89e28a]:v0.3.8Compare Source
Patch Changes
de2b4a5]:v0.3.7Compare Source
Patch Changes
5b6005e#462 Thanks @Andarist! - Fixed an issue with failing to parse changesets containing Windows newlines.v0.3.6Compare Source
Patch Changes
2b49d66]:v0.3.5Compare Source
Patch Changes
1706fb7#321 Thanks @mitchellhamilton! - Fix TypeScript declarationsUpdated dependencies [
1706fb7]:v0.3.4Compare Source
Patch Changes
011d57f]:v0.3.3Compare Source
Patch Changes
04ddfd7#305 Thanks @Noviny! - Add link to changelog in readmeUpdated dependencies [
04ddfd7,e56928b]:v0.3.2Patch Changes
41e2e3d#292 Thanks @acheronfail! - Fixrepositoryfield in package.jsonUpdated dependencies [
41e2e3d,cc8c921,cc8c921,2363366]:v0.3.0Compare Source
Minor Changes
a971652Thanks @Andarist! -package.json#exportshave been added to limit what (and how) code might be imported from the package.Patch Changes
a971652]:v0.2.1Compare Source
v0.2.0Compare Source
v0.1.2Compare Source
ionic-team/stencil (@stencil/core)
v4.11.0Compare Source
Bug Fixes
Features
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.19.1Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.19.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
actions/upload-artifact (actions/upload-artifact)
v4.3.0Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.3.0
v4.2.0Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.2.0
postcss/autoprefixer (autoprefixer)
v10.4.17Compare Source
user-select: containprefixes.zloirock/core-js (core-js)
v3.35.1Compare Source
ToLengthoperation with bigints, #1318String#splitpolyfillIteratorhelpers proposal methods marked as supported from V8 ~ Chrome 122Setmethods, but they have a bug similar to Safariselfmarked as fixed from Bun 1.0.22SuppressedErrorandSymbol.{ dispose , asyncDispose }marked as supported from Bun 1.0.23cypress-io/cypress (cypress)
v13.6.3Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-6-3
motdotla/dotenv (dotenv)
v16.4.0Compare Source
error.codeto error messages around.env.vaultdecryption handling #795.env.vaultfile when filename(s) passed as an array #784v16.3.2Compare Source
Added
Changed
populate#792mightyiam/eslint-config-standard-with-typescript (eslint-config-standard-with-typescript)
v43.0.1Compare Source
Build system / dependencies
Documentation
prettier/prettier (prettier)
v3.2.4Compare Source
diff
Fix incorrect parser inference (#15947 by @fisker)
Files like
.eslintrc.jsonwere incorrectly formatted as JSONC files.v3.2.3Compare Source
diff
Throw errors for invalid code (#15881 by @fisker, @Josh-Cena, @auvred)
Fix parser inference (#15927 by @fisker)
sass/dart-sass (sass)
v1.70.0Compare Source
JavaScript API
Add a
sass.initCompiler()function that returns asass.Compilerobjectwhich supports
compile()andcompileString()methods with the same API asthe global Sass object. On the Node.js embedded host, each
sass.Compilerobject uses a single long-lived subprocess, making compiling multiple
stylesheets much more efficient.
Add a
sass.initAsyncCompiler()function that returns asass.AsyncCompilerobject which supports
compileAsync()andcompileStringAsync()methods withthe same API as the global Sass object. On the Node.js embedded host, each
sass.AsynCompilerobject uses a single long-lived subprocess, makingcompiling multiple stylesheets much more efficient.
Embedded Sass
Support the
CompileRequest.silentfield. This allows compilations with nologging to avoid unnecessary request/response cycles.
The Dart Sass embedded compiler now reports its name as "dart-sass" rather
than "Dart Sass", to match the JS API's
infofield.stylelint/stylelint (stylelint)
v16.2.0Compare Source
media-query-no-invalidspecific problem messages (#7462) (@romainmenke).checkContextFunctionalPseudoClasses: []toselector-max-id(#7380) (@brigitamaria).declaration-property-value-no-unknownfalse negatives for@starting-style(#7461) (@fpetrakov).function-no-unknown|value-keyword-casefalse positives for template literals with line breaks (#7443) (@Sh031224).allowEmptyInputoption ignored in configuration object regression (#7446) (@ybiquitous).at-rule-no-unknownfalse positives for@starting-style(#7438) (@fpetrakov).ERR_UNSUPPORTED_ESM_URL_SCHEMEfor--custom-formatteron Windows (#7432) (@JounQin).Error: Could not find <package>message clarity (#7456) (@jeddy3).overrides.filesnegated pattern regression introduced in 15.0.0 (#7468) (@ybiquitous).stylelint-scss/stylelint-scss (stylelint-scss)
v6.1.0Compare Source
no-unused-private-membersrule (#884).function-calculation-no-interpolationallow calc function interpolation in SassScript (#947)property-no-unknownsupport deeper nested properties (#948)Full Changelog: stylelint-scss/stylelint-scss@v6.0.0...v6.1.0
kulshekhar/ts-jest (ts-jest)
v29.1.2Compare Source
Bug Fixes
supportsStaticESM(a5d6f2d)processAsync(e7be4bf), closes #4207Config.ProjectConfig(918312b), closes #4028webpack/webpack (webpack)
v5.90.0Compare Source
Bug Fixes
RemoveParentModulesPluginvia bigint arithmeticServerandDirentfetchPriorityto hmr runtime'sensureChunkfunctionoutput.environment.arrowFunctionoption/*#__PURE__*/to generatedJSON.parse()amdexternals andamdlibrarySideEffectsFlagPluginwith namespace re-exportsorstrictModuleErrorHandlingis now workingNew Features
falsefor dev server inwebpack.config.jsnode-moduleoption for thenode.__filename/__dirnameand enable it by default for ESM targetsnapshot.unmanagedPathsoptionMultiCompilerOptionstypeexportsOnlyoption to CSS generator optionsDependencies & Maintenance
Full Changelog: webpack/webpack@v5.89.0...v5.90.0
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.