Merged PRs
dolt-workbench
- 344: build(deps): bump @nestjs/apollo from 12.2.0 to 12.2.2 in /graphql-server
Bumps @nestjs/apollo from 12.2.0 to 12.2.2.Release notes
Sourced from
@nestjs/apollo
's releases.v12.2.2
12.2.2 (2024-12-04)
Enhancements
graphql
- #3346 refactor(graphql/lib): definitions generator
defaultTypeMapping
type reinforcement (@Neosoulink
)
- #3346 refactor(graphql/lib): definitions generator
Dependencies
mercurius
- #3400 chore(deps): update dependency fastify to v4.29.0 (
@renovate[bot]
)
- #3400 chore(deps): update dependency fastify to v4.29.0 (
- Other
- #3370 chore(deps): update dependency graphql-subscriptions to v3 (
@renovate[bot]
)
- #3370 chore(deps): update dependency graphql-subscriptions to v3 (
graphql
- #3368 fix(deps): update dependency
@nestjs/mapped-types
to v2.0.6 (@renovate[bot]
) - #3349 fix(deps): update dependency uuid to v11 (
@renovate[bot]
) - #3372 fix(deps): update graphql-tools monorepo (
@renovate[bot]
)
- #3368 fix(deps): update dependency
apollo
,graphql
,mercurius
- #3360 fix(deps): update dependency tslib to v2.8.1 (
@renovate[bot]
)
- #3360 fix(deps): update dependency tslib to v2.8.1 (
Committers: 2
- Antonio Tripodi (
@Tony133
) - Nathan M. (
@Neosoulink
)
v12.2.1
12.2.1 (2024-10-23)
Bug fixes
graphql
- #3270 fix(graphql): avoid partial field declarations from inherited metadata with cli plugin (
@CarsonF
) - #3154 fix(graphql): fix case of generated method return and parameter types (
@domusofsail
)
- #3270 fix(graphql): avoid partial field declarations from inherited metadata with cli plugin (
Enhancements
apollo
- #3330 feat(apollo): map unprocessable entity code to bad user input (
@kishieel
)
- #3330 feat(apollo): map unprocessable entity code to bad user input (
graphql
- #3276 feat(
@nestjs/graphql
): add support for skipNullProperties in PartialType (@bloom-alex
)
- #3276 feat(
Dependencies
- Other
- #3236 chore(deps): update dependency release-it to v17.10.0 - autoclosed (
@renovate[bot]
) - #3342 chore(deps): update dependency
@types/jest
to v29.5.14 (@renovate[bot]
) - #3343 chore(deps): update dependency
@types/node
to v20.16.15 (@renovate[bot]
) - #3333 chore(deps): update dependency eslint to v9.13.0 (
@renovate[bot]
) - #3304 chore(deps): bump micromatch from 4.0.5 to 4.0.8 (
@dependabot[bot]
) - #3334 chore(deps): update typescript-eslint monorepo to v8.10.0 (
@renovate[bot]
) - #3331 chore(deps): update dependency
@types/node
to v20.16.13 (@renovate[bot]
) - #3332 chore(deps): update dependency typescript to v5.6.3 (
@renovate[bot]
) - #3266 chore(deps): bump tar from 6.1.15 to 6.2.1 (
@dependabot[bot]
) - #3297 chore(deps): bump axios from 1.6.7 to 1.7.4 (
@dependabot[bot]
) - #3312 chore(deps): bump dset from 3.1.2 to 3.1.4 (
@dependabot[bot]
)
- #3236 chore(deps): update dependency release-it to v17.10.0 - autoclosed (
... (truncated)
Commits
d2b9e6e
v12.2.291771ab
Merge pull request #3400 from nestjs/renovate/fastify-4.x5bfc804
test: update pubsub methodf818942
chore(deps): update dependency fastify to v4.29.0b592156
Merge pull request #3370 from nestjs/renovate/major-apollo-graphql-packagesfef8159
chore(deps): update dependency graphql-subscriptions to v3f273dee
Merge pull request #3346 from Neosoulink/feat/generator-type-mapping70775a7
Merge pull request #3392 from nestjs/renovate/graphql-tools-monorepobcf803f
Merge pull request #3399 from nestjs/renovate/prettier-3.x015d54d
chore(deps): update dependency prettier to v3.4.2- Additional commits viewable in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nestjs/apollo&package-manager=npm_and_yarn&previous-version=12.2.0&new-version=12.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - 342: build(deps): bump @nestjs/cli from 10.4.5 to 10.4.9 in /graphql-server
Bumps @nestjs/cli from 10.4.5 to 10.4.9.Release notes
Sourced from
@nestjs/cli
's releases.Release 10.4.9
- Merge pull request #2838 from yifanwww/fix/webpack-ignore-lazy-imports (3d0fe0b5)
- fix: add missing class-transformer/storage in lazy import list (a1cc6cfe)
- Merge pull request #2815 from nestjs/renovate/typescript-5.x (4af113ec)
Release 10.4.8
- Merge pull request #2792 from nestjs/fix/type-check-error-2791 (5be20eb3)
- Merge pull request #2797 from nestjs/renovate/tsconfig-paths-webpack-plugin-4.x (6d77fd30)
- Merge pull request #2800 from caucik/webpack-fix-branch (9ec2d5e5)
- fix: webpack default config - IgnorePlugin (83c5cfc8)
- fix(deps): update dependency tsconfig-paths-webpack-plugin to v4.2.0 (ebdfb325)
- chore(deps): update dependency
@swc/core
to v1.9.2 (#2794) (ed9d8b86) - fix: show type check warning only when builder is not swc #2791 (2e23003b)
- fix(deps): update dependency glob to v10.4.5 (7aba4817)
Release 10.4.7
- Merge pull request #2786 from nestjs/revert-2642-renovate/glob-11.x (0ff0a01d)
- Revert "fix(deps): update dependency glob to v11" (7af719ea)
Release 10.4.6
- build: allow js, clean artificats in ci (7bc0b3ff)
- chore(deps): update dependency ts-jest to v29.2.5 (41ce50bf)
- fix(deps): update dependency typescript to v5.6.3 (067a1190)
- Merge pull request #2784 from nestjs/renovate/node-22.x (f3bd8b00)
- Merge pull request #2778 from nestjs/renovate/swc-monorepo (008ab68e)
- Merge pull request #2780 from nestjs/renovate/webpack-5.x (d708ea95)
- Merge pull request #2764 from nestjs/renovate/angular-cli-monorepo (d8ae02b5)
- fix: add missing type argument (df91c495)
- Merge branch 'addun-fix-issue-2653' (041a184b)
- chore: resolve conflicts (486ac60e)
- Merge pull request #2415 from yigitkurtcu/feat/generate-options-base-url (537dfa7e)
- Merge pull request #2716 from nestjs/renovate/angular-cli-monorepo (ef0ff51d)
- Merge pull request #2642 from nestjs/renovate/glob-11.x (c7e2e01d)
- fix(deps): update angular-cli monorepo to v17.3.10 (960e65f8)
- Merge pull request #2743 from nestjs/renovate/webpack-5.x (b750eadf)
- Merge pull request #2754 from nestjs/renovate/nest-monorepo (603721e7)
- fix(deps): update dependency
@nestjs/schematics
to v10.2.2 (f062e99a) - fix: unification copy behavior between watched and not watched assets (3664ed06)
- fix(deps): update dependency glob to v11 (fc6e7a16)
- feat: basedir option added to configuration for generate command (877b6bd8)
Commits
81e15c3
chore(): release v10.4.93d0fe0b
Merge pull request #2838 from yifanwww/fix/webpack-ignore-lazy-importsa1cc6cf
fix: add missing class-transformer/storage in lazy import list4af113e
Merge pull request #2815 from nestjs/renovate/typescript-5.x2e929c3
fix(deps): update dependency typescript to v5.7.267503d3
Merge pull request #2830 from nestjs/renovate/webpack-5.x6110b8e
chore(deps): update dependency@swc/core
to v1.10.1 (#2837)ce66172
fix(deps): update dependency webpack to v5.97.1bec6134
chore(deps): update dependency@swc/core
to v1.10.0 (#2832)b10c00e
chore(deps): update dependency prettier to v3.4.2 (#2831)- Additional commits viewable in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nestjs/cli&package-manager=npm_and_yarn&previous-version=10.4.5&new-version=10.4.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - 341: build(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.19.0 in /graphql-server
Bumps @typescript-eslint/parser from 7.18.0 to 8.19.0.Release notes
Sourced from
@typescript-eslint/parser
's releases.v8.19.0
8.19.0 (2024-12-30)
🚀 Features
- eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#10106)
🩹 Fixes
- eslint-plugin: add getConstraintInfo to handle generic constraints better (#10496)
- eslint-plugin: [array-type] autofix with conditional types needs parentheses (#10522)
- eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#10537)
- eslint-plugin: [member-ordering] ignore method overloading (#10536)
❤️ Thank You
- Karl Werner
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v8.18.2
8.18.2 (2024-12-23)
🩹 Fixes
- eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#10498)
- eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#10494)
- eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#10473)
- eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#10490)
- eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#10461)
- eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#10503)
- eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#10512)
- eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#10514)
- typescript-eslint: export types so that declarations can be named for dts files (#10513)
❤️ Thank You
- Brad Zacher
@bradzacher
- Luke Deen Taylor
@controversial
- Ronen Amiel
- Scott O'Hara
- YeonJuan
@yeonjuan
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
v8.18.1
... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.8.19.0 (2024-12-30)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.18.2 (2024-12-23)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.18.1 (2024-12-16)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.18.0 (2024-12-09)
🩹 Fixes
- typescript peer dependency (#10373)
❤️ Thank You
- rtritto
You can read about our versioning strategy and releases on our website.
8.17.0 (2024-12-02)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.16.0 (2024-11-25)
🚀 Features
- support TypeScript 5.7 (#10372)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
8.15.0 (2024-11-18)
... (truncated)
Commits
e19f30f
chore(release): publish 8.19.0157b781
chore(release): publish 8.18.2b2ce158
chore(release): publish 8.18.1d03270f
chore: fix incorrect licenses (#10481)c60dbab
chore(release): publish 8.18.00d65f17
chore: enforce repo nullish check style (#10419)c92c29d
chore: standardise licenses on MIT (#10387)4cb2cf8
fix: typescript peer dependency (#10373)2c8a75e
chore(release): publish 8.17.0f74a8fa
chore(release): publish 8.16.0- Additional commits viewable in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=7.18.0&new-version=8.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - 340: build(deps-dev): bump postcss-preset-env from 9.6.0 to 10.1.3 in /web
Bumps postcss-preset-env from 9.6.0 to 10.1.3.Changelog
Sourced from postcss-preset-env's changelog.
10.1.3
December 27, 2024
- Updated
@csstools/css-calc
to2.1.1
(patch) - Updated
@csstools/css-color-parser
to3.0.7
(patch)
10.1.2
December 13, 2024
- Updated
cssdb
to8.2.3
(patch) - Updated
css-has-pseudo
to7.0.2
(patch)
10.1.1
November 17, 2024
- Updated
@csstools/postcss-random-function
to1.0.1
(patch) - Updated
@csstools/postcss-sign-functions
to1.1.0
(minor)
10.1.0
November 11, 2024
- Added
@csstools/postcss-random-function
Check the plugin README for usage details. - Added
@csstools/postcss-sign-functions
Check the plugin README for usage details. - Updated
@csstools/css-calc
to2.1.0
(minor)
10.0.9
November 1, 2024
- Updated
@csstools/css-tokenizer
to3.0.3
(patch)
10.0.8
October 23, 2024
- Updated
cssdb
to8.1.2
(patch) - Updated
@csstools/postcss-scope-pseudo-class
to4.0.1
(patch) - Updated
css-blank-pseudo
to7.0.1
(patch) - Updated
postcss-attribute-case-insensitive
to7.0.1
(patch) - Updated
postcss-dir-pseudo-class
to9.0.1
(patch) - Updated
postcss-focus-visible
to10.0.1
(patch) - Updated
postcss-focus-within
to9.0.1
(patch) - Updated
postcss-pseudo-class-any-link
to10.0.1
(patch) - Updated
postcss-selector-not
to8.0.1
(patch) - Updated
@csstools/postcss-cascade-layers
to5.0.1
(patch) - Updated
@csstools/postcss-content-alt-text
to2.0.3
(patch)
... (truncated)
Commits
- See full diff in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss-preset-env&package-manager=npm_and_yarn&previous-version=9.6.0&new-version=10.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - Updated
- 339: build(deps-dev): bump @graphql-codegen/typescript-operations from 4.3.1 to 4.4.0 in /web
Bumps @graphql-codegen/typescript-operations from 4.3.1 to 4.4.0.Release notes
Sourced from
@graphql-codegen/typescript-operations
's releases.Release 2022-08-04T13:12:01.667Z
@graphql-codegen/graphql-modules-preset
@2
.5.0Minor Changes
- #6796
8b6e8e664
Thanks@kamilkisiela
! - Introduce requireRootResolvers flag
Release 2022-08-04T13:05:23.977Z
No release notes provided.
Release 2022-08-04T13:02:57.827Z
No release notes provided.
Changelog
Sourced from
@graphql-codegen/typescript-operations
's changelog.4.4.0
Minor Changes
- #10163
fa64fbf
Thanks@jerelmiller
! - Add support for Apollo Client@unmask
directive with fragment masking.
Patch Changes
Commits
839b6f0
chore(release): update monorepo packages versions (#10188)fa64fbf
Keep fields specified by@unmask
for use with Apollo Client data masking (#...- See full diff in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@graphql-codegen/typescript-operations&package-manager=npm_and_yarn&previous-version=4.3.1&new-version=4.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - #6796
- 338: build(deps-dev): bump @testing-library/react from 16.0.1 to 16.1.0 in /web
Bumps @testing-library/react from 16.0.1 to 16.1.0.Commits
85ac253
feat: Add support for React 19 (#1367)- See full diff in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/react&package-manager=npm_and_yarn&previous-version=16.0.1&new-version=16.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - 337: build(deps-dev): bump @electron/osx-sign from 1.3.1 to 1.3.2 in /web
Bumps @electron/osx-sign from 1.3.1 to 1.3.2.Commits
a5bf4d4
fix(flat): don't usepkgbuild
for MAS distributions (#340)a58646a
docs: fix GHA links (#339)35fa05f
ci: switch to GHA (#337)524fd4e
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#336)f568fd2
build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#334)3aab3a0
chore: bump electronjs/node in .circleci/config.yml to 2.3.1 (#333)afb5d38
chore: bump continuousauth/npm in .circleci/config.yml to 2.1.1 (#331)385d392
build(deps): bump micromatch from 4.0.4 to 4.0.8 (#330)- See full diff in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@electron/osx-sign&package-manager=npm_and_yarn&previous-version=1.3.1&new-version=1.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - 336: build(deps-dev): bump @testing-library/jest-dom from 6.6.2 to 6.6.3 in /web
Bumps @testing-library/jest-dom from 6.6.2 to 6.6.3.Release notes
Sourced from
@testing-library/jest-dom
's releases.v6.6.3
6.6.3 (2024-10-31)
Bug Fixes
Commits
5ba0156
fix: add vitest import when extending vitest matchers (#646)- See full diff in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=6.6.2&new-version=6.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - 335: build(deps-dev): bump eslint-config-next from 14.2.15 to 15.1.3 in /web
Bumps eslint-config-next from 14.2.15 to 15.1.3.Release notes
Sourced from eslint-config-next's releases.
v15.1.3
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Retry manifest file loading only in dev mode: #73900
- Use shared worker for lint & typecheck steps: #74154
Credits
Huge thanks to
@unstubbable
and@ztanner
for helping!v15.1.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Update React from 7283a213-20241206 to 65e06cb7-20241218: vercel/next.js#74117
Credits
Huge thanks to
@ztanner
for helping!v15.1.1
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix(turbo): sassOptions silenceDeprecations was not overwritten with user options: vercel/next.js#73937
- refactor collectAppPageSegments: vercel/next.js#73908
Credits
Huge thanks to
@devjiwonchoi
and@ztanner
for helping!v15.1.1-canary.23
Misc Changes
- docs: remove catch-all for opengraph-image: #74338
Credits
Huge thanks to
@leerob
for helping!v15.1.1-canary.22
Misc Changes
- Fix typo in generateViewport docs: #74288
Credits
... (truncated)
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-next&package-manager=npm_and_yarn&previous-version=14.2.15&new-version=15.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - 334: Improve the desktop app build process
- 333: Web: refresh desktop app
#331 - 332: web: Don't use cache-only for status, reset button resets cache store
Progress on #331 - 330: Graphql, Web: add fetch option in remotes tab
#319 and #320
Closed Issues
- 345: Deploying localhost problem with docker