Update all non-major dependencies #100
Open
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:
6.3.2
->6.3.4
6.10.8
->6.11.3
6.1.2
->6.1.3
6.36.3
->6.38.1
1.3.0
->1.3.2
9.29.0
->9.34.0
5.0.0
->5.2.1
4.4.2
->4.7.0
13.1.0
->13.7.0
4.0.79
->4.0.81
1.0.61
->1.0.63
1.1.6
->1.1.15
1.1.3
->1.1.10
1.1.4
->1.3.3
1.1.6
->1.1.15
2.1.6
->2.1.16
1.1.6
->1.1.15
2.1.2
->2.1.7
1.1.6
->1.1.15
2.1.6
->2.2.6
1.1.2
->1.1.7
1.1.2
->1.2.3
1.1.3
->1.2.6
1.1.2
->1.1.10
1.1.2
->1.1.11
1.1.8
->1.2.8
1.12.5
->1.13.5
4.1.10
->4.1.12
22.15.32
->22.18.0
19.0.10
->19.1.12
19.0.4
->19.1.9
8.34.1
->8.41.0
8.34.1
->8.41.0
4.23.9
->4.25.1
4.3.4
->4.7.0
9.29.0
->9.34.0
4.4.3
->4.4.4
4.1.4
->4.2.0
16.2.0
->16.3.0
26.0.0
->26.1.0
7.8.0
->7.9.1
3.5.3
->3.6.2
19.0.0
->19.1.1
19.0.0
->19.1.1
7.54.2
->7.62.0
7.2.0
->7.8.2
2.0.1
->2.0.7
3.0.2
->3.3.1
4.1.10
->4.1.12
5.8.3
->5.9.2
8.18.1
->8.18.3
13.6.23
->13.6.27
3.24.2
->3.25.76
Release Notes
codemirror/lang-markdown (@codemirror/lang-markdown)
v6.3.4
Compare Source
Bug fixes
Make sure header-based indentation is available even when Markdown isn't the editor's top-level language.
v6.3.3
Compare Source
Bug fixes
Make
insertNewlineContinueMarkup
take effect even when at the end of a nested range of Markdown content.codemirror/language (@codemirror/language)
v6.11.3
Compare Source
Bug fixes
Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.
v6.11.2
Compare Source
Bug fixes
Make sure folded ranges open when backspacing or deleting into them.
v6.11.1
Compare Source
Bug fixes
Fix an issue where indentation would sometimes miss nodes in mixed-language situations.
v6.11.0
Compare Source
New features
Stream parsers now support a
mergeTokens
option that can be used to turn off automatic merging of adjacent tokens.codemirror/theme-one-dark (@codemirror/theme-one-dark)
v6.1.3
Compare Source
Bug fixes
Add a .d.cts file to make TypeScript happy.
codemirror/view (@codemirror/view)
v6.38.1
Compare Source
Bug fixes
Make the keymap not dispatch Alt key combos on macOS by key code, because those are generally used to type special characters.
Fix a layout bug that could occur with very narrow editors.
v6.38.0
Compare Source
New features
Gutters can now specify that they should be displayed after the content (which would be to the right in a left-to-right layout).
v6.37.2
Compare Source
Bug fixes
Fix an issue where moving the cursor vertically from the one-but-last character on a line would sometimes move incorrectly on Safari.
Fix an issue causing coordinates between lines of text to sometimes be inappropriately placed at the end of the line by
posAtCoords
.v6.37.1
Compare Source
Bug fixes
Properly add
crelt
as a dependency.v6.37.0
Compare Source
New features
View plugins can now take an argument, in which case they must be instantiated with their
of
method in order to be added to a configuration.The new
showDialog
function makes it easy to show a notification or prompt using a CodeMirror panel.v6.36.8
Compare Source
Bug fixes
Make
logException
log errors to the console whenonerror
returns a falsy value.Fix an issue in
MatchDecorator
causingupdateDeco
to sometimes not do the right thing for deletions.v6.36.7
Compare Source
Bug fixes
Use the
aria-placeholder
attribute to communicate the placeholder text to screen readers.Fix a crash when
EditorView.composing
or.compositionStarted
are accessed during view initialization.v6.36.6
Compare Source
Bug fixes
Fix an issue where
drawSelection
would draw selections starting at a block widget not at a line break in an odd way.Fix an issue where the editor would inappropriately scroll when editing near the bottom of the document with line wrapping enabled, in some cases.
Fix an issue that caused unnecessary transactions on focus change.
v6.36.5
Compare Source
Bug fixes
Fix an issue where some browsers wouldn't enable context menu paste when clicking on placeholder text.
Fix an issue where cursor height would unnecessarily be based on a placeholder node's dimensions, and thus be off from the text height.
v6.36.4
Compare Source
Bug fixes
Fix an issue where scrolling down to a range higher than the viewport could in some situations fail to scroll to the proper position.
eslint/rewrite (@eslint/compat)
v1.3.2
Compare Source
Dependencies
v1.3.1
Compare Source
Bug Fixes
@eslint/compat
eslint peerDependencies constraint (#215) (b96ec0c)Dependencies
eslint/eslint (@eslint/js)
v9.34.0
Compare Source
v9.33.0
Compare Source
v9.32.0
Compare Source
v9.31.0
Compare Source
v9.30.1
Compare Source
v9.30.0
Compare Source
react-hook-form/resolvers (@hookform/resolvers)
v5.2.1
Compare Source
v5.2.0
Compare Source
v5.1.1
Compare Source
Bug Fixes
v5.1.0
Compare Source
Features
v5.0.1
Compare Source
Bug Fixes
ianvs/prettier-plugin-sort-imports (@ianvs/prettier-plugin-sort-imports)
v4.7.0
Compare Source
What's Changed
This project began as a fork because I wanted a plugin that would not move side-effect imports around and mess with my CSS cascade. So its first and most distinguishing feature is that side-effect imports do not move, and other imports are not sorted across them.
This works fine in most cases, but some people have side-effect imports that they know can be sorted safely. For those, there is now an "escape hatch" option named
importOrderSafeSideEffects
. It is an array of glob pattern strings (similar toimportOrder
) which, when they match against a side-effect import, allow that import to be sorted as if it were a standard import.Suggestions for safe use:
^
at the start of your pattern and$
at the end, to avoid accidentally matching part of an import name. For example,"^server-only$"
, to avoid matching againstimport "not-server-only"
.// prettier-ignore
to stop sorting a particular import that would otherwise be sorted.Feedback on this feature is welcome.
Features
importOrderSafeSideEffects
option by @IanVS in IanVS#240Internal
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.3...v4.7.0
v4.6.3
Compare Source
What's Changed
Full Changelog: IanVS/prettier-plugin-sort-imports@4.6.2...v4.6.3
v4.6.2
Compare Source
What's Changed
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.1...4.6.2
v4.6.1
Compare Source
What's Changed
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.0...v4.6.1
v4.6.0
Compare Source
What's Changed
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.1...v4.6.0
v4.5.1
Compare Source
What's Changed
Fixes
Internal
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.0...v4.5.1
v4.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.2...v4.5.0
icons-pack/react-simple-icons (@icons-pack/react-simple-icons)
v13.7.0
Compare Source
Minor Changes
8056957
Thanks@LitoMore! - Bump simple-icons@15.8.0
v13.6.0
Compare Source
Minor Changes
b9bba6f
Thanks@LitoMore! - Bump simple-icons@15.7.0
v13.5.0
Compare Source
Minor Changes
f99d420
Thanks@LitoMore! - Bump simple-icons@15.6.0
v13.4.0
Compare Source
Minor Changes
8f2ba95
Thanks@LitoMore! - Bump simple-icons@15.5.0
v13.3.0
Compare Source
Minor Changes
18dc2d8
Thanks@LitoMore! - Bump simple-icons@15.4.0
v13.2.0
Compare Source
Minor Changes
965029b
Thanks@LitoMore! - Bump simple-icons@15.3.0
laurent22/joplin (@joplin/turndown)
v4.0.81
Compare Source
v4.0.80
Compare Source
laurent22/joplin-turndown-plugin-gfm (@joplin/turndown-plugin-gfm)
v1.0.63
Compare Source
v1.0.62
Compare Source
radix-ui/primitives (@radix-ui/react-alert-dialog)
v1.1.8
v1.1.7
Compare Source
swc-project/swc (@swc/core)
v1.13.5
Compare Source
Bug Fixes
(es/minifier) Preserve
array.join
with nullable values (#10937) (e495403)(es/preset-env) Update polyfill data (#11013) (934d8a5)
Features
Refactor
preserve
supports (#11025) (bc83875)v1.13.4
Compare Source
Bug Fixes
(es/lexer) Use error when handling '\0' (#10964) (53c22d1)
(es/minifier) Skip serde of
pure_funcs
in options (#10969) (862e70d)(es/minifier) Fix compile error with
debug
feature (#10999) (831eed5)(es/minifier) Don't eliminate class expr if some side effects contain
this
(#11003) (18aeac6)(es/module) Support optional chaining in
import.meta
(#10985) (758d8ec)(es/parser) Allow TS type args to start with LSHIFT (
<<
) to parseT<<S>() => void>
(#10996) (4911ec7)(ts/isolated-dts) Correct optional marker for class fields generated from constructor parameter (#10992) (0d680fd)
Expose GlobalPassOption.build (#10968) (c8a2668)
Features
(bindings/html) Add
keep-head-and-body
fortagOmission
in binding (#11014) (1e1ebeb)(html/minifier) Support
keep_head_and_body
(#11008) (86186db)(plugin/runner) Introduce
wasmtime
backend (#10958) (9fa8330)Miscellaneous Tasks
Performance
(es/ast) Remove alloc in leftmost api (#11005) (f59f233)
(es/minifier) Use bitflags for context of the
Pure
pass (#10953) (8cd5c58)(es/minifier) Reduce alloc (#10961) (6475070)
(es/minifier) Remove useless clone (#10970) (8873f65)
(es/minifier) Reduce clone (#10982) (4f2ed0d)
(es/minifier) Use
bitflags
forDropOpts
(#10990) (79206f1)(es/parser) Remove EOF check (#10976) (a10dada)
(es/parser) Introduce checkpoint to reduce clone (#11001) (cda08d1)
(es/parser) Remove useless
Rc<RefCell<T>>
(#11002) (39f5784)(es/parser) Remove
OneDirectionalList
and reduce allocation ofVec
(#11000) (0088ab8)Refactor
SyntaxContextData#opaque
(#10983) ([d5be248](https://redirect.github.com/swc-project/swc/commit/d5be248fc070caa658f04c3f54f5b1a0bConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.