indigo
indigo copied to clipboard
Bump the npm-minor group across 1 directory with 9 updates
Bumps the npm-minor group with 9 updates in the / directory:
Package | From | To |
---|---|---|
@lawsafrica/law-widgets | 2.0.1 |
2.2.1 |
eslint-config-standard | 17.0.0 |
17.1.0 |
eslint-plugin-import | 2.26.0 |
2.31.0 |
i18next | 23.11.3 |
23.15.2 |
i18next-http-backend | 2.5.1 |
2.6.2 |
luxon | 3.4.4 |
3.5.0 |
monaco-editor | 0.50.0 |
0.52.0 |
vue-template-compiler | 2.6.14 |
2.7.16 |
webpack | 5.94.0 |
5.95.0 |
Updates @lawsafrica/law-widgets
from 2.0.1 to 2.2.1
Release notes
Sourced from @lawsafrica/law-widgets
's releases.
2.2.1
What's Changed
- stencil 4.19.2 by
@longhotsummer
in laws-africa/law-widgets#283Full Changelog: https://github.com/laws-africa/law-widgets/compare/v2.2.0...v2.2.1
2.2.0
What's Changed
- tolerate bad query selectors by
@longhotsummer
in laws-africa/law-widgets#280- honour .akn--no-border by
@longhotsummer
in laws-africa/law-widgets#281Full Changelog: https://github.com/laws-africa/law-widgets/compare/v2.1.0...v2.2.0
2.1.0
What's Changed
- intro and wrapUp are block elements by
@longhotsummer
in laws-africa/law-widgets#278Full Changelog: https://github.com/laws-africa/law-widgets/compare/v2.0.1...v2.1.0
Changelog
Sourced from @lawsafrica/law-widgets
's changelog.
2.2.1 (2024-08-01)
- stencil 4.19.2 (890da70)
2.2.0 (2024-07-05)
- add missing tradition test images (5d32e9a)
- add updated test image (020b4aa)
- Built artefacts (82c4800)
- honour akn--no-border on tables (d77acc2)
- tolerate bad query selectors (8fe9b5b)
2.1.0 (2024-07-03)
Commits
2e12f33
v2.2.1a1b27ef
Merge pull request #283 from laws-africa/latest-stencil890da70
stencil 4.19.23fc324e
v2.2.082c4800
Built artefacts363a949
Merge pull request #281 from laws-africa/no-border5d32e9a
add missing tradition test images020b4aa
add updated test imaged77acc2
honour akn--no-border on tablese7bc599
Merge pull request #280 from laws-africa/query-selector-bug- Additional commits viewable in compare view
Updates eslint-config-standard
from 17.0.0 to 17.1.0
Commits
7d01bbc
17.1.056978cb
Add Node engine1458f04
Support latesteslint-plugin-n
(#271)80b9734
Merge pull request #253 from standard/no-multiple-empty-lines-bof9673e0b
Add maxBOF setting to no-multiple-empty-linesbcd0199
Merge pull request #228 from standard/release-stable-17- See full diff in compare view
Updates eslint-plugin-import
from 2.26.0 to 2.31.0
Release notes
Sourced from eslint-plugin-import's releases.
v2.31.0
Added
- support eslint v9 (#2996, thanks [
@G-Rath
] [@michaelfaith
])order
: allow validating named imports (#3043, thanks [@manuth
])extensions
: add thecheckTypeImports
option (#2817, thanks [@phryneas
])Fixed
ExportMap
/ flat config: includelanguageOptions
in context (#3052, thanks [@michaelfaith
])no-named-as-default
: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@akwodkiewicz
])export
: False positive for exported overloaded functions in TS (#3065, thanks [@liuxingbaoyu
])exportMap
: export map cache is tainted by unreliable parse results (#3062, thanks [@michaelfaith
])exportMap
: improve cacheKey when using flat config (#3072, thanks [@michaelfaith
])- adjust "is source type module" checks for flat config (#2996, thanks [
@G-Rath
])Changed
- [Docs]
no-relative-packages
: fix typo (#3066, thanks [@joshuaobrien
])- [Performance]
no-cycle
: dont scc for each linted file (#3068, thanks [@soryy708
])- [Docs]
no-cycle
: adddisableScc
to docs (#3070, thanks [@soryy708
])- [Tests] use re-exported
RuleTester
(#3071, thanks [@G-Rath
])- [Docs]
no-restricted-paths
: fix grammar (#3073, thanks [@unbeauvoyage
])- [Tests]
no-default-export
,no-named-export
: add test case (thanks [@G-Rath
])#3073: import-js/eslint-plugin-import#3073 #3072: import-js/eslint-plugin-import#3072 #3071: import-js/eslint-plugin-import#3071 #3070: import-js/eslint-plugin-import#3070 #3068: import-js/eslint-plugin-import#3068 #3066: import-js/eslint-plugin-import#3066 #3065: import-js/eslint-plugin-import#3065 #3062: import-js/eslint-plugin-import#3062 #3052: import-js/eslint-plugin-import#3052 #3043: import-js/eslint-plugin-import#3043 #3032: import-js/eslint-plugin-import#3032 #2996: import-js/eslint-plugin-import#2996 #2817: import-js/eslint-plugin-import#2817 [
@akwodkiewicz
]: https://github.com/akwodkiewicz [@joshuaobrien
]: https://github.com/joshuaobrien [@liuxingbaoyu
]: https://github.com/liuxingbaoyu [@manuth
]: https://github.com/manuth [@michaelfaith
]: https://github.com/michaelfaith [@phryneas
]: https://github.com/phryneas
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.
[2.31.0] - 2024-10-03
Added
- support eslint v9 (#2996, thanks [
@G-Rath
] [@michaelfaith
])- [
order
]: allow validating named imports (#3043, thanks [@manuth
])- [
extensions
]: add thecheckTypeImports
option (#2817, thanks [@phryneas
])Fixed
ExportMap
/ flat config: includelanguageOptions
in context (#3052, thanks [@michaelfaith
])- [
no-named-as-default
]: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@akwodkiewicz
])- [
export
]: False positive for exported overloaded functions in TS (#3065, thanks [@liuxingbaoyu
])exportMap
: export map cache is tainted by unreliable parse results (#3062, thanks [@michaelfaith
])exportMap
: improve cacheKey when using flat config (#3072, thanks [@michaelfaith
])- adjust "is source type module" checks for flat config (#2996, thanks [
@G-Rath
])Changed
- [Docs] [
no-relative-packages
]: fix typo (#3066, thanks [@joshuaobrien
])- [Performance] [
no-cycle
]: dont scc for each linted file (#3068, thanks [@soryy708
])- [Docs] [
no-cycle
]: adddisableScc
to docs (#3070, thanks [@soryy708
])- [Tests] use re-exported
RuleTester
(#3071, thanks [@G-Rath
])- [Docs] [
no-restricted-paths
]: fix grammar (#3073, thanks [@unbeauvoyage
])- [Tests] [
no-default-export
], [no-named-export
]: add test case (thanks [@G-Rath
])[2.30.0] - 2024-09-02
Added
- [
dynamic-import-chunkname
]: addallowEmpty
option to allow empty leading comments (#2942, thanks [@JiangWeixian
])- [
dynamic-import-chunkname
]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (#3004, thanks [@amsardesai
])- [
no-unused-modules
]: AddignoreUnusedTypeExports
option (#3011, thanks [@silverwind
])- add support for Flat Config (#3018, thanks [
@michaelfaith
])Fixed
- [
no-extraneous-dependencies
]: allow wrong path (#3012, thanks [@chabb
])- [
no-cycle
]: use scc algorithm to optimize (#2998, thanks [@soryy708
])- [
no-duplicates
]: Removing duplicates breaks in TypeScript (#3033, thanks [@yesl-kim
])- [
newline-after-import
]: fix considerComments option when require (#2952, thanks [@developer-bandi
])- [
order
]: do not compare first path segment for relative paths (#2682) (#2885, thanks [@mihkeleidast
])Changed
- [Docs] [
no-extraneous-dependencies
]: Make glob pattern description more explicit (#2944, thanks [@mulztob
])- [
no-unused-modules
]: add console message to help debug #2866- [Refactor]
ExportMap
: make procedures static instead of monkeypatching exportmap (#2982, thanks [@soryy708
])- [Refactor]
ExportMap
: separate ExportMap instance from its builder logic (#2985, thanks [@soryy708
])- [Docs] [
order
]: Add a quick note on how unbound imports and --fix (#2640, thanks [@minervabot
])- [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (#2987, thanks [
@joeyguerra
])- [actions] migrate OSX tests to GHA ([ljharb#37], thanks [
@aks
-])- [Refactor]
exportMapBuilder
: avoid hoisting (#2989, thanks [@soryy708
])- [Refactor]
ExportMap
: extract "builder" logic to separate files (#2991, thanks [@soryy708
])- [Docs] [
order
]: update the description of thepathGroupsExcludedImportTypes
option (#3036, thanks [@liby
])- [readme] Clarify how to install the plugin (#2993, thanks [
@jwbth
])
... (truncated)
Commits
91f809b
v2.31.03f1ac24
[utils] [refactor]parse
: avoid using a regex hered225176
[New]extensions
: add thecheckTypeImports
option5a51b9a
[Tests]rule-tester
: try this babel class workaroundd66cde0
[New] support eslint v9d27a639
[Fix] adjust "is source type module" checks for flat config1fa8a07
[Refactor] createsourceType
helper0bc1355
[Tests]no-default-export
,no-named-export
: add test cases with non-modu...55fa203
[Tests]no-default-export
,no-named-export
: add test case6be20df
[Docs]no-restricted-paths
: fix grammar- Additional commits viewable in compare view
Updates i18next
from 23.11.3 to 23.15.2
Release notes
Sourced from i18next's releases.
v23.15.2
v23.15.1
- types(TFunction): make return not inferrable and use defaultValue as return when provided 2234
v23.15.0
- support unescaped variables in TypeScript 2233
v23.14.0
- If backend errors with retry flag, set internal state to 0, so reloadingResources should work 147
v23.13.0
- Cache output of getRule to optimize performance 2226
v23.12.7
- revert last optimization to address 2227
v23.12.6
- remove console.log statement 2227
v23.12.5
- try to optimize last fix for 2227
v23.12.4
- try to address 2227 without the removal of cached formatter for in-built formatters
v23.12.3
- fix: Using a comma in a formatter parameter 2225
v23.12.2
- fix: Nested translation resolution between languages uses the fallback language for nested translations 2216 by preserving issue fix "
lng
is undefined when formatter used in$t( )
" 1938v23.12.1
- Use explicit imports for utils 2212
v23.12.0
- feat: Add posibility to override keyPrefix for certain translation. 2211
v23.11.5
v23.11.4
- perf(interpolator): use object deconstruction 2181
Changelog
Sourced from i18next's changelog.
23.15.2
23.15.1
- types(TFunction): make return not inferrable and use defaultValue as return when provided 2234
23.15.0
- support unescaped variables in TypeScript 2233
23.14.0
- If backend errors with retry flag, set internal state to 0, so reloadingResources should work 147
23.13.0
- Cache output of getRule to optimize performance 2226
23.12.7
- revert last optimization to address 2227
23.12.6
- remove console.log statement 2227
23.12.5
- try to optimize last fix for 2227
23.12.4
- try to address 2227 without the removal of cached formatter for in-built formatters
23.12.3
- fix: Using a comma in a formatter parameter 2225
23.12.2
- fix: Nested translation resolution between languages uses the fallback language for nested translations 2216 by preserving issue fix "
lng
is undefined when formatter used in$t( )
" 193823.12.1
- Use explicit imports for utils 2212
23.12.0
... (truncated)
Commits
60e3779
23.15.2c2d5387
releasec2f246b
fix(types): make context related keys detection stricter (#2243)f2a6b6c
test(types): align and refine defaultValue test types (#2235)0d82641
23.15.1f507f06
release7739788
types(TFunction): make return not inferrable and use defaultValue as return w...e5170ad
23.15.03256771
releasef0768a1
support unescaped variables in TypeScript (#2233)- Additional commits viewable in compare view
Updates i18next-http-backend
from 2.5.1 to 2.6.2
Changelog
Sourced from i18next-http-backend's changelog.
2.6.2
- improve network error detection across browsers 152
2.6.1
- optimize "Failed to fetch" retry case 147
2.6.0
- fix "Failed to fetch" retry case 147
2.5.2
- dereference timers in node.js so that the process may exit when finished 139
Commits
6f6338b
2.6.218fac10
release7f8e846
Improve network error detection across browsers (#152)feb9589
Bump express from 4.19.2 to 4.20.0 in /example/fallback (#149)28fa1a1
Bump next from 14.2.3 to 14.2.10 in /example/next (#148)7c20297
2.6.1f735b91
optimize "Network request failed" retry case #147541b257
2.6.0bb0b711
fix "Failed to fetch" retry case #147ac6c3d5
Add usage instructions for plain vanilla JS browser integration (#146)- Additional commits viewable in compare view
Updates luxon
from 3.4.4 to 3.5.0
Changelog
Sourced from luxon's changelog.
3.5.0 (2024-08-03)
- Various performance improvements
- throwOnInvalid causes the constructor to throw if the year is invalid
Commits
a4044fe
bump to 3.5.0cea7b5f
Documented weekSettings opt in DateTime (#1640)2008075
Fixed duplicate word in comment in datetime.js (#1623)cafc4ee
Perf: Cache ts offset guesses for quickDT (#1579)73c4438
fix cutoff year docs895a749
Added some JS doc for time zones (#1499)080e813
Alias DateTime in documentation site (#1546)55bdb08
add DATETIME_MED_WITH_WEEKDAY to formatting.md (#1554)1616114
format5763215
Update interval.js doc per #742 (#1565)- Additional commits viewable in compare view
Updates monaco-editor
from 0.50.0 to 0.52.0
Release notes
Sourced from monaco-editor's releases.
v0.52.0
Changes:
- #4691: Prepare monaco-editor for release 0.52
- #4665: Updates nvm to align with vscode nvm file.
- #4652: Removing
editor.main.nls.js
This list of changes was auto generated.
v0.52.0-rc2
Changes:
This list of changes was auto generated.
v0.51.0
Changes:
- #4649: Add changes for monaco editor release 0.51.0
- #4630: Remove locker and info-needed-closer workflows.
- #4573: Adding some detail in MAINTAINING.md for trigger build step
- #4586: Update Q# Keywords
This list of changes was auto generated.
v0.51.0-rc3
No release notes provided.
v0.51.0-rc2
No release notes provided.
v0.51.0-rc
No release notes provided.
v0.51.0-dev-20240807
No release notes provided.
v0.51.0-dev-20240806
No release notes provided.
v0.51.0-dev-20240805
No release notes provided.
... (truncated)
Changelog
Sourced from monaco-editor's changelog.
[0.52.0]
- Comment added inside of
IModelContentChangedEvent
[0.51.0]
- New fields
IEditorOptions.placeholder
andIEditorOptions.compactMode
- New fields
IGotoLocationOptions.multipleTests
andIGotoLocationOptions.alternativeTestsCommand
- New field
IInlineEditOptions.backgroundColoring
- New experimental field
IEditorOptions.experimental.useTrueInlineView
- New options
CommentThreadRevealOptions
for commentsContributions to
monaco-editor
:
@ScottCarda-MS (Scott Carda)
: Update Q# Keywords [PR #4586](microsoft/monaco-editor#4586)
Commits
f6dc0eb
Merge pull request #4691 from microsoft/chubby-cardinal53e8e1c
adding changelog md change7959d5c
update pacakge.json3c7eb57
undo the package upgrade changef262e8f
Defines setInterval/setTimeout on faked globalThis in unit testb31d22b
Updates nvm to align with vscode nvm file. (#4665)b8a83d5
Merge pull request #4652 from microsoft/annoyed-dragone52ff42
removingeditor.main.nls.js
67d664a
Merge pull request #4649 from microsoft/unique-locust88c558b
adding changes for monaco editor release- Additional commits viewable in compare view
Updates vue-template-compiler
from 2.6.14 to 2.7.16
Release notes
Sourced from vue-template-compiler's releases.
v2.7.16 "Swan Song"
This is the final release for Vue 2.
Vue 2 will reach End of Life on December 31st, 2023. For more details, please read this blog post.
Please refer to CHANGELOG.md for details.
v2.7.16-beta.2
Please refer to CHANGELOG.md for details.
v2.7.16-beta.1
Please refer to CHANGELOG.md for details.
v2.7.15
Please refer to CHANGELOG.md for details.
v2.7.14
Please refer to CHANGELOG.md for details.
v2.7.13
Please refer to CHANGELOG.md for details.
v2.7.12
Please refer to CHANGELOG.md for details.
v2.7.11
Please refer to CHANGELOG.md for details.
v2.7.10
Please refer to CHANGELOG.md for details.
v2.7.9
Please refer to CHANGELOG.md for details.
v2.7.8
Please refer to CHANGELOG.md for details.
v2.7.7
Please refer to CHANGELOG.md for details.
v2.7.6
Please refer to CHANGELOG.md for details.
v2.7.5
Please refer to CHANGELOG.md for details.
v2.7.4
Please refer to CHANGELOG.md for details.
v2.7.3
... (truncated)
Changelog
Sourced from vue-template-compiler's changelog.
2.7.16 Swan Song (2023-12-24)
Bug Fixes
2.7.16-beta.2 (2023-12-14)
Bug Fixes
- account for nested render calls (db9c566), closes #13131
- types: export more types for v3 alignment (jsx / component options) (895669f), closes #13078 #13128
2.7.16-beta.1 (2023-12-08)
Bug Fixes
- compiler-sfc: check template
ref
usage, (#12985) (83d9535), closes #12984- compiler-sfc: fix rewriteDefault edge cases (25f97a5), closes #13060 #12892 #12906
- keep-alive: fix keep-alive memory leak (2632249), closes #12827
- keep-alive: fix memory leak without breaking transition tests (e0747f4)
- props: should not unwrap props that are raw refs (08382f0), closes #12930
- shallowReactive: should track value if already reactive when set in shallowReactive (0ad8e8d)
- style: always set new styles (f5ef882), closes #12901 #12946
- types: fix shallowRef's return type (#12979) (a174c29), closes #12978
- types: fix type augmentation and compiler-sfc types w/moduleResolution: bundler (#13107) (de0b97b), closes #13106
- types: provide types for built-in components (3650c12), closes #13002
- types: type VNodeChildren should allow type number (#13067) (24fcf69), closes #12973
- utils: unwrap refs when stringifying values in template (ae3e4b1), closes #12884 #12888
- watch: new property addition should trigger deep watcher with getter (6d857f5), closes #12967 #12972
2.7.15 (2023-10-23)
Bug Fixes
- compiler-sfc: add semicolon after
defineProps
statement (#12879) (51fef2c)- compiler-sfc: fix macro usage in multi-variable declaration (#12873) (d27c128)
- compiler-sfc: Optimize the value of emitIdentifier (#12851) (bb59751)
- compiler-sfc: Resolve object expression parsing errors in
v-on
(#12862) (b8c8b3f)- lifecycle: scope might changed when call hook (#13070) (74ca5a1)
... (truncated)
Commits
13f4e7d
release: v2.7.1656ce7f8
fix(lifecycle): esnure component effect scopes are disconnected305e4ae
release: v2.7.16-beta.23e1037e
chore: bump vitest to 1.0.4db9c566
fix: account for nested render calls895669f
fix(types): export more types for v3 alignment (jsx / component options)73bdf14
release: v2.7.16-beta.1e0747f4
fix(keep-alive): fix memory leak without breaking transition tests2632249
fix(keep-alive): fix keep-alive memory leak3650c12
fix(types): provide types for built-in components- Additional commits viewable in compare view
Updates webpack
from 5.94.0 to 5.95.0
Release notes
Sourced from webpack's releases.
v5.95.0
Bug Fixes
- Fixed hanging when attempting to read a symlink-like file that it can't read
- Handle
default
for import context element dependency- Merge duplicate chunks call after split chunks
- Generate correctly code for dynamically importing the same file twice and destructuring
- Use content hash as [base] and [name] for extracted DataURI's
- Distinguish
module
andimport
inmodule-import
for externalsimport
's- [Types] Make
EnvironmentPlugin
default values types less strict- [Types] Typescript 5.6 compatibility
New Features
- Add new
optimization.avoidEntryIife
option (true
by default for theproduction
mode)- Pass output.hash* options to loader context
Performance
- Avoid unneeded re-visit in build chunk graph
Commits
e20fd63
chore(release): 5.95.04866b0d
feat: added newoptimization.entryIife
optiond90f692
fix: merge duplicate chunks after split chunks90dec30
fix(externals): distinguish “module” and “import” in “module-import”c1a0a46
fix(externals): distinguish “module” and “import” in “module-import”14d8fa8
fix: all tests casesdae16ad
feat: pass output.hash* options to loader context75d185d
feat: passoutput.hash*
options to loader context46e0b9c
test: update8e62f9f
test- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions