Bumps the dependencies group with 1 update in the /src/backend directory: eslint.
Bumps the dependencies group with 44 updates in the /src/frontend directory:
Avoid a stack overflow that could happen when updating a line with a lot of text tokens.
Improve the way enormously long (non-wrapped) lines are displayed by making sure they stay shorter than the maximal pixel size the browser's CSS engine can handle.
6.34.0 (2024-09-25)
Bug fixes
Fix an issue where the dots past the wrapping point were displayed incorrectly when using highlightWhitespace with a wrapped sequence of spaces.
Improve performance of documents displaying lots of highlighted spaces by using a CSS background instead of pseudo-element.
New features
placeholder now allows a function that constructs the placedholder DOM to be passed in, and uses cloneNode when a raw element is passed in, to prevent adding the same element to multiple editors.
6.33.1 (2024-08-30)
Bug fixes
Work around odd behavior in Chrome's newly supported caretPositionFromPoint method, which could cause CodeMirror to crash with a null dereference.
Bumps the dependencies group with 1 update in the /src/backend directory: eslint. Bumps the dependencies group with 44 updates in the /src/frontend directory:
6.18.1
6.18.2
6.8.1
6.8.2
6.5.6
6.5.7
6.33.0
6.34.1
4.11.4
4.13.0
4.11.4
4.13.0
7.12.2
7.13.4
7.12.2
7.13.4
7.12.2
7.13.4
7.12.2
7.13.4
7.12.2
7.13.4
7.12.2
7.13.4
7.12.2
7.13.4
7.12.2
7.13.4
7.12.2
7.13.4
7.12.2
7.13.4
7.12.2
7.13.4
8.31.0
8.36.0
3.17.0
3.21.0
5.56.2
5.59.19
4.23.3
4.23.6
4.23.3
4.23.6
1.15.5
1.16.0
8.3.0
8.3.1
1.4.4
1.5.0
7.53.0
7.53.1
6.26.2
6.27.0
5.8.1
5.8.2
2.12.7
2.13.3
4.5.5
5.0.1
7.25.2
7.26.0
7.24.7
7.25.9
7.24.7
7.26.0
1.2.0
1.2.1
4.11.4
4.13.0
4.11.4
4.13.0
1.47.2
1.48.2
22.6.0
22.8.7
18.3.8
18.3.12
18.3.0
18.3.1
4.0.15
4.0.17
4.3.1
4.3.3
5.6.2
5.6.3
5.4.7
5.4.10
Updates
eslint
from 9.11.0 to 9.14.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
db0b844
9.14.020b0da1
Build: changelog update for 9.14.0f36cb16
chore: upgrade@eslint/js
@9
.14.0 (#19086)28be447
chore: package.json update for@eslint/js
release24d0172
fix: enable retry concurrency limit for readFile() (#19077)3fa009f
feat: add support for Import Attributes and RegExp Modifiers (#19076)b0faee3
feat: add types for the@eslint/js
package (#19010)151c965
docs: updatecontext.languageOptions.parser
description (#19084)dc34f94
docs: Update READMEf48a2a0
test: addno-invalid-regexp
tests with RegExp Modifiers (#19075)Updates
@codemirror/autocomplete
from 6.18.1 to 6.18.2Changelog
Sourced from
@codemirror/autocomplete
's changelog.Commits
d0c97d3
Mark version 6.18.25e97bd6
Make updateSyncTime apply to synchronously updates completion sourcesUpdates
@codemirror/lint
from 6.8.1 to 6.8.2Changelog
Sourced from
@codemirror/lint
's changelog.Commits
8d8a153
Mark version 6.8.235644c1
Don't wait for the slowest linter before showing resultsc13331c
Add widgetMarker option to lint gutterUpdates
@codemirror/search
from 6.5.6 to 6.5.7Changelog
Sourced from
@codemirror/search
's changelog.Commits
0ca3343
Mark version 6.5.731d4bbc
Avoid infinite loop when normalizer deletes charactersd0797ab
Allow nextMatch/prevMatch to wrap around and grow the current selectionUpdates
@codemirror/view
from 6.33.0 to 6.34.1Changelog
Sourced from
@codemirror/view
's changelog.Commits
1d9f008
Mark version 6.34.1a5424ff
Add support for basic scaling of horizontal gaps86d355a
Prevent stack overflow via Array.splice when updating big content views79b8812
Mark version 6.34.0605fd72
Use a background instead of a :before element for highlighted spacesaea2395
Fix bad display of wrapped whitespace in highlightWhitespace48ffb17
Drop old comment154c03b
Allow a DOM constructor function to be passed to placeholderd6c45ca
Fix reference to wrong DOM element in DOMObserver.onSelectionChange6064191
Remove unnecessary utility functionUpdates
@lingui/core
from 4.11.4 to 4.13.0Release notes
Sourced from
@lingui/core
's releases.Changelog
Sourced from
@lingui/core
's changelog.Commits
263faa5
chore(release): published v4.13.0 [skip ci]75414db
chore: use metro transformer in react native example (#2000)25b3bc6
feat: adds custom prefix support for gettext po (#2004)9699ade
style(docs): minor refreshment of documentation styles (#2045)85873d9
docs: update ESLint plugin documentation (#2046)83a6ea0
chore(release): published v4.12.0 [skip ci]cc7fe27
feat: add metro transformer (#1999)c20ce12
feat: enable importAttributes and explicitResourceManagement for extractor (#...3634e28
docs: tweaks and fixes of Getting Started, Tutorials sections (#2040)acbad00
docs: upgrade Docusaurus and other dependencies (#2038)Updates
@lingui/react
from 4.11.4 to 4.13.0Release notes
Sourced from
@lingui/react
's releases.Changelog
Sourced from
@lingui/react
's changelog.Commits
263faa5
chore(release): published v4.13.0 [skip ci]75414db
chore: use metro transformer in react native example (#2000)25b3bc6
feat: adds custom prefix support for gettext po (#2004)9699ade
style(docs): minor refreshment of documentation styles (#2045)85873d9
docs: update ESLint plugin documentation (#2046)83a6ea0
chore(release): published v4.12.0 [skip ci]cc7fe27
feat: add metro transformer (#1999)c20ce12
feat: enable importAttributes and explicitResourceManagement for extractor (#...3634e28
docs: tweaks and fixes of Getting Started, Tutorials sections (#2040)acbad00
docs: upgrade Docusaurus and other dependencies (#2038)Updates
@mantine/carousel
from 7.12.2 to 7.13.4Release notes
Sourced from
@mantine/carousel
's releases.... (truncated)
Commits
fbcee92
[release] Version: 7.13.4b6767c8
[release] Version: 7.13.3e0721af
[release] Version: 7.13.20f0b871
[release] Version: 7.13.18b18596
[release] Version: 7.13.02304030
Merge branch 'master' of github.com:mantinedev/mantine into 7.13e5f3a53
[core] Migrate to eslint 9d21d85e
Merge branch 'master' of github.com:mantinedev/mantine into 7.131f0034c
Merge branch 'master' of github.com:mantinedev/mantine into 7.13c4b898d
[@mantine/core
] Grid: Add container queries supportUpdates
@mantine/charts
from 7.12.2 to 7.13.4Release notes
Sourced from
@mantine/charts
's releases.... (truncated)
Commits
fbcee92
[release] Version: 7.13.4b6767c8
[release] Version: 7.13.37567fec
[@mantine/charts
] FixvalueFormatter
prop not working correctly with `orien...e0721af
[release] Version: 7.13.20f0b871
[release] Version: 7.13.16bdffea
[@mantine/chart
] PieChart: Remove unused CSS (#6903)2ee78ab
[@mantine/chart
] Fix incorrect types for props passed down to recharts compon...afb82ca
[@mantine/chart
] BarChart: Fix BarLabel logging errors in the console (#6810)27716f8
[@mantine/chart
] Fix error when chart tooltip label contains period (#6826)8b18596
[release] Version: 7.13.0Updates
@mantine/core
from 7.12.2 to 7.13.4Release notes
Sourced from
@mantine/core
's releases.✅ Deploy Preview for inventree-web-pui-preview ready!
Toggle QR Code...
Use your smartphone camera to open QR code link.
To edit notification comments on pull requests, go to your Netlify site configuration.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Additional details and impacted files
```diff @@ Coverage Diff @@ ## master #8427 +/- ## ========================================== + Coverage 84.35% 86.15% +1.80% ========================================== Files 1175 925 -250 Lines 53636 45373 -8263 Branches 2015 299 -1716 ========================================== - Hits 45245 39092 -6153 + Misses 7872 6272 -1600 + Partials 519 9 -510 ``` | [Flag](https://app.codecov.io/gh/inventree/InvenTree/pull/8427/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=inventree) | Coverage Δ | | |---|---|---| | [backend](https://app.codecov.io/gh/inventree/InvenTree/pull/8427/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=inventree) | `85.85% <ø> (ø)` | | | [migrations](https://app.codecov.io/gh/inventree/InvenTree/pull/8427/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=inventree) | `42.49% <ø> (-0.08%)` | :arrow_down: | | [pui](https://app.codecov.io/gh/inventree/InvenTree/pull/8427/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=inventree) | `32.48% <ø> (-36.18%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=inventree#carryforward-flags-in-the-pull-request-comment) to find out more.:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks like these dependencies are updatable in another way, so this is no longer needed.