fix(deps): update all non-major dependencies #2487
Merged
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.12
->16.2.13
0.1.0
->0.4.0
2.0.0
->2.0.1
4.9.0
->4.10.0
7.6.7
->7.6.8
7.6.7
->7.6.8
7.6.7
->7.6.8
7.6.7
->7.6.8
7.6.7
->7.6.8
7.6.7
->7.6.8
7.6.7
->7.6.8
7.6.7
->7.6.8
7.6.7
->7.6.8
7.6.7
->7.6.8
7.6.7
->7.6.8
18.19.5
->18.19.7
16.18.70
->16.18.71
18.2.47
->18.2.48
6.18.0
->6.19.0
6.18.0
->6.19.0
16.6.1
->16.6.2
9.0.1
->9.1.0
3.1.0
->3.1.1
3.1.0
->3.1.1
3.1.1
->3.2.2
7.6.7
->7.6.8
0.14.2
->0.14.3
Release Notes
angular/components (@angular/cdk)
v16.2.13
Compare Source
material
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
geometricpanda/storybook-addon-badges (@geometricpanda/storybook-addon-badges)
v2.0.1
Compare Source
🐛 Bug Fix
Authors: 1
ionic-team/stencil (@stencil/core)
v4.10.0
Compare Source
Bug Fixes
Features
🍬 4.9.1 (2024-01-08)
Bug Fixes
v4.9.1
Compare Source
Bug Fixes
storybookjs/storybook (@storybook/addon-essentials)
v7.6.8
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.19.0
Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.1
Compare Source
🩹 Fixes
eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line
eslint-plugin: [no-unnecessary-condition] improve checking optional callee
eslint-plugin: [prefer-readonly] support modifiers of unions and intersections
eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.19.0
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.
v6.18.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.
eslint-community/eslint-plugin-n (eslint-plugin-n)
v16.6.2
Compare Source
5fc2198
)postcss/gulp-postcss (gulp-postcss)
v9.1.0
Compare Source
lit/lit (lit)
v3.1.1
Compare Source
Patch Changes
#4409
1af7991c
- asyncReplace correctly re-renders when value is unchanged (#4408)#4473
9a4d569f
- Add a warning in dev mode when binding this.requestUpdate directly as an event listener.#4413
f60a3a2c
- Remove unused internal parameters torequestUpdate()
lit/lit (lit-html)
v3.1.1
Compare Source
Patch Changes
1af7991c
- asyncReplace correctly re-renders when value is unchanged (#4408)prettier/prettier (prettier)
v3.2.2
Compare Source
diff
Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by @eelco)
For example this code would crash before:
Fix formatting error on optional call expression and member chain (#15920 by @sosukesuzuki)
v3.2.1
Compare Source
diff
Fix formatting error on member chain (#15915 by @sosukesuzuki)
v3.2.0
Compare Source
diff
🔗 Release Notes
storybookjs/storybook (storybook)
v7.6.8
Compare Source
angular/angular (zone.js)
v0.14.3
Compare Source
Bug Fixes
Features
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.