Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pnpm to v9.11.0 #28158

Merged
merged 1 commit into from
Oct 8, 2024
Merged

chore(deps): update pnpm to v9.11.0 #28158

merged 1 commit into from
Oct 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 9.9.0 -> 9.11.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pnpm/pnpm (pnpm)

v9.11.0

Compare Source

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 8, 2024
@renovate renovate bot merged commit e69c5e7 into 24_2 Oct 8, 2024
279 checks passed
@renovate renovate bot deleted the renovate/pnpm-9.x branch October 8, 2024 12:24
ivanblinov2k17 added a commit to ivanblinov2k17/DevExtreme that referenced this pull request Oct 22, 2024
Core: fix imports

Core: fix imports for templates

Core: fix/ignore eslint errors

Core: fix most of typescript issues

Core: fix most of extraneous TS errors (mostly redundant ts-expect-error)

Core: fix/ignore remaining extraneous errors

Core: fix broken renovation import

Core: fixed callOnce import

Core: fix TS lint errors

Core: fix component_registrator_callbacks reexport

Core: fixed missed Data reexport + silence Mock TS error

Core: fixed unwanted refactoring for renderer (using array methods on array-like objects)

Core: add missing template reexport

Core: fix artifacts of auto-replace

Core: Fix data and utils modules

Core: fix Error constructor

Core: fix viewport IIFE after lint changes and add it to lint ignore

Core: TEST - add lint ignore for all core, bring back changes, that seem significant to see how they impact test

Core: TEST - bring back non-significant cahanges to see if they impact tests

Core: fix tests for editors and core

Core: fix qunit part 2

Core: common default export + bring back executeAsyncMock 10 line

Core: fix textbox hanging test (blur)

Core: fix test Html editor - PopupModule mock window

Core: fix transitionExecutor + datebox knockout tests

Core: fix animation/fx tests

Core: fix animation/fx test part 2

Core: fix imageCreator exporter test

Core: fix defaultOption tests

Map - deprecate Bing provider (DevExpress#28127)

GridBaseOptions.columnFixing.texts.stickPosition -> GridBaseOptions.columnFixing.texts.stickyPosition (DevExpress#28133)

Co-authored-by: Roman Semenov

MultiView: improve swipe UX when some items are hidden (DevExpress#28128)

Fix CodeQL report errors (DevExpress#27874)

Selection: fix selection cache updating after selection change is canceled (DevExpress#28141)

Replace get-changed-files action with the shared one (DevExpress#28140)

MultiView: Add unit tests for keyboard navigation with hidden items (DevExpress#28137)

chore(deps): update dependency vite to v5 [security] (DevExpress#28147)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update pnpm to v9.11.0 (DevExpress#28158)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

HtmlEditor: Get rid of showdown

Co-authored-by: marker dao ® <[email protected]>
Co-authored-by: Roman Semenov <[email protected]>

🎹 Pager: Create d.ts (DevExpress#28055)

Co-authored-by: alexlavrov <[email protected]>
Co-authored-by: ilyakhd <[email protected]>
Co-authored-by: Roman Semenov <[email protected]>

Pager - rename filename (DevExpress#28163)

HtmlEditor: Get rid of turndown

dxDiagram - fix T1251559, T1254101 (DevExpress#28168)

HtmlEditor: Remove markdown support

Map - add Azure provider in declarations (DevExpress#28126)

Chat: add empty view stories (DevExpress#28173)

Chat: Skip message rendering on send message (DevExpress#28170)

Co-authored-by: marker dao ® <[email protected]>

Refix "Storybook - fix project config (DevExpress#28085)" (DevExpress#28144)

Scheduler a11y: appointments does not have info about reccurence (DevExpress#28165)

Map - support Azure provider (DevExpress#28122)

Core: fix azure provider TS error

Core: fix m_svg to contain default export

Core: fix popup test

Core: fix regular popup tests

Core: Fix toolbar + loadIndicator

Core: Fix viz pieChart + rangeSelector

Core: fix desktopTooltip test

Core: fix ui-firefox

Core: Replace all imports Action, devices -> m_action, m_devices

Core:  domAdapter -> m_dom_adapter tests

Core: fix m_action export

Core: replace import support -> m_support

Core: dom -> m_dom;: common, type -> m_ only for helpers

Core: fix ui-firefox single test failures

Core: fix rowsView test

Core: fix pivotGrid async mocks

Core: fix pivotGrid dataSource.bundled

Core: dataSource bundled add missing inflector import

Core: internal support -> m_support

Core: use ts device in events to try to fix mobile tests

Core: remove unexpected ts-error

Core: replace dom->m_dom click event

Core: fix scrollable test (in mobileViewport)

Fix eslint rules and apply them to utils, templates, options and ignore errors

Core: modify eslint config, save core files

Core: fix metadata

Core: fix TS lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants