forcedotcom / SFDX-Data-Move-Utility

SFDMU is a cutting-edge Salesforce data migration tool for seamless org population from other orgs or CSV files. It handles all CRUD operations on multiple related objects in one go.
BSD 3-Clause "New" or "Revised" License
451 stars 76 forks source link

chore(deps): bump soql-parser-js from 1.2.1 to 5.0.2 #714

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps soql-parser-js from 1.2.1 to 5.0.2.

Release notes

Sourced from soql-parser-js's releases.

Release 5.0.2

  • Nested Negation queries did not properly structure WHERE clauses (c831949)
  • Updated docs version (08d09f5)

Release 5.0.1

  • Update changelog with deprecated package version information (3cbd9a7)
  • Merge pull request #241 from jetstreamapp/breaking/v5 (9d0b718)
  • Fix WhereClause types (248e7a2)

💥 Breaking Changes Fixed a bug where with typescript types to properly represent that WhereClause can have a null value for left in the case of a negation operator. This was always the case, but prior to enabling strict typescript types, this went under the radar.

For Typescript consumers that have strict null checks enabled, they may need to make code changes depending on usage.

Release 4.10.1

  • changelog (fd244fc)
  • Revert breaking change type WhereClauseWithoutOperator (dde988f)

Release 4.9.2

  • Merge pull request #235 from jetstreamapp/bug/getFlattenedField (f3f0a57)
  • Fix getFlattenedFields with invalid data (64bfdfe)
  • Updated github name for docs (15475d1)
  • Merge pull request #234 from jetstreamapp/docs-update (2c8bc19)
  • Updated docs homepage (27a3d0f)
  • Updated docs version (9d7abb6)

Release 4.9.1

  • Merge pull request #233 from jetstreamapp/bug/startsWith (1f73638)
  • Fixed composeQuery whereClause bug (569cab5)
  • Updated docs version (ca32ba7)

Release 4.9.0

  • Updated changelog (6201aee)
  • Merge pull request #232 from maxence-lefebvre/build/bump-chevrotain (4302d73)
  • build(deps): bump chevrotain from 9.0.1 to 10.5.0 (1be6e34)
  • Updated docs version (16106ed)

Release 4.8.3

  • Change packages files (483f93a)
  • Updated docs version (d40fe4e)

Release 4.8.2

  • Fixed output file path for esm sourcemaps (35a0445)
    • Updated docs version (4f13299)

Release 4.8.1

  • Merge pull request #230 from jetstreamapp/bug/227 (6577008)
  • Fix build output files (7f86074)

... (truncated)

Changelog

Sourced from soql-parser-js's changelog.

5.0.2

Jan 18, 2024

  • Nested NOT negation WHERE clauses were not properly formed (#242)

5.0.1

Jan 13, 2024

💥 Breaking Changes Fixed a bug where with typescript types to properly represent that WhereClause can have a null value for left in the case of a negation operator. This was always the case, but prior to enabling strict typescript types, this went under the radar.

For Typescript consumers that have strict null checks enabled, they may need to make code changes depending on usage.

5.0.0

💥 Did not publish correct assets - package was marked as deprecated on npm.

4.10.1

Jan 13, 2024

Revert accidental breaking change to types. WhereClause left can have null in the negation case, but the types did not represent this. Updating types to match reality is a breaking change for consumers, so worked around issue and will publish version 5 with breaking change.

4.10.0

💥 Use 4.10.1, this version was marked as deprecated because of accidental breaking change with is reverted in 4.10.1

Jan 13, 2024

  • Fixed where clause's that have a field name beginning with In preceded by the NOT operator. These were parsed as NOT IN instead of NOT followed by a field name, example: NOT Invoice__c
  • Fixed queries that have two consecutive NOT operators (#237)
  • Enabled Typescript strict mode and made a number of minor fixes related to this.
  • When using getField which return FieldFunctionExpression will now always return an empty array even if no parameters are provided.

4.9.2

July 24, 2023

Ensure getFlattenedFields does not throw exception if query does not have fields property.

4.9.1

May 29, 2023

Fixed bug with composeQuery when some of the WHERE clause values were not strings.

... (truncated)

Commits
  • fa61ad6 chore: release v5.0.2
  • b18d291 Merge pull request #243 from jetstreamapp/bug/242
  • c831949 Nested Negation queries did not properly structure WHERE clauses
  • 08d09f5 Updated docs version
  • 4126b8c chore: release v5.0.1
  • 3cbd9a7 Update changelog with deprecated package version information
  • 9d0b718 Merge pull request #241 from jetstreamapp/breaking/v5
  • 2298c55 chore: release v5.0.0
  • fccf925 Merge pull request #240 from jetstreamapp/revert-breaking-change
  • 248e7a2 Fix WhereClause types
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
dependabot[bot] commented 6 months ago

Looks like soql-parser-js is no longer being updated by Dependabot, so this is no longer needed.