Skip to content

Bump jquery from 3.3.1 to 3.4.0#5

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/jquery-3.4.0
Closed

Bump jquery from 3.3.1 to 3.4.0#5
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/jquery-3.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 12, 2019

Bumps jquery from 3.3.1 to 3.4.0.

Commits
  • b7fc909 3.4.0
  • 59ea765 Release: update AUTHORS.txt
  • 7c1ef15 Release: update version to 3.4.0-pre
  • d940bc0 Build: Update Sizzle from 2.3.3 to 2.3.4
  • 9b9fca4 Update README.md
  • a2a73db Tests: Make Android Browser 4.0-4.3 dimensions tests green
  • 4455f8d Tests: Make Android Browser 4.0-4.3 AJAX tests green
  • 0050403 Core: Preserve CSP nonce on scripts with src attribute in DOM manipulation
  • fe5f04d Event: Prevent leverageNative from double-firing focusin
  • 753d591 Core: Prevent Object.prototype pollution for $.extend( true, ... )
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.3.1...3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 12, 2019
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 12, 2019

Looks like jquery is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Nov 12, 2019
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/jquery-3.4.0 branch November 12, 2019 12:40
mpasternak added a commit that referenced this pull request May 3, 2026
Odpowiedź na ANALYSIS.md (2026-05-02). Łącznie #1, #3, #4, #5, #7,
#9, #10 — bugfixy bezpieczeństwa, wydajności i niezawodności + testy.

Bezpieczeństwo (#1):
  LoginRequiredMixin na 5 endpointach API (RokHabilitacji,
  PunktacjaZrodla, UploadPunktacjaZrodla, OstatniaJednostkaIDyscyplina,
  GetPubmedID). Anonimowy POST do upload-punktacja-zrodla nie tworzy
  już Punktacja_Zrodla. Regression test parametryzowany 5x.

Healthcheck (#3):
  /health/ pinguje DB (SELECT 1) + Redis (PING, timeout 2s) ->
  503 z listą failed components zamiast 200 hardcoded.

Browse N+1 (#4):
  get_available_letters: jedno SELECT DISTINCT na pierwszym znaku
  z mapowaniem polskich diakrytyków zamiast 26+ EXISTS.

Logging (#7):
  Timestamp ISO + nazwa loggera. Dodane django.security,
  django.request, celery loggers. pbn_import zachowuje stary format.

Celery (#9):
  - import_dyscyplin: select_for_update().get() w transakcji
    zamiast leniwego .filter() (lock realnie działa) + regression
    test sprawdzający SELECT...FOR UPDATE w SQL
  - bpp.tasks.zaktualizuj_liczbe_cytowan: Singleton z 2h lockiem
    + time_limit/soft_time_limit przeciw zawieszonym WoS requests
  - pbn_export_queue.queue_pbn_export_batch: logger.exception +
    rollbar.report_exc_info zamiast except Exception: pass
  - pbn_downloader_app: usunięty redundant non-atomic check
    poza create_task_with_lock (race-window eliminated)
  - skasowane martwe my_limit() + task_limits dict z bpp/tasks.py

Testy (#5):
  + 4 edge case'y wyczysc_przypisania (full wrap, branch 3 standalone,
    multi-row, parent_od=None contract)
  + 9 testów scoring deduplikator_zrodel.ocen_podobienstwo
  + 6 testów ewaluacja_dwudyscyplinowcy.core
  + 3 regression testy locka w import_dyscyplin (parametryzowane)
  + 4 testy /health/ + auth API regression

Cleanup (#10):
  - usunięte: sentry_support.py, test_sentry_support.py, /sentry_test/,
    sekcja SENTRYSDK_* w .env.example
  - font-awesome 4.1.0 z package.json + yarn.lock (orphaned, EOL)
  - test_exception_view zachowane do testów Rollbara

Towncrier: 9 fragmentów w src/bpp/newsfragments/.

Pre-existing test_przeanalizuj_import_dyscyplin failuje też przed
zmianą (test zakłada eager Celery, settings.local ma False) —
nie ruszane.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants