Bump the minor group across 1 directory with 43 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(19 days ago)
(19 days ago)
dependencies javascript
Bumps the minor group with 41 updates in the / directory:
Updates @codemirror/language
from 6.11.0 to 6.11.3
Changelog
Sourced from @codemirror/language
's changelog.
6.11.3 (2025-08-15)
Bug fixes
Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.
6.11.2 (2025-06-27)
Bug fixes
Make sure folded ranges open when backspacing or deleting into them.
6.11.1 (2025-06-02)
Bug fixes
Fix an issue where indentation would sometimes miss nodes in mixed-language situations.
Commits
9c41d68
Mark version 6.11.31979f0d
Reduce StreamParser chunk sizeca8d6be
Mark version 6.11.22bc3b04
Open folds when deleting/backspacing into them53e08cc
Mark version 6.11.156a1c5f
Fix an issue in overlay tree traversal in indentation951477e
Fix grammar in doc comment- See full diff in compare view
Updates @codemirror/search
from 6.5.10 to 6.5.11
Changelog
Sourced from @codemirror/search
's changelog.
6.5.11 (2025-05-14)
Bug fixes
Fix an issue in
replaceNext
that could cause it to create an invalid selection when replacing past the end of the document.
Commits
a221fa3
Mark version 6.5.11fcebbbf
Fix a bug in selection mapping after replace11b6def
Switch from exclamation point to declare syntax for type-only properties- See full diff in compare view
Updates @codemirror/theme-one-dark
from 6.1.2 to 6.1.3
Changelog
Sourced from @codemirror/theme-one-dark
's changelog.
6.1.3 (2025-06-19)
Bug fixes
Add a .d.cts file to make TypeScript happy.
Commits
5c4c69e
Mark version 6.1.37858e89
Adjust readme usage section style830f40c
update readme8340686
Move to@codemirror/buildhelper
1.0.0- See full diff in compare view
Updates @csstools/postcss-oklab-function
from 4.0.9 to 4.0.10
Changelog
Sourced from @csstools/postcss-oklab-function
's changelog.
4.0.10
May 27, 2025
- Updated
@csstools/css-tokenizer
to3.0.4
(patch)- Updated
@csstools/postcss-progressive-custom-properties
to4.1.0
(minor)- Updated
@csstools/css-parser-algorithms
to3.0.5
(patch)- Updated
@csstools/css-color-parser
to3.0.10
(patch)
Commits
- See full diff in compare view
Updates @fortawesome/react-fontawesome
from 0.2.2 to 0.2.3
Release notes
Sourced from @fortawesome/react-fontawesome
's releases.
Release 0.2.3
Changed
Font Awesome Pro+ icons are now available with an active Pro+ subscription.
Removed example directory and files
Deprecated
fa-fw
propAdded
Added
widthAuto
propAdded
rotateBy
prop
Changelog
Sourced from @fortawesome/react-fontawesome
's changelog.
0.2.3 - 2025-07-23
Changed
Font Awesome Pro+ icons are now available with an active Pro+ subscription.
Removed example directory and files
Deprecated
fa-fw
propAdded
Added
widthAuto
propAdded
rotateBy
prop
Commits
Maintainer changes
This version was pushed to npm by jasonlundien, a new releaser for @fortawesome/react-fontawesome
since your current version.
Updates @kittycad/lib
from 2.0.35 to 2.0.46
Commits
c8accb9
Update api spec (#346)d0c0035
Update api spec (#342)b37f9e3
Update api spec (#341)f0f6aa9
Update api spec (#340)4614a25
Update api spec (#335)3a02556
Update api spec (#334)88f1b6a
Update api spec (#333)a2dbee2
Update api spec (#332)3141c5d
Update api spec (#331)b29bd11
Update api spec (#330)- Additional commits viewable in compare view
Updates bson
from 6.10.3 to 6.10.4
Release notes
Sourced from bson's releases.
v6.10.4
6.10.4 (2025-06-02)
The MongoDB Node.js team is pleased to announce version 6.10.4 of the
bson
package!Release Notes
Top-Level Await removed from the browser BSON bundle
In versions <6.10.4, BSON uses a top-level await to asynchronously import the
crypto
module. This change unintentionally caused headaches for users of webpack, react native, vite and other tools bundlers and tools.The top-level await has been removed from all BSON bundles. Thanks to
@lourd
for this contribution.Prevent the creation of incorrectly sized float32 vectors
This adds validation to our
BSON.serialize
andEJSON.stringify
methods that will prevent creating float 32 vectors that are not a multiple of 4. Previously created vectors that do not meet this validation will still bedeserialized
andparsed
so they can be fixed.Additionally, the
toFloat32Array()
,toInt8Array()
, andtoPackedBits()
methods now perform the same validation that serialize does to prevent use of incorrectly formatted Binary vector values. (For example, a packed bits vector with more than 7 bits of padding)Vectors of an incorrect length could only be made manually (directly constructing the bytes and calling
new Binary
). We recommend usingtoFloat32Array
andfromFloat32Array
when interacting with Vectors in MongoDB as they handle the proper creation and translation of this data type.Bug Fixes
- NODE-6074: Removes top-level await in bson with separate node and browser ESM bundles (#749) (4602973)
- NODE-6735, NODE-6711: add BSON vector validation to EJSON stringification, serialization and conversion to native types (#748) (64ff6a2)
Documentation
We invite you to try the
bson
library immediately, and report any issues to the NODE project.
Commits
302f96e
chore(main): release 6.10.4 (#803)da8a4bf
chore: revert release 6.10.4 (#802)8d712be
chore(main): release 6.10.4 (#800)0203beb
chore: revert 6.10 release to try again (#799)b021bd8
chore(main): release 6.10.4 (#789)86f9dc4
chore(NODE-6938): update typescript to 5.8.3 (#793)3e5f1f8
deps(NODE-6898): FY26Q2 dependency updates (#795)17650e1
chore(NODE-6921): perf tests default to cwd and errexit (#791)7f2a6d3
test(NODE-6920): esm bundles do not have top-level await (#790)4602973
fix(NODE-6074): Removes top-level await in bson with separate node and browse...- Additional commits viewable in compare view
Updates codemirror
from 6.0.1 to 6.0.2
Changelog
Sourced from codemirror's changelog.
6.0.2 (2025-06-19)
Bug fixes
Make sure to include a .d.cts file to make TypeScript happy.
Commits
76462c0
Mark version 6.0.286f3699
Add a usage section to readmeb3be7cd
Move to@codemirror/buildhelper
1.0.078d1a91
Update maintainer email- See full diff in compare view
Updates html2canvas-pro
from 1.5.8 to 1.5.11
Release notes
Sourced from html2canvas-pro's releases.
v1.5.11
Please refer to CHANGELOG.md for details.
v1.5.10
Please refer to CHANGELOG.md for details.
v1.5.9
Please refer to CHANGELOG.md for details.
Changelog
Sourced from html2canvas-pro's changelog.
1.5.11 (2025-05-12)
Features
- add the
customIsSameOrigin
option to support custom same-origin checks (dd9ef5e)Documentation
- changelog: fixes (e29d83d)
- configuration: add examples and explanations for using the
customIsSameOrigin
option (c404b8f)Chore
- missing download info (856f709)
- reftests: add custom isSameOrigin tests and redirect handling (e371834)
1.5.10 (2025-04-27)
Fixes
1.5.9 (2025-04-27)
Fixes
- failed to execute 'addColorStop' on 'CanvasGradient' (f84f057)
- set font correctly in text input elements (b0203c0)
Documentation
Chore
... (truncated)
Commits
bb77c21
chore(release): 1.5.11856f709
chore: missing download info49f903d
Merge pull request #117 from alonesuperman/maine371834
test(reftests): add custom isSameOrigin tests and redirect handlingc404b8f
docs(configuration): add examples and explanations for using the `customIsSam...dd9ef5e
feat: add thecustomIsSameOrigin
option to support custom same-origin checkse29d83d
docs(changelog): fixesf502562
chore(release): 1.5.10c1cb846
chore: optimize version-upgrade30d8c4d
chore(release): 1.5.9- Additional commits viewable in compare view
Updates json-rpc-2.0
from 1.7.0 to 1.7.1
Release notes
Sourced from json-rpc-2.0's releases.
v1.7.1
- Remove spec files from the package: shogowada/json-rpc-2.0#59
Commits
54d31c6
1.7.111ba2e7
Use files attribute while ignoring specsa64f97a
Update mocha versions1ee948d
removed package-lock from repo and test files from tarballs (#59)dba4d44
Update README.md with clarification for Client Auth Params (#58)93b8490
Update README.md (#55)a543813
Fix npm auditf508702
Update README- See full diff in compare view
Updates react-hot-toast
from 2.5.2 to 2.6.0
Release notes
Sourced from react-hot-toast's releases.
v2.6.0
- Adds support for multiple toasters
- Adapt build to minify inlined CSS
https://github.com/timolins/react-hot-toast/compare/v2.5.2...v2.6.0
v2.6.0-beta.0
What's new
- Adds support for multiple toasters
- Add first version of Multi toaster docs
- Add
dismissAll
andremoveAll
More ergonomic API when working with multiple toasters a1d0b02Ready to try it out?
npm i react-hot-toast@beta
Other Changes
- Update pnpm version f6c867b
- Move timeouts inside a
useRef
cb1fe8e- Use data tag instead of id 1d5d3d3
- Fix dispatch to be id specific again fe934fd
- Merge branch 'main' into global-settings 0953822
- Add first version of multi toaster page 5b1ee55
- Merge branch 'main' into global-settings 4d43622
- Move toaster settings into state cf9ae4b
- Some experimentation with global settings API 2e0a4dd
https://github.com/timolins/react-hot-toast/compare/v2.5.1...v2.6.0-beta.0
Commits
3a870ed
2.6.085d4b21
Merge pull request #383 from timolins/multi-toaster15605ee
Remove example2bf1aaa
Improve multi toaster docsb53bdb3
Merge branch 'main' into multi-toaster4607412
Slight bump size limite1bfeaf
Merge branch 'main' into multi-toaster35f5efe
Merge pull request #407 from timolins/minify-inline-css6dca025
Remove not working option5f27b51
Remove fragile css minifier for now- Additional commits viewable in compare view
Updates three
from 0.175.0 to 0.179.1
Commits
- See full diff in compare view
Updates xstate
from 5.19.2 to 5.20.2
Release notes
Sourced from xstate's releases.
xstate@5.20.2
Patch Changes
#5351
71387ff
Thanks@davidkpiano
! - Fix: Emit callback errors no longer crash the actoractor.on('event', () => { // Will no longer crash the actor throw new Error('oops'); });
xstate@5.20.1
Patch Changes
- #5315
9a0ae82
Thanks@sfc-gh-dperezalvarez
! - ExportedInspectedActionEvent
typexstate@5.20.0
Minor Changes
#5287
e07a7cd8462473188a0fb646a965e61be1ce6ae3
Thanks@davidkpiano
! - The graph and model-based testing utilities from@xstate/graph
(and@xstate/test
previously) were moved to the corexstate
package.import { createMachine } from 'xstate'; import { getShortestPaths } from 'xstate/graph';
const machine = createMachine({ // ... });
const paths = getShortestPaths(machine, { fromState: 'a', toState: 'b' });
xstate@5.19.4
Patch Changes
- #5289
479c74b83fa77c57c48f54cf0e9dcfab5fe6cae5
Thanks@ebadyz
! - Removed outdatedcontext
parameter reference fromprovide
method documentation.xstate@5.19.3
Patch Changes
- #5269
b453b2d72ba12d0fe46a995f9ccced8000fd0cc9
Thanks@chladog
! - Add proper history value persistence and restoration
Commits
0002811
Version Packages (#5352)71387ff
[core] Fix emit callback error crashing actor (#5351)adc3183
Version Packages (#5350)4dff4e9
[@xstate/store
] Fix TS error localization (#5347)539f305
Update Vite configuration in examples and templates to allow all server hosts...12b4437
Version Packages (#5342)b64a6c9
[@xstate/store
] chore: add missing EventFromStoreConfig, EmitsFromStoreConfi...5c29828
Version Packages (#5339)c4adf25
[@xstate/store
] Add support for generics (#5334)2cd4ffe
Version Packages (#5330)- Additional commits viewable in compare view
Updates @babel/preset-env
from 7.26.9 to 7.28.3
Release notes
Sourced from @babel/preset-env
's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jam Balaya (
@JamBalaya56562
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- easrng (
@easrng
)v7.28.2 (2025-07-24)
Thanks
@souhailaS
for your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- SOUHAILA SERBOUT (
@souhailaS
)@liuxingbaoyu
v7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @babel/preset-env
's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
... (truncated)
Commits
ef155f5
v7.28.398d18aa
Misc: Cleanup Babel 8 tasks (#17429)fb57f26
chore: update browser compat libs (#17469)f4a9616
[static blocks] Do not inject new static fields after static code (#17443)f743094
fix:regeneratorDefine
compatibility with es5 strict mode (#17441)ccc5fae
v7.28.0743ecd4
Add explicit resource management to preset-env (#17355)cd0de90
Updatebabel-polyfill
packages (#17403)fdbf1b3
fix:finally
causes unexpected return value (#17366)7ba1afa
Update babel 8 preset env fixtures (#17356)- Additional commits viewable in compare view
Updates @electron-forge/cli
from 7.8.0 to 7.8.3
Release notes
Sourced from @electron-forge/cli
's releases.
v7.8.3
What's Changed
Bug Fixes & Improvements
- fix(plugin-fuses): only use fuses v1 by
@erickzhao
in electron/forge#3972Full Changelog: https://github.com/electron/forge/compare/v7.8.2...v7.8.3
v7.8.2
What's Changed
Bug Fixes & Improvements
- fix(plugin-vite): ensure vite build errors are propagated to CLI by
@erickzhao
in electron/forge#3939- fix(vite-typescript): add missing
@types/electron-squirrel-startup
dependency by@alectrocute
in electron/forge#3957- fix: remove unused
ts-node
in template by@himself65
in electron/forge#3959- fix: hide promises from promisify by
@MarshallOfSound
in electron/forge#3969Other Changes
- build(deps): update Octokit by
@erickzhao
in electron/forge#3940- build(dev-deps): upgrade vitest to latest by
@erickzhao
in electron/forge#3941- build(deps): bump form-data from 4.0.0 to 4.0.4 by
@dependabot
[bot] in electron/forge#3966- ci: use latest version of
wixtoolset
v3 by@erickzhao
in electron/forge#3946- ci: disable macOS x64 configs by
@erickzhao
in electron/forge#3960- chore: update electron-quick-start references by
@yangannyx
in electron/forge#3958- chore(plugin-vite): delete unused dependencies by
@dmitriy-bizyaev
in electron/forge#3952New Contributors
@alectrocute
made their first contribution in electron/forge#3957@dmitriy-bizyaev
made their first contribution in electron/forge#3952@himself65
made their first contribution in electron/forge#3959Full Changelog: https://github.com/electron/forge/compare/v7.8.1...v7.8.2
v7.8.1
What's Changed
Bug Fixes and Improvements
- fix(plugin-webpack): make entry point consistent between dev and prod by
@viliml
in electron/forge#3871- fix(package): update
@electron/universal
to v2.0.3 by@erickzhao
in electron/forge#3931- fix: add electron-winstaller in onlyBuiltDependencies by
@wy-luke
in electron/forge#3924- fix(core): load TypeScript configurations with
jiti
by@erickzhao
in electron/forge#3907Other Changes
- build(deps): bump vite from 5.4.14 to 5.4.15 by
@dependabot
in electron/forge#3899- build(deps): bump vite from 5.4.15 to 5.4.16 by
@dependabot
in electron/forge#3901- build(deps): bump dsanders11/project-actions from 1.5.1 to 1.7.0 by
@dependabot
in electron/forge#3905- build(deps): bump actions/setup-node from 4.2.0 to 4.3.0 by
@dependabot
in electron/forge#3904- build(deps): bump vite from 5.4.16 to 5.4.17 by
@dependabot
in electron/forge#3912
... (truncated)
Changelog
Sourced from @electron-forge/cli
's changelog.
6.0.2 (2022-11-14)
6.0.1 (2022-11-08)
6.0.0 (2022-11-02)
6.0.0-beta.75 (2022-11-01)
New Features
6.0.0-beta.74 (2022-11-01)
Bug Fixes
Other Changes
6.0.0-beta.73 (2022-11-01)
Bug Fixes
6.0.0-beta.72 (2022-10-31)
6.0.0-beta.71 (2022-10-31)
Bug Fixes
- packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
- publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
- template-base: use minimum instead of exact version when replacing
ELECTRON_FORGE/VERSION
in templates (#3030) (7aaa7029)- use
@electron-forge/cli
hint for project resolution (#3023) (b5d05874)- restore isProd in the webpack plugin (#3021) (531788ba)
6.0.0-beta.70 (2022-10-28)
Bug Fixes
- template-typescript-webpack:
6.0.0-beta.69 (2022-10-27)
... (truncated)
Commits
4ff6571
v7.8.3dae6569
fix(plugin-fuses): only use fuses v1 (#3972)b8bc798
v7.8.24440ec9
fix: hide promises from promisify (#3969)8454d18
build(deps): bump form-data from 4.0.0 to 4.0.4 (#3966)35e7b9c
ci: disable macOS x64 configs (#3960)27467a0
fix: remove unusedts-node
in template (#3959)3e33395
chore(plugin-v...Description has been truncated
Pull Request Statistics
1
5
+2746
-2341
Package Dependencies
eslint-plugin-testing-library
npm
7.1.1 → 7.6.6
Minor
@rollup/plugin-typescript
npm
12.1.2 → 12.1.4
Patch
@fortawesome/react-fontawesome
npm
0.2.2 → 0.2.3
Patch
@csstools/postcss-oklab-function
npm
4.0.9 → 4.0.10
Patch
@electron-forge/plugin-fuses
npm
7.8.0 → 7.8.3
Patch
@electron-forge/plugin-vite
npm
7.8.0 → 7.8.3
Patch
vite-plugin-top-level-await
npm
1.5.0 → 1.6.0
Minor
Technical Details
ID: | 5311283 |
UUID: | 2754122814 |
Node ID: | PR_kwDOIws4Ns6kKJQ- |
Host: | GitHub |
Repository: | KittyCAD/modeling-app |
Merge State: | Unknown |