-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore(deps): update all non-major dependencies #2523
Conversation
|
Preview environment ready: https://preview-2523--swisspost-web-frontend.netlify.app |
1f11584
to
c5a43f3
Compare
fe05259
to
7724f4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocked by #2537
a55ed31
to
6392683
Compare
6392683
to
1cbac50
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
This PR contains the following updates:
16.2.11
->16.2.12
16.2.11
->16.2.12
0.1.0
->0.4.0
4.10.0
->4.11.0
18.19.7
->18.19.9
16.18.71
->16.18.75
2.6.10
->2.6.11
6.19.0
->6.19.1
6.19.0
->6.19.1
v4.1.0
->v4.3.0
10.4.16
->10.4.17
3.35.0
->3.35.1
13.6.2
->13.6.3
16.3.1
->16.4.0
16.3.1
->16.4.0
43.0.0
->43.0.1
3.2.2
->3.2.4
3.2.2
->3.2.4
1.69.7
->1.70.0
16.1.0
->16.2.0
6.0.0
->6.1.0
29.1.1
->29.1.2
5.89.0
->5.90.0
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v16.2.12
Compare Source
@angular-devkit/build-angular
changesets/changesets (@changesets/parse)
v0.4.0
Compare Source
Minor Changes
a971652
Thanks @Andarist! -package.json#exports
have been added to limit what (and how) code might be imported from the package.Patch Changes
a971652
]:v0.3.16
Compare Source
Patch Changes
521205d
]:v0.3.15
Compare Source
Patch Changes
8c08469
]:v0.3.14
Compare Source
Patch Changes
dd9b76f
]:v0.3.13
Compare Source
Patch Changes
c87eba6
]:v0.3.12
Compare Source
Patch Changes
27a5a82
]:v0.3.11
Compare Source
Patch Changes
957e39c
Thanks @akphi! - Fixed an issue with failing to parse changesets containing a completely empty summary.v0.3.10
Compare Source
Patch Changes
9a993ba
]:v0.3.9
Compare Source
Patch Changes
e89e28a
]:v0.3.8
Compare Source
Patch Changes
de2b4a5
]:v0.3.7
Compare Source
Patch Changes
5b6005e
#462 Thanks @Andarist! - Fixed an issue with failing to parse changesets containing Windows newlines.v0.3.6
Compare Source
Patch Changes
2b49d66
]:v0.3.5
Compare Source
Patch Changes
1706fb7
#321 Thanks @mitchellhamilton! - Fix TypeScript declarationsUpdated dependencies [
1706fb7
]:v0.3.4
Compare Source
Patch Changes
011d57f
]:v0.3.3
Compare Source
Patch Changes
04ddfd7
#305 Thanks @Noviny! - Add link to changelog in readmeUpdated dependencies [
04ddfd7
,e56928b
]:v0.3.2
Patch Changes
41e2e3d
#292 Thanks @acheronfail! - Fixrepository
field in package.jsonUpdated dependencies [
41e2e3d
,cc8c921
,cc8c921
,2363366
]:v0.3.0
Compare Source
Minor Changes
a971652
Thanks @Andarist! -package.json#exports
have been added to limit what (and how) code might be imported from the package.Patch Changes
a971652
]:v0.2.1
Compare Source
v0.2.0
Compare Source
v0.1.2
Compare Source
ionic-team/stencil (@stencil/core)
v4.11.0
Compare Source
Bug Fixes
Features
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.19.1
Compare 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.1
Compare 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.0
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.3.0
v4.2.0
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.2.0
postcss/autoprefixer (autoprefixer)
v10.4.17
Compare Source
user-select: contain
prefixes.zloirock/core-js (core-js)
v3.35.1
Compare Source
ToLength
operation with bigints, #1318String#split
polyfillIterator
helpers proposal methods marked as supported from V8 ~ Chrome 122Set
methods, but they have a bug similar to Safariself
marked as fixed from Bun 1.0.22SuppressedError
andSymbol.{ dispose , asyncDispose }
marked as supported from Bun 1.0.23cypress-io/cypress (cypress)
v13.6.3
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-6-3
motdotla/dotenv (dotenv)
v16.4.0
Compare Source
error.code
to error messages around.env.vault
decryption handling #795.env.vault
file when filename(s) passed as an array #784v16.3.2
Compare Source
Added
Changed
populate
#792mightyiam/eslint-config-standard-with-typescript (eslint-config-standard-with-typescript)
v43.0.1
Compare Source
Build system / dependencies
Documentation
prettier/prettier (prettier)
v3.2.4
Compare Source
diff
Fix incorrect parser inference (#15947 by @fisker)
Files like
.eslintrc.json
were incorrectly formatted as JSONC files.v3.2.3
Compare 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.0
Compare Source
JavaScript API
Add a
sass.initCompiler()
function that returns asass.Compiler
objectwhich supports
compile()
andcompileString()
methods with the same API asthe global Sass object. On the Node.js embedded host, each
sass.Compiler
object uses a single long-lived subprocess, making compiling multiple
stylesheets much more efficient.
Add a
sass.initAsyncCompiler()
function that returns asass.AsyncCompiler
object which supports
compileAsync()
andcompileStringAsync()
methods withthe same API as the global Sass object. On the Node.js embedded host, each
sass.AsynCompiler
object uses a single long-lived subprocess, makingcompiling multiple stylesheets much more efficient.
Embedded Sass
Support the
CompileRequest.silent
field. 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
info
field.stylelint/stylelint (stylelint)
v16.2.0
Compare Source
media-query-no-invalid
specific problem messages (#7462) (@romainmenke).checkContextFunctionalPseudoClasses: []
toselector-max-id
(#7380) (@brigitamaria).declaration-property-value-no-unknown
false negatives for@starting-style
(#7461) (@fpetrakov).function-no-unknown|value-keyword-case
false positives for template literals with line breaks (#7443) (@Sh031224).allowEmptyInput
option ignored in configuration object regression (#7446) (@ybiquitous).at-rule-no-unknown
false positives for@starting-style
(#7438) (@fpetrakov).ERR_UNSUPPORTED_ESM_URL_SCHEME
for--custom-formatter
on Windows (#7432) (@JounQin).Error: Could not find <package>
message clarity (#7456) (@jeddy3).overrides.files
negated pattern regression introduced in 15.0.0 (#7468) (@ybiquitous).stylelint-scss/stylelint-scss (stylelint-scss)
v6.1.0
Compare Source
no-unused-private-members
rule (#884).function-calculation-no-interpolation
allow calc function interpolation in SassScript (#947)property-no-unknown
support deeper nested properties (#948)Full Changelog: stylelint-scss/stylelint-scss@v6.0.0...v6.1.0
kulshekhar/ts-jest (ts-jest)
v29.1.2
Compare Source
Bug Fixes
supportsStaticESM
(a5d6f2d)processAsync
(e7be4bf), closes #4207Config.ProjectConfig
(918312b), closes #4028webpack/webpack (webpack)
v5.90.0
Compare Source
Bug Fixes
RemoveParentModulesPlugin
via bigint arithmeticServer
andDirent
fetchPriority
to hmr runtime'sensureChunk
functionoutput.environment.arrowFunction
option/*#__PURE__*/
to generatedJSON.parse()
amd
externals andamd
librarySideEffectsFlagPlugin
with namespace re-exportsor
strictModuleErrorHandling
is now workingNew Features
false
for dev server inwebpack.config.js
node-module
option for thenode.__filename/__dirname
and enable it by default for ESM targetsnapshot.unmanagedPaths
optionMultiCompilerOptions
typeexportsOnly
option 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.