Make @parcel/watcher an optional dependency so this can still be installed
on operating systems where it's unavailable.
1.80.5
Embedded Host
Don't produce phantom @import deprecations when using an importer with the
legacy API.
1.80.4
No user-visible changes.
1.80.3
Fix a bug where @import url("...") would crash in plain CSS files.
Improve consistency of how warnings are emitted by different parts of the
compiler. This should result in minimal user-visible changes, but different
types of warnings should now respond more reliably to flags like --quiet,
--verbose, and --silence-deprecation.
1.80.2
Fix a bug where deprecation warnings were incorrectly emitted for the
plain-CSS invert() function.
1.80.1
Fix a bug where repeated deprecation warnings were not automatically limited.
1.80.0
@import is now officially deprecated, as are global built-in functions that
are available within built-in modules. See the Sass blog post for more
details on the deprecation process.
Embedded Host
Fix an error that would sometimes occur when deprecation warnings were
emitted when using a custom importer with the legacy API.
1.79.6
... (truncated)
Commits
39d3726 Lazy load @parcel/watcher and fallback to chokidar (#2414)
a9254df Add sass-parser support for the @while rule (#2410)
df77b66 Bump gts from 5.3.1 to 6.0.2 in /pkg/sass-parser (#2415)
be0b42a Remove a weird newline in analysis/README.md (#2416)
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will rem...
_Description has been truncated_
Bumps the version-bumps group with 7 updates in the /warpgate-web directory:
2.9.0
2.10.1
8.11.0
8.13.0
2.15.0
2.15.3
9.13.0
9.14.0
1.78.0
1.80.6
5.1.3
5.1.13
4.0.5
4.0.6
Updates
@stylistic/eslint-plugin
from 2.9.0 to 2.10.1Release notes
Sourced from
@stylistic/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@stylistic/eslint-plugin
's changelog.Commits
2015893
chore: release v2.10.1 (main) (#595)25fe554
feat(indent-binary-ops): disabled to lower indent when starts closing bracket...6000f43
fix(key-spacing): crash for import without attributes when using `align: "col...0002fe0
chore: release v2.10.0 (main) (#569)2ed4054
feat(max-statements-per-line): new option to allow specific statements (#558)2690a30
feat(padding-line-between-statements): add support for multiline-export and s...53b4a55
fix(function-call-spacing): don't remove comments while auto-fixing (#588)cbf800d
feat(indent-binary-ops): logical expression indent (#576)ea72317
feat: cross testcomma-spacing
(#562)7a2b47f
feat(function-call-spacing): auto-fix optional chain when option isnever
(...Updates
typescript-eslint
from 8.11.0 to 8.13.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
Commits
ac1f632
chore(release): publish 8.13.03b97b55
chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189)4af866a
chore(release): publish 8.12.21edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.0ad9d3ba
feat(typescript-eslint): improve undefined extension handling (#10177)Updates
@openapitools/openapi-generator-cli
from 2.15.0 to 2.15.3Release notes
Sourced from
@openapitools/openapi-generator-cli
's releases.Commits
0357c06
fix(deps): update dependency tslib to v2.8.1 (#841)81aab3e
chore(deps): update dependency@types/lodash
to v4.17.13 (#842)9279abb
fix(deps): update dependency@nestjs/axios
to v3.1.1 (#843)14c9ba6
fix(deps): update nest monorepo (#697)275a547
chore(deps): update nrwl monorepo to v20.0.7 (#840)8a5582e
chore(deps): update dependency@types/lodash
to v4.17.12 (#839)9626bc3
chore(deps): update dependency@types/concurrently
to v7.0.3 (#838)Updates
eslint
from 9.13.0 to 9.14.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
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
sass
from 1.78.0 to 1.80.6Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
39d3726
Lazy load@parcel/watcher
and fallback to chokidar (#2414)a9254df
Add sass-parser support for the@while
rule (#2410)df77b66
Bump gts from 5.3.1 to 6.0.2 in /pkg/sass-parser (#2415)be0b42a
Remove a weird newline in analysis/README.md (#2416)d14ea75
Cut a release for sass/embedded-host-node#342 (#2407)7129352
Fix dart analyze warnings (#2412)5c63839
Bump the sass_api dependency along with package versions (#2408)477b596
Merge pull request #2403 from sass/parser-variablefd5cff0
Add sass-parser support for the@warn
rule251c757
Add sass-parser support for variable declarationsUpdates
svelte
from 5.1.3 to 5.1.13Release notes
Sourced from svelte's releases.
... (truncated)
Changelog
Sourced from svelte's changelog.
... (truncated)
Commits
4bcd01b
Version Packages (#14207)1060bea
fix: considervalueOf
in the reactive methods ofSvelteDate
(#14227)f0c2d4c
fix: account for shadowing children slot during migration (#14224)31e6bbb
fix: addlang="ts"
attribute during migration if needed (#14222)438de04
fix: add migration task when there's a variable named that would conflict wit...870745f
fix: handle sibling combinators within:has
(#14213)53af138
fix: read index as a source in legacy keyed each block (#14208)ea0d80e
fix: consider variables with synthetic store sub as state (#14195)1eed645
fix: ensure explicit nesting selector is always applied (#14193)d7caf08
Version Packages (#14184)Updates
svelte-check
from 4.0.5 to 4.0.6Release notes
Sourced from svelte-check's releases.
Commits
a3a6393
fix: keeplinkedEditing
working when tag name contains.
(#2570)6513a28
fix: ignore exported variable declarations that aren't simple identifiers6180537
fix: copy global types into hidden folder in IDE contexts (#2561)02b6b06
fix: prevent false-positive auto completions on Svelte components (#2564)b823694
fix: take complex/mapped typed into account during prop completions (#2563)776125b
fix: infer object and array shapes from fallback types (#2562)98f7229
feat: support typescript 5.6 (#2545)01fbe14
feat: add runes mode indicator (#2554)8e7d7ef
fix: properly highlight svelte 5 <component.dot.notation /> (#2552)39f3d04
feat: provide component instance type in Svelte 5 (#2553)Updates
tslib
from 2.8.0 to 2.8.1Release notes
Sourced from tslib's releases.
Commits
d72d6f7
2.8.111fa982
Merge pull request #275 from microsoft/bug/es5-compat3c532eb
Remove use of ES2015 syntaxb0076c4
Include non-enumerable keys in __importStar helper (#272)7c11588
Add missing registry-url parameter1fec667
Merge pull request #271 from microsoft/fix-publish097e99e
Fix publish workflowDependabot 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